![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PrnSelSuiteASB (IPMUnknown *boss) | |
| virtual | ~PrnSelSuiteASB (void) |
| virtual void | StoreSelectionData (void) |
| virtual bool16 | CanGetPrintSelectionFlag (void) |
| virtual bool16 | GetPrintSelectionFlag (void) |
| virtual bool16 | CanSetPrintSelectionFlag (void) |
| virtual ErrorCode | SetPrintSelectionFlag (const bool16 printSelection) |
Public Member Functions inherited from CPMUnknown< IPrnSelSuite > | |
| 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 IPrnSelSuite | |
| enum | { kDefaultIID = IID_IPRNSELSUITE } |
Protected Member Functions inherited from CPMUnknown< IPrnSelSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IPrnSelSuite > | |
| HelperInterface | fHelperInterface |
Integrator IPrnSelSuite implementation. Uses templates provided by the API to delegate calls to IPrnSelSuite implementations on underlying concrete selection boss classes.
| Binds the C implementation class to its ImplementationID making the C code callable by the application * PrnSelSuiteASB::PrnSelSuiteASB | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Destructor.
| virtual |
Can the print selection flag be retrieved?
Implements IPrnSelSuite.
| virtual |
Can the print selection flag be set?
Implements IPrnSelSuite.
| virtual |
| virtual |
| virtual |
Creates a list of UIDs of selected items.
Implements IPrnSelSuite.