![]() | InDesign SDK 20.5 |
#include <SdkObjModel.h>

Public Member Functions | |
| IActionComponent | IID_IACTIONCOMPONENT |
| IPMPersist | IID_IPMPERSIST |
This boss class provides the actions invoked by this plug-in's
sub-menu items. It supports two interfaces: IActionComponent and IPMPersist. We provide the implementation for IActionComponent in CstAFltAction.cpp. The other default implementation is provided by the API.
| IActionComponent kCstAFltActionComponentBoss::IID_IACTIONCOMPONENT |
Handle the actions from the menu. Implementation: kCstAFltActionComponentImpl.
| IPMPersist kCstAFltActionComponentBoss::IID_IPMPERSIST |
Persist the state of the menu across application instantiation.
Implementation provided by the API. Implementation: kPMPersistImpl.