Planeshift
EEditToolbox Class Referenceabstract

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 ()
 

Detailed Description

A base class for all eedit toolbox windows.

Definition at line 26 of file eedittoolbox.h.

Member Enumeration Documentation

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.

Constructor & Destructor Documentation

EEditToolbox::EEditToolbox ( )
virtual EEditToolbox::~EEditToolbox ( )
virtual

Member Function Documentation

virtual const char* EEditToolbox::GetName ( ) const
pure virtual
virtual size_t EEditToolbox::GetType ( ) const
pure virtual
virtual void EEditToolbox::Update ( unsigned int  elapsed)
virtual

The documentation for this class was generated from the following file: