Font interface. More...
#include <IGUIImageList.h>
Public Member Functions | |
virtual | ~IGUIImageList () |
Destructor. More... | |
virtual void | draw (s32 index, const core::position2d< s32 > &destPos, const core::rect< s32 > *clip=0)=0 |
virtual s32 | getImageCount () const =0 |
virtual core::dimension2d< s32 > | getImageSize () const =0 |
![]() | |
IReferenceCounted () | |
Constructor. More... | |
virtual | ~IReferenceCounted () |
Destructor. More... | |
bool | drop () const |
Drops the object. Decrements the reference counter by one. More... | |
const c8 * | getDebugName () const |
Returns the debug name of the object. More... | |
s32 | getReferenceCount () const |
Get the reference count. More... | |
void | grab () const |
Grabs the object. Increments the reference counter by one. More... | |
Additional Inherited Members | |
![]() | |
void | setDebugName (const c8 *newName) |
Sets the debug name of the object. More... | |
Font interface.
Definition at line 17 of file IGUIImageList.h.
|
inlinevirtual |
Destructor.
Definition at line 22 of file IGUIImageList.h.
References draw(), getImageCount(), and getImageSize().
|
pure virtual |
Draws an image and clips it to the specified rectangle if wanted
index | Index of the image |
destPos | Position of the image to draw |
clip | Optional pointer to a rectalgle against which the text will be clipped. If the pointer is null, no clipping will be done. |
Referenced by ~IGUIImageList().
|
pure virtual |
Returns the count of Images in the list.
Referenced by ~IGUIImageList().
|
pure virtual |
Returns the size of the images in the list.
Referenced by ~IGUIImageList().