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

Public Member Functions | |
| IActionFilter | IID_IACTIONFILTER |
| IK2ServiceProvider | IID_IK2SERVICEPROVIDER |
| IPMPersist | IID_IPMPERSIST |
This boss class represents the action filter implementation.
It is implemented as a service provider (ServiceID = kActionFilterService, defined in ActionID.h). The implementation of IK2ServiceProvider is provided by the API.
| IActionFilter kCstAFltActionFilterBoss::IID_IACTIONFILTER |
Register action filters with the application. Implementation: kCstAFltActionFilterImpl.
| IK2ServiceProvider kCstAFltActionFilterBoss::IID_IK2SERVICEPROVIDER |
Identify this boss as an ActionFilter service. Implementation provided by the API.
Implementation: kActionFilterProviderImpl.
| IPMPersist kCstAFltActionFilterBoss::IID_IPMPERSIST |
Allow this boss to be persisted. Implementation provided by the API.
Implementation: kPMPersistImpl.