![]() | InDesign SDK 20.5 |
#include <ISliderStateData.h>

Public Types | |
| enum | { kDefaultIID = IID_ISLIDERSTATEDATA } |
| enum | SliderStateType { kSliderState_None = 0, kSliderState_Indeterminant, kSliderState_Normal, kSliderState_Inactive } |
Public Member Functions | |
| virtual void | SetState (const SliderStateType &value)=0 |
| virtual const SliderStateType & | GetState (void) const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
A helper interface on the slider widget to indicate the state of the slider widget.
Type definition for the slider widget state.
| pure virtual |
Returns the current state.
| pure virtual |
Sets the current state to a new state.
| value | specificies the new state to set. value should be one of SliderStateType. |