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

Public Member Functions

 PrnSelSuiteTableCSB (IPMUnknown *boss)
 
virtual ~PrnSelSuiteTableCSB (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 table cell selection.

Constructor & Destructor Documentation

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

Constructor.

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

Destructor.