![]() | InDesign SDK 20.5 |

Public Member Functions | |
| PnlTrvNodeEH (IPMUnknown *boss) | |
| virtual | ~PnlTrvNodeEH () |
| virtual bool16 | Activate (IEvent *e) |
| virtual bool16 | Deactivate (IEvent *e) |
| virtual bool16 | Suspend (IEvent *e) |
| virtual bool16 | Resume (IEvent *e) |
| virtual bool16 | MouseMove (IEvent *e) |
| virtual bool16 | MouseDrag (IEvent *e) |
| virtual bool16 | LButtonDn (IEvent *e) |
| virtual bool16 | RButtonDn (IEvent *e) |
| virtual bool16 | MButtonDn (IEvent *e) |
| virtual bool16 | LButtonUp (IEvent *e) |
| virtual bool16 | RButtonUp (IEvent *e) |
| virtual bool16 | MButtonUp (IEvent *e) |
| virtual bool16 | ButtonDblClk (IEvent *e) |
| virtual bool16 | ButtonTrplClk (IEvent *e) |
| virtual bool16 | ButtonQuadClk (IEvent *e) |
| virtual bool16 | ButtonQuintClk (IEvent *e) |
| virtual bool16 | MouseWheel (IEvent *e) |
| virtual bool16 | ControlCmd (IEvent *e) |
| virtual bool16 | KeyDown (IEvent *e) |
| virtual bool16 | KeyCmd (IEvent *e) |
| virtual bool16 | KeyUp (IEvent *e) |
| virtual void | PreGetKeyFocus () |
| virtual void | PreGiveUpKeyFocus () |
| virtual bool16 | WillingToGiveUpKeyFocus () |
| virtual bool16 | SuspendKeyFocus () |
| virtual bool16 | ResumeKeyFocus () |
| virtual bool16 | CanHaveKeyFocus () const |
| virtual bool16 | WantsTabKeyFocus () const |
| virtual void | SetView (IControlView *view) |
Public Member Functions inherited from CEventHandler | |
| CEventHandler (IPMUnknown *boss) | |
| virtual | ~CEventHandler () |
| virtual bool16 | MouseExit (IEvent *e) |
| virtual bool16 | TabletEvent (IEvent *e) |
| virtual bool16 | GestureEvent (IEvent *e) |
| virtual bool16 | MultiTouchEvent (IEvent *e) |
| virtual void | PostGetKeyFocus () |
| virtual void | PostGiveUpKeyFocus () |
| virtual bool16 | Update (IEvent *e) |
| virtual bool16 | PlatformEvent (IEvent *e) |
| virtual bool16 | CallSysEventHandler (IEvent *e) |
Additional Inherited Members | |
Public Types inherited from IEventHandler | |
| enum | { kDefaultIID = IID_IEVENTHANDLER } |
Protected Attributes inherited from CEventHandler | |
| IControlView * | fView |
Implements IEventHandler; allows this plug-in's code to catch the double-click events without needing access to the implementation headers.
| Binds the C implementation class onto its ImplementationID making the C code callable by the application * PnlTrvNodeEH::PnlTrvNodeEH | ( | IPMUnknown * | boss | ) |
Constructor.
| boss | interface ptr on the boss object to which the interface implemented here belongs. |
| inlinevirtual |
Destructor
| inlinevirtual |
Window has been activated. Traditional response is to activate the controls in the window.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| virtual |
Double click with any button; this is the only event that we're interested in here- on this event we load the placegun with an asset if it can be imported.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Quadruple click with any button.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Quintuple click with any button.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Triple click with any button.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Determine if this eventhandler can be focus of keyboard event
Reimplemented from CEventHandler.
| inlinevirtual |
Event for a particular control. Used only on Windows.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Window has been deactivated. Traditional response is to deactivate the controls in the window.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Keyboard key down that generates a character.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Keyboard key down for every key. Normally you want to override KeyCmd, rather than KeyDown.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Keyboard key released.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Left mouse button (or only mouse button) has been pressed.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Left mouse button released.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Middle mouse button of a 3 button mouse has been pressed.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Middle mouse button released.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
User is holding down the mouse button and dragging the mouse.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Mouse has moved outside the sensitive region.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
mouse scroll wheel
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Key focus is now passed to the window.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Window has lost key focus.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Right mouse button (or second button) has been pressed.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Right mouse button released.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
Application has been resumed. Control is passed back to the application from another application.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
The keyboard has been handed back.
Reimplemented from CEventHandler.
| inlinevirtual |
Temporary.
Reimplemented from CEventHandler.
| inlinevirtual |
Application has been suspended. Control is passed to another application.
| e | [IN] event of interest |
Reimplemented from CEventHandler.
| inlinevirtual |
The keyboard is temporarily being taken away. Remember enough state to resume where you left off.
Reimplemented from CEventHandler.
| inlinevirtual |
Return kTrue if this event handler wants to get keyboard focus while tabbing through widgets. Note: For almost all event handlers CanHaveKeyFocus and WantsTabKeyFocus will return the same value. If WantsTabKeyFocus returns kTrue then CanHaveKeyFocus should also return kTrue for the event handler to actually get keyboard focus. If WantsTabKeyFocus returns kFalse then the event handler is skipped.
Reimplemented from CEventHandler.
| inlinevirtual |
Typically called before GiveUpKeyFocus() is called. Return kFalse to hold onto the keyboard focus.
Reimplemented from CEventHandler.