#include <Drawable.h>
Inherits MemoryPoolObject.
Public Member Functions | |
| DrawableIconInfo () | |
| void | clear () |
| void | killIcon (DrawableIconType t) |
Public Member Functions inherited from MemoryPoolObject | |
| void | deleteInstance () |
Public Attributes | |
| Anim2D * | m_icon [MAX_ICONS] |
| UnsignedInt | m_keepTillFrame [MAX_ICONS] |
Additional Inherited Members | |
Protected Member Functions inherited from MemoryPoolObject | |
| virtual | ~MemoryPoolObject () |
| void * | operator new (size_t s) |
| void | operator delete (void *p) |
| virtual MemoryPool * | getObjectMemoryPool ()=0 |
Definition at line 110 of file Drawable.h.
| DrawableIconInfo::DrawableIconInfo | ( | ) |
Definition at line 142 of file Drawable.cpp.
| void DrawableIconInfo::clear | ( | ) |
Definition at line 160 of file Drawable.cpp.
| void DrawableIconInfo::killIcon | ( | DrawableIconType | t | ) |
Definition at line 173 of file Drawable.cpp.
Definition at line 114 of file Drawable.h.
| UnsignedInt DrawableIconInfo::m_keepTillFrame[MAX_ICONS] |
Definition at line 115 of file Drawable.h.