55#ifndef vtkAbstractWidget_h
56#define vtkAbstractWidget_h
58#include "vtkInteractionWidgetsModule.h"
95 vtkDebugMacro(<< this->
GetClassName() <<
" (" <<
this <<
"): returning ProcessEvents of "
96 << this->ProcessEvents);
142 this->CreateDefaultRepresentation();
143 return this->WidgetRep;
173 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