|
VTK
9.4.2
|
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. | |
| #define vtkAllEventsMacro | ( | ) |
Definition at line 230 of file vtkCommand.h.
| #define vtkEventDeclarationMacro | ( | _enum_name | ) |
Definition at line 374 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 450 of file vtkCommand.h.