![]() | InDesign SDK 20.5 |

Public Member Functions | |
| MenuPopupEventHandler (IPMUnknown *boss) | |
| virtual bool16 | LButtonDn (IEvent *e) |
| virtual bool16 | LButtonUp (IEvent *e) |
| virtual bool16 | ButtonTrplClk (IEvent *e) |
| virtual bool16 | ButtonQuadClk (IEvent *e) |
| virtual bool16 | ButtonQuintClk (IEvent *e) |
| virtual bool16 | KeyDown (IEvent *e) |
| virtual bool16 | CanHaveKeyFocus () const |
Public Member Functions inherited from DVControlEventHandler | |
| DVControlEventHandler (IPMUnknown *boss) | |
| virtual const char * | class_name () |
Public Member Functions inherited from DVHostedWidgetEH | |
| DVHostedWidgetEH (IPMUnknown *boss) | |
| virtual bool16 | Activate (IEvent *) |
| virtual bool16 | Deactivate (IEvent *) |
| virtual bool16 | Suspend (IEvent *) |
| virtual bool16 | Resume (IEvent *) |
| virtual bool16 | MouseMove (IEvent *) |
| virtual bool16 | MouseExit (IEvent *) |
| virtual bool16 | MouseDrag (IEvent *) |
| virtual bool16 | RButtonDn (IEvent *) |
| virtual bool16 | MButtonDn (IEvent *) |
| virtual bool16 | RButtonUp (IEvent *) |
| virtual bool16 | MButtonUp (IEvent *) |
| virtual bool16 | ButtonDblClk (IEvent *) |
| virtual bool16 | MouseWheel (IEvent *) |
| virtual bool16 | TabletEvent (IEvent *) |
| virtual bool16 | GestureEvent (IEvent *) |
| virtual bool16 | MultiTouchEvent (IEvent *) |
| virtual bool16 | BaseHandlePointerEvent (IEvent *) |
| virtual bool16 | KeyCmd (IEvent *) |
| virtual bool16 | KeyUp (IEvent *) |
| virtual bool16 | BaseHandleKeyboardEvent (IEvent *) |
| virtual void | PreGetKeyFocus () |
| virtual void | PostGetKeyFocus () |
| virtual void | PreGiveUpKeyFocus () |
| virtual void | PostGiveUpKeyFocus () |
| virtual bool16 | WillingToGiveUpKeyFocus () |
| virtual bool16 | SuspendKeyFocus () |
| virtual bool16 | ResumeKeyFocus () |
| virtual bool16 | WantsTabKeyFocus () const |
| virtual bool16 | ControlCmd (IEvent *) |
| virtual bool16 | Update (IEvent *) |
| virtual bool16 | PlatformEvent (IEvent *) |
| virtual bool16 | CallSysEventHandler (IEvent *) |
| virtual void | SetView (IControlView *) |
Additional Inherited Members | |
Public Types inherited from IEventHandler | |
| enum | { kDefaultIID = IID_IEVENTHANDLER } |
Protected Member Functions inherited from DVHostedWidgetEH | |
| dvaui::ui::UI_Node * | Get_UI_Node () const |
| virtual |
Quadruple click with any button.
| e | event of interest |
Reimplemented from DVHostedWidgetEH.
| virtual |
Quintuple click with any button.
| e | event of interest |
Reimplemented from DVHostedWidgetEH.
| virtual |
Triple click with any button.
| e | event of interest |
Reimplemented from DVHostedWidgetEH.
| inlinevirtual |
Determine if this eventhandler can be focus of keyboard event
Reimplemented from DVHostedWidgetEH.
| virtual |
Keyboard key down for every key. Normally you want to override KeyCmd, rather than KeyDown.
| e | event of interest |
Reimplemented from DVHostedWidgetEH.
| virtual |
Left mouse button (or only mouse button) has been pressed.
| e | event of interest |
Reimplemented from DVHostedWidgetEH.
| virtual |
Left mouse button released.
| e | event of interest |
Reimplemented from DVHostedWidgetEH.