55 #ifndef vtkAbstractWidget_h
56 #define vtkAbstractWidget_h
58 #include "vtkInteractionWidgetsModule.h"
95 vtkDebugMacro(<< this->
GetClassName() <<
" (" <<
this <<
"): returning ProcessEvents of "
96 << this->ProcessEvents);
114 virtual void CreateDefaultRepresentation() = 0;
142 this->CreateDefaultRepresentation();
143 return this->WidgetRep;
172 static void ProcessEventsHandler(
173 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
abstract base class for most VTK objects
static void ProcessEvents(vtkObject *object, unsigned long event, void *clientdata, void *calldata)
Handles the char widget activation event.
virtual void SetEnabled(int)
Methods for turning the interactor observer on and off, and determining its state.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor ...
virtual void SetPriority(float)
Set/Get the priority at which events are processed.
a simple class to control print indentation
const char * GetClassName() const
Return the class name as a string.