40 #ifndef __vtkButtonRepresentation_h
41 #define __vtkButtonRepresentation_h
43 #include "vtkInteractionWidgetsModule.h"
53 void PrintSelf(ostream& os, vtkIndent indent);
58 vtkSetClampMacro(NumberOfStates,
int,1,VTK_INT_MAX);
63 vtkGetMacro(State,
int);
71 virtual void SetState(
int state);
72 virtual void NextState();
73 virtual void PreviousState();
92 vtkGetMacro(HighlightState,
int);