29 #ifndef vtkButtonRepresentation_h
30 #define vtkButtonRepresentation_h
33 #include "vtkInteractionWidgetsModule.h"
34 #include "vtkLegacy.h"
37 VTK_ABI_NAMESPACE_BEGIN
53 vtkSetClampMacro(NumberOfStates,
int, 1,
VTK_INT_MAX);
60 vtkGetMacro(State,
int);
70 virtual void SetState(
int state);
71 virtual void NextState();
72 virtual void PreviousState();
80 #if !defined(VTK_LEGACY_REMOVE)
100 #if !defined(VTK_LEGACY_REMOVE)
105 vtkGetMacro(HighlightState,
int);
127 VTK_ABI_NAMESPACE_END
abstract superclass for all actors, volumes and annotations
#define VTK_DEPRECATED_IN_9_2_0(reason)
a simple class to control print indentation