![]() | InDesign SDK 20.5 |

Public Member Functions | |
| ActionSupportedEvents (IPMUnknown *boss) | |
| virtual bool16 | SupportsMouseEvents () const |
| virtual bool16 | SupportsFocusEvents () const |
| virtual bool16 | SupportsPageEvents () const |
| virtual bool16 | SupportsDocumentEvents () const |
| virtual bool16 | SupportsFormatEvents () const |
| virtual bool16 | SupportsKeystrokeEvents () const |
| virtual bool16 | SupportsValidateEvents () const |
| virtual bool16 | SupportsCalculateEvents () const |
| virtual bool16 | SupportsSignedEvents () const |
| virtual bool16 | SupportsSelectionChangedEvents () const |
Additional Inherited Members | |
Private Types inherited from ISupportedEvents | |
| enum | { kDefaultIID = IID_ISUPPORTEDEVENTS } |
Private Member Functions inherited from CPMUnknown< ISupportedEvents > | |
| IPMUnknown * | QueryInterface (PMIID interfaceID) const |
| void | AddRef () const |
| void | Release () const |
| void | PreDirty (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| void | PreDirtyNoMessage (ImplementationID prop=kInvalidImpl, bool16 allowModification=kTrue) |
| CPMUnknown (const CPMUnknown &)=delete | |
| CPMUnknown & | operator= (const CPMUnknown &)=delete |
| CPMUnknown (IPMUnknown *boss) | |
| inlinevirtual |
Supports OnFocus/OnBlur
Implements ISupportedEvents.
| inlinevirtual |
Supports Mouse Up/Down/Enter/Over
Implements ISupportedEvents.
| inlinevirtual |
Supports PageOpen/Close. Note these are allowed on buttons, since we don't have a way to attach events,actions to pages.
Implements ISupportedEvents.