|
Planeshift
|
A base class for all eedit toolbox windows. More...
#include <eedittoolbox.h>
Public Types | |
| enum | TOOLBOX_TYPE { T_POSITION = 0, T_TARGET, T_CAMERA, T_RENDER, T_LOAD_EFFECT, T_EDIT_EFFECT, T_LOAD_MAP, T_ERROR, T_FPS, T_SHORTCUTS, T_PARTICLES, T_COUNT } |
Public Member Functions | |
| EEditToolbox () | |
| virtual const char * | GetName () const =0 |
| Gets the name of the toolbox. More... | |
| virtual size_t | GetType () const =0 |
| Gets the toolbox type. More... | |
| virtual void | Update (unsigned int elapsed) |
| Updates the toobox. More... | |
| virtual | ~EEditToolbox () |
A base class for all eedit toolbox windows.
Definition at line 26 of file eedittoolbox.h.
| Enumerator | |
|---|---|
| T_POSITION | |
| T_TARGET | |
| T_CAMERA | |
| T_RENDER | |
| T_LOAD_EFFECT | |
| T_EDIT_EFFECT | |
| T_LOAD_MAP | |
| T_ERROR | |
| T_FPS | |
| T_SHORTCUTS | |
| T_PARTICLES | |
| T_COUNT | |
Definition at line 29 of file eedittoolbox.h.
| EEditToolbox::EEditToolbox | ( | ) |
|
virtual |
|
pure virtual |
Gets the name of the toolbox.
Implemented in EEditErrorToolbox, EEditParticleListToolbox, EEditFPSToolbox, EEditShortcutsToolbox, EEditEditEffectToolbox, EEditTargetToolbox, EEditPositionToolbox, EEditLoadEffectToolbox, EEditLoadMapToolbox, EEditRenderToolbox, and EEditCameraToolbox.
|
pure virtual |
Gets the toolbox type.
Implemented in EEditErrorToolbox, EEditParticleListToolbox, EEditFPSToolbox, EEditShortcutsToolbox, EEditEditEffectToolbox, EEditTargetToolbox, EEditPositionToolbox, EEditLoadEffectToolbox, EEditLoadMapToolbox, EEditRenderToolbox, and EEditCameraToolbox.
Updates the toobox.
| elapsed | the time elapsed in milliseconds. |
Reimplemented in EEditErrorToolbox, EEditParticleListToolbox, EEditFPSToolbox, EEditShortcutsToolbox, EEditEditEffectToolbox, EEditTargetToolbox, EEditPositionToolbox, EEditLoadEffectToolbox, EEditLoadMapToolbox, EEditRenderToolbox, and EEditCameraToolbox.