Steppable 0.0.1
A CAS project written from scratch in C++
|
This is the complete list of members for ImRect, including all inherited members.
Add(const ImVec2 &p) | ImRect | inline |
Add(const ImRect &r) | ImRect | inline |
ClipWith(const ImRect &r) | ImRect | inline |
ClipWithFull(const ImRect &r) | ImRect | inline |
Contains(const ImVec2 &p) const | ImRect | inline |
Contains(const ImRect &r) const | ImRect | inline |
ContainsWithPad(const ImVec2 &p, const ImVec2 &pad) const | ImRect | inline |
Expand(const float amount) | ImRect | inline |
Expand(const ImVec2 &amount) | ImRect | inline |
Floor() | ImRect | inline |
GetArea() const | ImRect | inline |
GetBL() const | ImRect | inline |
GetBR() const | ImRect | inline |
GetCenter() const | ImRect | inline |
GetHeight() const | ImRect | inline |
GetSize() const | ImRect | inline |
GetTL() const | ImRect | inline |
GetTR() const | ImRect | inline |
GetWidth() const | ImRect | inline |
ImRect() | ImRect | inline |
ImRect(const ImVec2 &min, const ImVec2 &max) | ImRect | inline |
ImRect(const ImVec4 &v) | ImRect | inline |
ImRect(float x1, float y1, float x2, float y2) | ImRect | inline |
IsInverted() const | ImRect | inline |
Max | ImRect | |
Min | ImRect | |
Overlaps(const ImRect &r) const | ImRect | inline |
ToVec4() const | ImRect | inline |
Translate(const ImVec2 &d) | ImRect | inline |
TranslateX(float dx) | ImRect | inline |
TranslateY(float dy) | ImRect | inline |