|
VTK
|
define widget events More...
#include <vtkWidgetEvent.h>
Inherits vtkObject.
Public Types | |
| enum | WidgetEventIds { NoEvent = 0, Select, EndSelect, Delete, Translate, EndTranslate, Scale, EndScale, Resize, EndResize, Rotate, EndRotate, Move, SizeHandles, AddPoint, AddFinalPoint, Completed, TimedOut, ModifyEvent, Reset, Up, Down, Left, Right } |
Static Public Member Functions | |
| static vtkWidgetEvent * | New () |
| static const char * | GetStringFromEventId (unsigned long event) |
| static unsigned long | GetEventIdFromString (const char *event) |
Protected Member Functions | |
| vtkWidgetEvent () | |
| virtual | ~vtkWidgetEvent () |
| typedef vtkObject | Superclass |
| static int | IsTypeOf (const char *type) |
| static vtkWidgetEvent * | SafeDownCast (vtkObjectBase *o) |
| virtual int | IsA (const char *type) |
| vtkWidgetEvent * | NewInstance () const |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual vtkObjectBase * | NewInstanceInternal () const |
define widget events
vtkWidgetEvent defines widget events. These events are processed by subclasses of vtkInteractorObserver.
Definition at line 31 of file vtkWidgetEvent.h.
| typedef vtkObject vtkWidgetEvent::Superclass |
Standard macros.
Definition at line 39 of file vtkWidgetEvent.h.
All the widget events are defined here.
Definition at line 46 of file vtkWidgetEvent.h.
|
inlineprotected |
Definition at line 83 of file vtkWidgetEvent.h.
|
inlineprotectedvirtual |
Definition at line 84 of file vtkWidgetEvent.h.
|
static |
The object factory constructor.
|
static |
Standard macros.
|
virtual |
Standard macros.
|
static |
Standard macros.
|
protectedvirtual |
Standard macros.
| vtkWidgetEvent* vtkWidgetEvent::NewInstance | ( | ) | const |
Standard macros.
| void vtkWidgetEvent::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) |
Standard macros.
|
static |
Convenience methods for translating between event names and event ids.
|
static |
Convenience methods for translating between event names and event ids.
1.8.6