VTK
|
Go to the source code of this file.
Classes | |
class | vtkCommand |
superclass for callback/observer methods More... | |
Defines | |
#define | vtkAllEventsMacro() |
#define | vtkEventDeclarationMacro(_enum_name) |
#define | _vtk_add_event(Enum) Enum, |
#define vtkAllEventsMacro | ( | ) |
Definition at line 214 of file vtkCommand.h.
#define vtkEventDeclarationMacro | ( | _enum_name | ) |
enum _enum_name{\
NoEvent = 0,\
vtkAllEventsMacro() \
UserEvent = 1000\
};
Definition at line 316 of file vtkCommand.h.
#define _vtk_add_event | ( | Enum | ) | Enum, |
All the currently defined events are listed here. Developers can use -- vtkCommand::UserEvent + int to specify their own event ids. Add new events by updating vtkAllEventsMacro.
Definition at line 393 of file vtkCommand.h.