VTK
Classes | Defines
dox/Common/Core/vtkCommand.h File Reference
#include "vtkCommonCoreModule.h"
#include "vtkObjectBase.h"
#include "vtkObject.h"
Include dependency graph for vtkCommand.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define vtkAllEventsMacro ( )

Definition at line 214 of file vtkCommand.h.

#define vtkEventDeclarationMacro (   _enum_name)
Value:
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.