![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PrnSelData (IPMUnknown *boss) | |
| virtual | ~PrnSelData () |
| virtual void | SetIsChecked (bool16 bChecked) |
| virtual bool16 | GetIsChecked () |
| virtual void | SetSuppressPrintSelectionDialog (bool16 bSuppress) |
| virtual bool16 | GetSuppressPrintSelectionDialog () |
| virtual bool16 | GetPageUIDHadSelection (UID pageuid) |
| virtual void | LoadPageUID (UID pageuid) |
| virtual bool16 | GetPageItemUIDHadSelection (UID uid) |
| virtual void | LoadPageItemUID (UID uid) |
| virtual void | FlushUIDs () |
Public Member Functions inherited from CPMUnknown< IPrnSelData > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
Additional Inherited Members | |
Public Types inherited from IPrnSelData | |
| enum | { kDefaultIID = IID_IPRNSELDATA } |
Protected Member Functions inherited from CPMUnknown< IPrnSelData > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPrnSelData > | |
| HelperInterface | fHelperInterface |
Stores non-persistent data used to print selection only.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * PrnSelData::PrnSelData | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Destructor.
| virtual |
Empties custom data structures.
Implements IPrnSelData.
| inlinevirtual |
Retrieves whether print selection checkbox was checked.
Implements IPrnSelData.
| virtual |
Retrieves whether a specified UID represents a selected page item.
| uid | [in] specifies uid being queried. |
Implements IPrnSelData.
| virtual |
Retrieves whether a page contained a selected item.
| pageuid | [in] specifies page uid being queried. |
Implements IPrnSelData.
| inlinevirtual |
Retrieves whether should suppress print selection dialog.
Implements IPrnSelData.
| virtual |
Loads page item UID into a custom data structure.
| uid | [in] Specifies uid being loaded. |
Implements IPrnSelData.
| virtual |
Loads page UID into custom data structure.
| pageuid | [in] specifies page UID being loaded. |
Implements IPrnSelData.
| virtual |
Sets whether print selection checkbox was checked.
| bChecked | Specifies whether print selection checkbox was checked. |
Implements IPrnSelData.
| virtual |
Sets whether should suppress print selection dialog. Used by scripting.
| bSuppress | Specifies whether should suppress print selection dialog. |
Implements IPrnSelData.