|
void | setDeleteReference (const DrawableManager::StorageListReference &) |
|
DrawableManager::StorageListReference | getDeleteReference () const |
|
void | setDeleteReference2D (const Drawable2DManager::StorageListReference &) |
|
Drawable2DManager::StorageListReference | getDeleteReference2D () const |
|
void | registerToScene () |
| Registers to the current scene. More...
|
|
void | deregisterFromScene () |
| Deregisters from the current scene. More...
|
|
void | register2DToScene () |
| Registers Draw2D to current scene. More...
|
|
void | deregister2DFromScene () |
| Deregisters Draw2D from current scene. More...
|
|
virtual void | draw () |
| Draw callback this object. More...
|
|
virtual void | draw2D () |
| Draw2D callback for this object. More...
|
|
|
static void | DebugPrint (const std::string &message) |
|
|
static const std::string | DEBUG_TITLE_MESSAGE = "Drawable_DEBUG: " |
|
◆ deregister2DFromScene()
void Drawable::deregister2DFromScene |
( |
| ) |
|
|
private |
Deregisters Draw2D from current scene.
◆ deregisterFromScene()
void Drawable::deregisterFromScene |
( |
| ) |
|
|
private |
Deregisters from the current scene.
DELAYED called with a command. NOT called by the user.
◆ register2DToScene()
void Drawable::register2DToScene |
( |
| ) |
|
|
private |
Registers Draw2D to current scene.
DELAYED called with a command. NOT called by the user.
◆ registerToScene()
void Drawable::registerToScene |
( |
| ) |
|
|
private |
Registers to the current scene.
DELAYED called with a command. NOT called by the user.
The documentation for this class was generated from the following files: