38 #ifndef vtkButtonRepresentation_h
39 #define vtkButtonRepresentation_h
41 #include "vtkInteractionWidgetsModule.h"
67 vtkGetMacro(State,
int);
77 virtual void SetState(
int state);
78 virtual void NextState();
79 virtual void PreviousState();
99 vtkGetMacro(HighlightState,
int);
105 void ShallowCopy(
vtkProp *prop) VTK_OVERRIDE;
109 ~vtkButtonRepresentation() VTK_OVERRIDE;
117 vtkButtonRepresentation(const vtkButtonRepresentation&) VTK_DELETE_FUNCTION;
118 void operator=(const vtkButtonRepresentation&) VTK_DELETE_FUNCTION;
abstract superclass for all actors, volumes and annotations
a simple class to control print indentation