 |
VTK
9.0.1
|
Go to the documentation of this file.
55 #ifndef vtkAbstractWidget_h
56 #define vtkAbstractWidget_h
58 #include "vtkInteractionWidgetsModule.h"
109 virtual void CreateDefaultRepresentation() = 0;
137 this->CreateDefaultRepresentation();
138 return this->WidgetRep;
167 static void ProcessEventsHandler(
168 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
abstract base class for most VTK objects
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor
virtual void SetEnabled(int)
Methods for turning the interactor observer on and off, and determining its state.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetPriority(float)
Set/Get the priority at which events are processed.