![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PrnSelActionComponent (IPMUnknown *boss) | |
| ~PrnSelActionComponent () | |
| virtual void | DoAction (IActiveContext *ac, ActionID actionID, GSysPoint mousePoint=kInvalidMousePoint, IPMUnknown *widget=nil) |
| virtual void | UpdateActionStates (IActiveContext *ac, IActionStateList *listToUpdate, GSysPoint mousePoint=kInvalidMousePoint, IPMUnknown *widget=nil) |
Public Member Functions inherited from CActionComponent | |
| CActionComponent (IPMUnknown *boss) | |
| virtual | ~CActionComponent () |
Additional Inherited Members | |
Public Types inherited from IActionComponent | |
| enum | { kDefaultIID = IID_IACTIONCOMPONENT } |
Implements the actions that are executed when plug-in menu items are selected.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * PrnSelActionComponent::PrnSelActionComponent | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr from boss object on which interface is aggregated. |
| inline |
Destructor.
| virtual |
Implements IActionComponent.
| virtual |
Reimplemented from CActionComponent.