![]() | InDesign SDK 20.5 |

Public Member Functions | |
| SuppUIQuickApplyFilterProvider (IPMUnknown *boss) | |
| virtual void | GetName (PMString *pName) |
| virtual ServiceID | GetServiceID () |
| virtual bool16 | IsDefaultServiceProvider () |
| virtual InstancePerX | GetInstantiationPolicy () |
Public Member Functions inherited from CServiceProvider | |
| CServiceProvider (IPMUnknown *boss) | |
| virtual bool16 | HasMultipleIDs () const |
| virtual void | GetServiceIDs (K2Vector< ServiceID > &serviceIDs) |
| virtual IPlugIn::ThreadingPolicy | GetThreadingPolicy () const |
Additional Inherited Members | |
Public Types inherited from IK2ServiceProvider | |
| enum | { kDefaultIID = IID_IK2SERVICEPROVIDER } |
| enum | InstancePerX { kInstancePerSession, kInstancePerUse, kInstancePerSessionPreload, kInstancePerSessionNoPurge } |
Protected Member Functions inherited from CServiceProvider | |
| void | InitThreadingPolicy (PMIID whichIID=IID_IK2SERVICEPROVIDER) |
Protected Attributes inherited from CServiceProvider | |
| IPlugIn::ThreadingPolicy | fThreadingPolicy |
Implements the service provider that identifies a quick apply filter service.
| inline |
Constructor.
| boss | interface ptr from boss object on which this interface is aggregated. |
| virtual |
Returns a InstancePerX value to indicate that only one instance per session is needed.
Reimplemented from CServiceProvider.
| virtual |
Initializes the name of the service.
| pName | OUT Ptr to PMString to receive the name. |
Reimplemented from CServiceProvider.
| virtual |
Returns a single service ID that identifies the service as a quick apply filter.
Implements IK2ServiceProvider.
| virtual |
Tells the application this service is not the default service.
Reimplemented from CServiceProvider.