Planeshift
|
A dialog window to edit effect anchor. More...
#include <eeditselecteditanchor.h>
Public Member Functions | |
EEditSelectEditAnchor () | |
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 csString &currName, EEditInputboxManager::iSelectEditAnchor *callback, const csVector2 &pos) |
Pops up the select dialog. | |
virtual | ~EEditSelectEditAnchor () |
A dialog window to edit effect anchor.
Definition at line 35 of file eeditselecteditanchor.h.
EEditSelectEditAnchor::EEditSelectEditAnchor | ( | ) |
virtual EEditSelectEditAnchor::~EEditSelectEditAnchor | ( | ) | [virtual] |
virtual bool EEditSelectEditAnchor::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 EEditSelectEditAnchor::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
void EEditSelectEditAnchor::Select | ( | const csString & | currName, |
EEditInputboxManager::iSelectEditAnchor * | callback, | ||
const csVector2 & | pos | ||
) |
Pops up the select dialog.
currName | the name of the existing anchor. |
callback | a pointer to the callback that should be called on selection. |
pos | Selected position. |