|
VTK
9.0.1
|
Go to the source code of this file.
Classes | |
| class | vtkCommand |
| superclass for callback/observer methods More... | |
Macros | |
| #define | vtkAllEventsMacro() |
| #define | vtkEventDeclarationMacro(_enum_name) |
| #define | _vtk_add_event(Enum) Enum, |
| All the currently defined events are listed here. More... | |
| #define vtkAllEventsMacro | ( | ) |
Definition at line 236 of file vtkCommand.h.
| #define vtkEventDeclarationMacro | ( | _enum_name | ) |
Definition at line 369 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 444 of file vtkCommand.h.
1.8.17