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

Public Types | |
| enum | { kDefaultIID = IID_IREALNUMBERDATA } |
Public Member Functions | |
| virtual void | Set (const PMReal &theValue)=0 |
| virtual const PMReal | GetRealNumber () 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 |
Data interface for storing a floating-point value (PMReal). Note that the most common implementation of this interface does not set the PMReal to anything by default, so it's important that there be a call to Set before any call to GetRealNumber.
| pure virtual |
Returns the current PMReal value.
Implemented in PersistRealNumberData.
| pure virtual |
Set the new PMReal value.
| theValue | specifies the new PMReal value to set. |
Implemented in PersistRealNumberData.