52 #ifndef vtkAbstractWidget_h 
   53 #define vtkAbstractWidget_h 
   55 #include "vtkInteractionWidgetsModule.h"  
   90   vtkSetClampMacro(ProcessEvents, 
int, 0, 1);
 
   91   vtkGetMacro(ProcessEvents, 
int);
 
  100     {
return this->EventTranslator;}
 
  108   virtual void CreateDefaultRepresentation() = 0;
 
  136       this->CreateDefaultRepresentation();
 
  137       return this->WidgetRep;
 
  150   vtkGetMacro(ManagesCursor,
int);
 
  166   static void ProcessEventsHandler(
vtkObject* 
object, 
unsigned long event,
 
  167                             void* clientdata, 
void* calldata);
 
abstract base class for most VTK objects 
 
virtual void SetEnabled(int)
Methods for turning the interactor observer on and off, and determining its state. 
 
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 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses. 
 
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.