Planeshift
|
A dialog window to select a 3D vector value. More...
#include <eeditselectvec3.h>
Public Member Functions | |
EEditSelectVec3 () | |
virtual bool | OnButtonPressed (int mouseButton, int keyModifier, pawsWidget *widget) |
Called whenever a button is pressed. | |
virtual bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
void | Select (const csVector3 &startValue, EEditInputboxManager::iSelectVec3 *callback, const csVector2 &pos) |
Pops up the select dialog. | |
virtual | ~EEditSelectVec3 () |
A dialog window to select a 3D vector value.
Definition at line 35 of file eeditselectvec3.h.
EEditSelectVec3::EEditSelectVec3 | ( | ) |
virtual EEditSelectVec3::~EEditSelectVec3 | ( | ) | [virtual] |
virtual bool EEditSelectVec3::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 EEditSelectVec3::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void EEditSelectVec3::Select | ( | const csVector3 & | startValue, |
EEditInputboxManager::iSelectVec3 * | callback, | ||
const csVector2 & | pos | ||
) |
Pops up the select dialog.
startValue | the value that first appears in the dialog box. |
callback | a pointer to the callback that should be called on selection. |
pos | Selected position. |