|
Planeshift
|
A dialog window to edit an anchor keyframe. More...
#include <eeditselecteditanchorkeyframe.h>
Public Member Functions | |
| EEditSelectEditAnchorKeyFrame () | |
| 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 (float time, EEditInputboxManager::iSelectEditAnchorKeyFrame *callback, const csVector2 &pos) |
| Pops up the select dialog. | |
| virtual | ~EEditSelectEditAnchorKeyFrame () |
A dialog window to edit an anchor keyframe.
Definition at line 36 of file eeditselecteditanchorkeyframe.h.
| EEditSelectEditAnchorKeyFrame::EEditSelectEditAnchorKeyFrame | ( | ) |
| virtual EEditSelectEditAnchorKeyFrame::~EEditSelectEditAnchorKeyFrame | ( | ) | [virtual] |
| virtual bool EEditSelectEditAnchorKeyFrame::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 EEditSelectEditAnchorKeyFrame::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
| void EEditSelectEditAnchorKeyFrame::Select | ( | float | time, |
| EEditInputboxManager::iSelectEditAnchorKeyFrame * | callback, | ||
| const csVector2 & | pos | ||
| ) |
Pops up the select dialog.
| time | the default time of the select box. |
| callback | a pointer to the callback that should be called on selection. |
| pos | Selected position. |
1.7.3