Torque2D Reference
|
#include <guiMLTextCtrl.h>
Public Attributes | |
BitmapRef * | nextBlocker |
U32 | textStart |
U32 | len |
Bitmap * | bitmap |
BitmapRef * | next |
![]() | |
Point2I | point |
Point2I | extent |
Additional Inherited Members | |
![]() | |
RectI () | |
RectI (const Point2I &in_rMin, const Point2I &in_rExtent) | |
RectI (const S32 in_left, const S32 in_top, const S32 in_width, const S32 in_height) | |
void | set (const Point2I &in_rMin, const Point2I &in_rExtent) |
void | set (const S32 in_left, const S32 in_top, const S32 in_width, const S32 in_height) |
bool | intersect (const RectI &clipRect) |
bool | pointInRect (const Point2I &pt) const |
bool | contains (const RectI &R) const |
bool | overlaps (RectI R) const |
void | inset (S32 x, S32 y) |
void | unionRects (const RectI &) |
Point2I | centre (void) const |
S32 | len_x () const |
S32 | len_y () const |
bool | operator== (const RectI &) const |
bool | operator!= (const RectI &) const |
bool | isValidRect () const |
Bitmap* bitmap |
U32 len |
BitmapRef* next |
BitmapRef* nextBlocker |
U32 textStart |