Planeshift
|
This handles the camera controls toolbox. More...
#include <eeditcameratoolbox.h>
Public Member Functions | |
EEditCameraToolbox () | |
virtual const char * | GetName () const |
Gets the name of the toolbox. | |
virtual size_t | GetType () const |
Gets the toolbox type. | |
virtual bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
virtual bool | OnButtonReleased (int mouseButton, pawsWidget *widget) |
virtual bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
virtual void | Update (unsigned int elapsed) |
Updates the toobox. | |
virtual | ~EEditCameraToolbox () |
This handles the camera controls toolbox.
Definition at line 35 of file eeditcameratoolbox.h.
EEditCameraToolbox::EEditCameraToolbox | ( | ) |
virtual EEditCameraToolbox::~EEditCameraToolbox | ( | ) | [virtual] |
virtual const char* EEditCameraToolbox::GetName | ( | ) | const [virtual] |
virtual size_t EEditCameraToolbox::GetType | ( | ) | const [virtual] |
virtual bool EEditCameraToolbox::OnButtonPressed | ( | int | button, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Called whenever a button is pressed.
button | The button pressed. |
keyModifier | Modifier key in effect. |
widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
virtual bool EEditCameraToolbox::OnButtonReleased | ( | int | mouseButton, |
pawsWidget * | widget | ||
) | [virtual] |
virtual bool EEditCameraToolbox::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
Updates the toobox.
elapsed | the time elapsed in milliseconds. |
Reimplemented from EEditToolbox.