InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IRealNumberControlData Class Referenceabstract

#include <IRealNumberControlData.h>

Inheritance diagram for IRealNumberControlData:
IPMUnknown

Public Member Functions

virtual void SetValue (const PMReal &value, bool16 invalidate=kTrue, bool16 notifyOfChange=kTrue)=0
 
virtual PMReal GetValue () const =0
 
- Public Member Functions inherited from IPMUnknown
virtual IPMUnknownQueryInterface (PMIID interfaceID) const =0
 
virtual void AddRef () const =0
 
virtual void Release () const =0
 

Detailed Description

Data interface for holding PMReal values for widgets

Member Function Documentation

virtual PMReal IRealNumberControlData::GetValue () const
pure virtual
Get the value

Returns
The value of the widget
virtual void IRealNumberControlData::SetValue (const PMRealvalue,
bool16 invalidate = kTrue,
bool16 notifyOfChange = kTrue 
)
pure virtual
Set the value

Parameters
valueThe new value to store into the widget
invalidateWhether or not to invalidate the widget to cause redraw Whether or not to notify observers of this change to value.