Planeshift
Public Member Functions

EEditSelectEditAnchorKeyFrame Class Reference

A dialog window to edit an anchor keyframe. More...

#include <eeditselecteditanchorkeyframe.h>

List of all members.

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 ()

Detailed Description

A dialog window to edit an anchor keyframe.

Definition at line 36 of file eeditselecteditanchorkeyframe.h.


Constructor & Destructor Documentation

EEditSelectEditAnchorKeyFrame::EEditSelectEditAnchorKeyFrame ( )
virtual EEditSelectEditAnchorKeyFrame::~EEditSelectEditAnchorKeyFrame ( ) [virtual]

Member Function Documentation

virtual bool EEditSelectEditAnchorKeyFrame::OnButtonPressed ( int  button,
int  keyModifier,
pawsWidget widget 
) [virtual]

Called whenever a button is pressed.

Parameters:
buttonThe button pressed.
keyModifierModifier key in effect.
widgetThe widget the button belongs to.
Returns:
bool Parent's result or FALSE if no parent.

Reimplemented from pawsWidget.

virtual bool EEditSelectEditAnchorKeyFrame::PostSetup ( ) [virtual]

This is called after the widget and all of it's children have been created.

Remarks:
This can be useful for widgets that want to get pointers to some of it's children for quick access.

Reimplemented from pawsWidget.

void EEditSelectEditAnchorKeyFrame::Select ( float  time,
EEditInputboxManager::iSelectEditAnchorKeyFrame callback,
const csVector2 &  pos 
)

Pops up the select dialog.

Parameters:
timethe default time of the select box.
callbacka pointer to the callback that should be called on selection.
posSelected position.

The documentation for this class was generated from the following file: