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

#include <SdkObjModel.h>

Inheritance diagram for kHiDPIActionComponentBoss:
kBaseActionComponentBoss

Public Member Functions

IActionComponent IID_IACTIONCOMPONENT
 
- Public Member Functions inherited from kBaseActionComponentBoss
IPMUnknown IID_NEVERWRITESTODOCUMENT
 
IPMPersist IID_IPMPERSIST
 

Detailed Description

 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 HiDPIActionComponent.cpp. The other default implementation is provided by the API.

Member Function Documentation

IActionComponent kHiDPIActionComponentBoss::IID_IACTIONCOMPONENT
     Handle the actions from the menu. Implements IActionComponent. 

See Also
HiDPIActionComponent
    Implementation: kHiDPIActionComponentImpl.