![]() | InDesign SDK 20.5 |

Public Member Functions | |
| BscMnuSuiteASB (IPMUnknown *iBoss) | |
| virtual | ~BscMnuSuiteASB (void) |
| virtual bool16 | CanApplyBscMnu (void) |
Public Member Functions inherited from CPMUnknown< IBscMnuSuite > | |
| 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 IBscMnuSuite | |
| enum | { kDefaultIID = IID_IBSCMNU_ISUITE } |
Protected Member Functions inherited from CPMUnknown< IBscMnuSuite > | |
| CPMUnknown (IPMUnknown *boss) | |
Protected Attributes inherited from CPMUnknown< IBscMnuSuite > | |
| HelperInterface | fHelperInterface |
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.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * BscMnuSuiteASB::BscMnuSuiteASB | ( | IPMUnknown * | iBoss | ) |
Constructor.
| iBoss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Destructor.
| virtual |
See IBscMnuSuite::CanApplyBscMnu
Implements IBscMnuSuite.