#include <imgui_internal.h>
Public Member Functions | |
void | Add (const ImRect &r) |
void | Add (const ImVec2 &p) |
void | ClipWith (const ImRect &r) |
void | ClipWithFull (const ImRect &r) |
bool | Contains (const ImRect &r) const |
bool | Contains (const ImVec2 &p) 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 684 of file imgui_internal.h.
|
inline |
Definition at line 689 of file imgui_internal.h.
Definition at line 690 of file imgui_internal.h.
|
inline |
Definition at line 691 of file imgui_internal.h.
|
inline |
Definition at line 692 of file imgui_internal.h.
Definition at line 706 of file imgui_internal.h.
Definition at line 705 of file imgui_internal.h.
Definition at line 712 of file imgui_internal.h.
Definition at line 713 of file imgui_internal.h.
|
inline |
Definition at line 703 of file imgui_internal.h.
|
inline |
Definition at line 702 of file imgui_internal.h.
|
inline |
Definition at line 707 of file imgui_internal.h.
Definition at line 708 of file imgui_internal.h.
|
inline |
Definition at line 714 of file imgui_internal.h.
|
inline |
Definition at line 700 of file imgui_internal.h.
|
inline |
Definition at line 701 of file imgui_internal.h.
|
inline |
Definition at line 694 of file imgui_internal.h.
|
inline |
Definition at line 697 of file imgui_internal.h.
|
inline |
Definition at line 695 of file imgui_internal.h.
|
inline |
Definition at line 698 of file imgui_internal.h.
|
inline |
Definition at line 699 of file imgui_internal.h.
|
inline |
Definition at line 696 of file imgui_internal.h.
|
inline |
Definition at line 715 of file imgui_internal.h.
|
inline |
Definition at line 704 of file imgui_internal.h.
Definition at line 709 of file imgui_internal.h.
|
inline |
Definition at line 710 of file imgui_internal.h.
|
inline |
Definition at line 711 of file imgui_internal.h.
ImVec2 ImRect::Max |
Definition at line 687 of file imgui_internal.h.
ImVec2 ImRect::Min |
Definition at line 686 of file imgui_internal.h.