28 #ifndef vtkEventForwarderCommand_h 29 #define vtkEventForwarderCommand_h 31 #include "vtkCommonCoreModule.h" 50 void *callData)
override;
57 { this->Target = obj; }
59 {
return this->Target; }
a simple event forwarder command
virtual void Execute(vtkObject *caller, unsigned long eventId, void *callData)=0
All derived classes of vtkCommand must implement this method.
abstract base class for most VTK objects
virtual void * GetTarget()
~vtkEventForwarderCommand() override
static vtkEventForwarderCommand * New()
superclass for callback/observer methods
virtual void SetTarget(vtkObject *obj)
Methods to set and get client and callback information, and the callback function.