Font interface.
More...
#include <IGUIImageList.h>
|
void | setDebugName (const c8 *newName) |
| Sets the debug name of the object.
|
|
Font interface.
Definition at line 17 of file IGUIImageList.h.
◆ ~IGUIImageList()
virtual irr::gui::IGUIImageList::~IGUIImageList |
( |
| ) |
|
|
inlinevirtual |
◆ draw()
virtual void irr::gui::IGUIImageList::draw |
( |
s32 |
index, |
|
|
const core::position2d< s32 > & |
destPos, |
|
|
const core::rect< s32 > * |
clip = 0 |
|
) |
| |
|
pure virtual |
Draws an image and clips it to the specified rectangle if wanted
- Parameters
-
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. |
◆ getImageCount()
virtual s32 irr::gui::IGUIImageList::getImageCount |
( |
| ) |
const |
|
pure virtual |
Returns the count of Images in the list.
- Returns
- Returns the count of Images in the list.
◆ getImageSize()
Returns the size of the images in the list.
- Returns
- Returns the size of the images in the list.
The documentation for this class was generated from the following file: