#include <imgui_internal.h>
Public Member Functions | |
void | Add (const ImVec2 &p) |
void | Add (const ImRect &r) |
void | ClipWith (const ImRect &r) |
void | ClipWithFull (const ImRect &r) |
bool | Contains (const ImVec2 &p) const |
bool | Contains (const ImRect &r) const |
void | Expand (const float amount) |
void | Expand (const ImVec2 &amount) |
void | Floor () |
ImVec2 | GetBL () const |
ImVec2 | GetBR () const |
ImVec2 | GetCenter () const |
float | GetHeight () const |
ImVec2 | GetSize () const |
ImVec2 | GetTL () const |
ImVec2 | GetTR () const |
float | GetWidth () const |
ImRect () | |
ImRect (const ImVec2 &min, const ImVec2 &max) | |
ImRect (const ImVec4 &v) | |
ImRect (float x1, float y1, float x2, float y2) | |
bool | IsInverted () const |
bool | Overlaps (const ImRect &r) const |
void | Translate (const ImVec2 &d) |
void | TranslateX (float dx) |
void | TranslateY (float dy) |
Public Attributes | |
ImVec2 | Max |
ImVec2 | Min |
Definition at line 441 of file imgui_internal.h.
|
inline |
Definition at line 446 of file imgui_internal.h.
Definition at line 447 of file imgui_internal.h.
|
inline |
Definition at line 448 of file imgui_internal.h.
|
inline |
Definition at line 449 of file imgui_internal.h.
Definition at line 462 of file imgui_internal.h.
Definition at line 463 of file imgui_internal.h.
Definition at line 469 of file imgui_internal.h.
Definition at line 470 of file imgui_internal.h.
|
inline |
Definition at line 459 of file imgui_internal.h.
|
inline |
Definition at line 460 of file imgui_internal.h.
|
inline |
Definition at line 464 of file imgui_internal.h.
Definition at line 465 of file imgui_internal.h.
|
inline |
Definition at line 471 of file imgui_internal.h.
|
inline |
Definition at line 457 of file imgui_internal.h.
|
inline |
Definition at line 458 of file imgui_internal.h.
|
inline |
Definition at line 451 of file imgui_internal.h.
|
inline |
Definition at line 454 of file imgui_internal.h.
|
inline |
Definition at line 452 of file imgui_internal.h.
|
inline |
Definition at line 455 of file imgui_internal.h.
|
inline |
Definition at line 456 of file imgui_internal.h.
|
inline |
Definition at line 453 of file imgui_internal.h.
|
inline |
Definition at line 472 of file imgui_internal.h.
|
inline |
Definition at line 461 of file imgui_internal.h.
Definition at line 466 of file imgui_internal.h.
|
inline |
Definition at line 467 of file imgui_internal.h.
|
inline |
Definition at line 468 of file imgui_internal.h.
ImVec2 ImRect::Max |
Definition at line 444 of file imgui_internal.h.
ImVec2 ImRect::Min |
Definition at line 443 of file imgui_internal.h.