![]() | InDesign SDK 20.5 |

Public Member Functions | |
| BscMnuSuiteLayoutCSB (IPMUnknown *iBoss) | |
| virtual | ~BscMnuSuiteLayoutCSB (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 |
Layout concrete selection boss (CSB) IBscMnuSuite implementation. The suite implementations on the CSBs are responsible for doing all of the model specific work. The implementation of a CSB suite deals with the model format of its owning boss. The only information that the suite should need is from sibling interfaces on the CSB, primarily the target interface. This interface specifies which items to act upon. For the LayoutCSB, the target interface is ILayoutTarget which wraps a UIDList. So usually you see the methods in this CSB will first get an InterfacePtr to a ILayoutTarget, then it gets the UIDList of the selected items from the pointer.
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 * BscMnuSuiteLayoutCSB::BscMnuSuiteLayoutCSB | ( | IPMUnknown * | iBoss | ) |
Constructor.
| iBoss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Destructor.
| virtual |
See IBscMnuSuite::CanApplyBscMnu
Implements IBscMnuSuite.