|
Planeshift
|
A dialog window to select a yes or no value. More...
#include <eeditselectyesno.h>
Public Member Functions | |
| EEditSelectYesNo () | |
| 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 (bool startValue, EEditInputboxManager::iSelectYesNo *callback, const csVector2 &pos) |
| Pops up the select dialog. | |
| virtual | ~EEditSelectYesNo () |
A dialog window to select a yes or no value.
Definition at line 34 of file eeditselectyesno.h.
| EEditSelectYesNo::EEditSelectYesNo | ( | ) |
| virtual EEditSelectYesNo::~EEditSelectYesNo | ( | ) | [virtual] |
| virtual bool EEditSelectYesNo::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 EEditSelectYesNo::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void EEditSelectYesNo::Select | ( | bool | startValue, |
| EEditInputboxManager::iSelectYesNo * | 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 | the starting window position. |
1.7.3