InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
kCstAFltActionFilterBoss Class Reference

#include <SdkObjModel.h>

Inheritance diagram for kCstAFltActionFilterBoss:

Public Member Functions

IActionFilter IID_IACTIONFILTER
 
IK2ServiceProvider IID_IK2SERVICEPROVIDER
 
IPMPersist IID_IPMPERSIST
 

Detailed Description

 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.

Author
Ken Sadahiro

Member Function Documentation

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.