43 #ifndef vtkAbstractWidget_h
44 #define vtkAbstractWidget_h
46 #include "vtkInteractionWidgetsModule.h"
49 VTK_ABI_NAMESPACE_BEGIN
84 vtkDebugMacro(<< this->
GetClassName() <<
" (" <<
this <<
"): returning ProcessEvents of "
85 << this->ProcessEvents);
103 virtual void CreateDefaultRepresentation() = 0;
131 this->CreateDefaultRepresentation();
132 return this->WidgetRep;
161 static void ProcessEventsHandler(
162 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
201 VTK_ABI_NAMESPACE_END
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.