#include <IPrintData.h>
Print data uses Notification class objects when notifying clients of item value and state changes.
- See Also
- IPrintData
| 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
| updateAll | IN 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. |
| id | IN identifier of the print data item to update. Set to kInvalidId if the updateAll parameter is set to kTrue. |
| 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.