49#ifndef vtkAbstractWidget_h
50#define vtkAbstractWidget_h
52#include "vtkInteractionWidgetsModule.h"
55VTK_ABI_NAMESPACE_BEGIN
90 vtkDebugMacro(<< this->
GetClassName() <<
" (" <<
this <<
"): returning ProcessEvents of "
91 << this->ProcessEvents);
137 this->CreateDefaultRepresentation();
138 return this->WidgetRep;
168 vtkObject*
object,
unsigned long event,
void* clientdata,
void* calldata);
a simple class to control print indentation
an abstract superclass for classes observing events invoked by vtkRenderWindowInteractor
static void ProcessEvents(vtkObject *object, unsigned long event, void *clientdata, void *calldata)
Handles the char widget activation event.
const char * GetClassName() const
Return the class name as a string.
abstract base class for most VTK objects