|
IA_CONSTRUCTOR void | IADrawableRect_make (IADrawableRect *, void(*drawFunction)(const IADrawable *), void(*setRect)(IADrawableRect *, IARect), IASize(*getMinSizeNeededNullable)(IADrawableRect *)) |
|
IA_CONSTRUCTOR void | IADrawableRect_makeCopy (IADrawableRect *, const IADrawableRect *drawableRectToCopy) |
|
void | IADrawableRect_setLeftTopPoint (IADrawableRect *, IAPoint point) |
|
void | IADrawableRect_setCenterPoint (IADrawableRect *, IAPoint point) |
|
void | IADrawableRect_setSize (IADrawableRect *, IASize size) |
|
void | IADrawableRect_setRect (IADrawableRect *, IARect rect) |
|
void | IADrawableRect_setLeftTopRightBottom (IADrawableRect *, float left, float top, float right, float bottom) |
|
IAPoint | IADrawableRect_getLeftTopPoint (const IADrawableRect *) |
|
IAPoint | IADrawableRect_getCenterPoint (const IADrawableRect *) |
|
float | IADrawableRect_getWidth (const IADrawableRect *) |
|
float | IADrawableRect_getHeight (const IADrawableRect *) |
|
IASize | IADrawableRect_getSize (const IADrawableRect *) |
|
IARect | IADrawableRect_getRect (const IADrawableRect *) |
|
IASize | IADrawableRect_getMinSizeNeeded (const IADrawableRect *) |
|
IA_CONSTRUCTOR void | IADrawable_make (IADrawable *, void(*drawFunction)(const IADrawable *)) |
|
IA_CONSTRUCTOR void | IADrawable_makeCopy (IADrawable *, const IADrawable *drawableToCopy) |
|
void | IADrawable_draw (const IADrawable *) |
|
static void | IADrawable_setIsVisible (IADrawable *this, bool isVisible) |
|
static bool | IADrawable_isVisible (const IADrawable *this) |
|
◆ IADrawableRect_make()
◆ IADrawableRect_makeCopy()
◆ IADrawableRect_setLeftTopPoint()
◆ IADrawableRect_setCenterPoint()
◆ IADrawableRect_setSize()
◆ IADrawableRect_setRect()
◆ IADrawableRect_setLeftTopRightBottom()
void IADrawableRect_setLeftTopRightBottom |
( |
IADrawableRect * |
, |
|
|
float |
left, |
|
|
float |
top, |
|
|
float |
right, |
|
|
float |
bottom |
|
) |
| |
◆ IADrawableRect_getLeftTopPoint()
◆ IADrawableRect_getCenterPoint()
◆ IADrawableRect_getWidth()
◆ IADrawableRect_getHeight()
◆ IADrawableRect_getSize()
◆ IADrawableRect_getRect()
◆ IADrawableRect_getMinSizeNeeded()
◆ drawable
◆ setRect
◆ getMinSizeNeededNullable
◆ rect
The documentation for this class was generated from the following files: