InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
PrnSelSuiteLayoutCSB Class Reference
Inheritance diagram for PrnSelSuiteLayoutCSB:
PrnSelSuiteCSBCPMUnknown< IPrnSelSuite >IPrnSelSuiteIPMUnknown

Public Member Functions

 PrnSelSuiteLayoutCSB (IPMUnknown *boss)
 
virtual ~PrnSelSuiteLayoutCSB (void)
 
- Public Member Functions inherited from PrnSelSuiteCSB
 PrnSelSuiteCSB (IPMUnknown *boss)
 
virtual ~PrnSelSuiteCSB (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 >
IPMUnknownQueryInterface (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
 
CPMUnknownoperator= (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
 

Detailed Description

Implements the code necessary to identify and store page UIDs and page item UIDs that have a layout selection.

Constructor & Destructor Documentation

Binds the C implementation class to its ImplementationID making the C code callable by the application * PrnSelSuiteLayoutCSB::PrnSelSuiteLayoutCSB (IPMUnknownboss)

Constructor.

Parameters
bossinterface ptr from boss object on which interface is aggregated.
PrnSelSuiteLayoutCSB::~PrnSelSuiteLayoutCSB (void )
virtual

Destructor.