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

Public Types | |
| enum | { kDefaultIID = IID_IINTEGERCONTROLDATA } |
Public Member Functions | |
| virtual void | SetValue (int32 newValue, bool16 invalidate=kTrue, bool16 notifyOfChange=kTrue)=0 |
| virtual int32 | GetValue () 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 |
Interface for storing an integer
| pure virtual |
returns stored integer
| pure virtual |
Method to set the integer stored in the interface.
| newValue | integer to set |
| invalidate | specifies whether the control should be redrawn |
| notifyOfChange | specifies whether observers on the control data should be notified of the change. |