InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
BscMnuSuiteASB Class Reference
Inheritance diagram for BscMnuSuiteASB:
CPMUnknown< IBscMnuSuite >IBscMnuSuiteIPMUnknown

Public Member Functions

 BscMnuSuiteASB (IPMUnknown *iBoss)
 
virtual ~BscMnuSuiteASB (void)
 
virtual bool16 CanApplyBscMnu (void)
 
- Public Member Functions inherited from CPMUnknown< IBscMnuSuite >
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 IBscMnuSuite
enum  { kDefaultIID = IID_IBSCMNU_ISUITE }
 
- Protected Member Functions inherited from CPMUnknown< IBscMnuSuite >
 CPMUnknown (IPMUnknown *boss)
 
- Protected Attributes inherited from CPMUnknown< IBscMnuSuite >
HelperInterface fHelperInterface
 

Detailed Description

Abstract selection boss (ASB) IBscMnuSuite implementation. The purpose of this integrator suite is to determine how to forward the client request on to the CSB suite(s). Note that the client does not interact with the CSB (which has all the real implementation of the suite) directly, the client interacts with the ASB only. Also note that the Suite API shouldn't contain model data that is specific to a selection format (layout uidLists, text model/range, etc) so that the client code can be completely decoupled from the underlying CSB.

Constructor & Destructor Documentation

Binds the C implementation class onto its ImplementationID making the C code callable by the application * BscMnuSuiteASB::BscMnuSuiteASB (IPMUnknowniBoss)

Constructor.

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

Destructor.

Member Function Documentation

bool16 BscMnuSuiteASB::CanApplyBscMnu (void )
virtual