InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
IPrintData::Notification Class Reference

#include <IPrintData.h>

Public Member Functions

 Notification ()
 
 Notification (bool16 updateAll, Id id)
 

Public Attributes

bool16 fUpdateAll
 
Id fId
 

Detailed Description

Print data uses Notification class objects when notifying clients of item value and state changes.

See Also
IPrintData

Constructor & Destructor Documentation

IPrintData::Notification::Notification ()
inline

Default constructor. Member variables set to denote that all the print data items changed and need to be updated.

IPrintData::Notification::Notification (bool16 updateAll,
Id id 
)
inline

Constructor.

Parameters
updateAllIN boolean denoting whether all print data items changed and need to be updated. Pass kTrue for all items, and kFalse for a single item denoted by the id parameter.
idIN identifier of the print data item to update. Set to kInvalidId if the updateAll parameter is set to kTrue.

Member Data Documentation

Id IPrintData::Notification::fId

The print data item denoted by the given identifier changed and needs to be updated. Should be set to kInvalidId if the fUpdateAll member variable is set to kTrue.

bool16 IPrintData::Notification::fUpdateAll

kTrue if all the print data items changed and need to be updated, else kFalse.