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

Public Types | |
| enum | { kDefaultIID = IID_IINTDATA } |
| typedef int32 | ValueType |
Public Member Functions | |
| virtual void | Set (ValueType i)=0 |
| virtual ValueType | GetInt () const =0 |
| ValueType | Get () const |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Data interface for storing integers.
| inline |
Get the value.
| pure virtual |
Get the value.
| pure virtual |
Set the value.
| i | new value of the integer |