#include <oscimgui.h>
|
| virtual | ~DrawListAPI () noexcept=default |
| |
| void | add_rect (const Rect &ui_rect, const Color &color, float rounding=0.0f, float thickness=1.0f) |
| |
| void | add_rect_filled (const Rect &ui_rect, const Color &color, float rounding=0.0f) |
| |
| void | add_circle (const Circle &ui_circle, const Color &color, int num_segments=0, float thickness=1.0f) |
| |
| void | add_circle_filled (const Circle &ui_circle, const Color &color, int num_segments=0) |
| |
| void | add_text (const Vector2 &ui_position, const Color &color, CStringView text) |
| |
| void | add_line (const Vector2 &ui_start, const Vector2 &ui_end, const Color &color, float thickness=1.0f) |
| |
| void | add_triangle_filled (const Vector2 ui_p0, const Vector2 &ui_p1, const Vector2 &ui_p2, const Color &color) |
| |
| void | push_clip_rect (const Rect &, bool intersect_with_currect_clip_rect=false) |
| |
| void | pop_clip_rect () |
| |
| void | render_to (RenderTexture &) |
| |
◆ DrawListAPI() [1/3]
| osc::ui::DrawListAPI::DrawListAPI |
( |
| ) |
|
|
protecteddefault |
◆ DrawListAPI() [2/3]
◆ DrawListAPI() [3/3]
◆ ~DrawListAPI()
| virtual osc::ui::DrawListAPI::~DrawListAPI |
( |
| ) |
|
|
virtualdefaultnoexcept |
◆ add_circle()
◆ add_circle_filled()
◆ add_line()
◆ add_rect()
◆ add_rect_filled()
◆ add_text()
◆ add_triangle_filled()
◆ impl_get_drawlist()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ pop_clip_rect()
| void osc::ui::DrawListAPI::pop_clip_rect |
( |
| ) |
|
◆ push_clip_rect()
◆ render_to()
The documentation for this class was generated from the following file:
- /home/adam/Desktop/opensim-creator/third_party/opynsim/liboscar/ui/oscimgui.h