InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
CusCondTxtIconEventHandler Class Reference
Inheritance diagram for CusCondTxtIconEventHandler:
CEventHandlerIEventHandlerIPMUnknown

Public Member Functions

 CusCondTxtIconEventHandler (IPMUnknown *boss)
 
virtual bool16 LButtonDn (IEvent *e)
 
- Public Member Functions inherited from CEventHandler
 CEventHandler (IPMUnknown *boss)
 
virtual ~CEventHandler ()
 
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 MouseExit (IEvent *e)
 
virtual bool16 MouseDrag (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 TabletEvent (IEvent *e)
 
virtual bool16 GestureEvent (IEvent *e)
 
virtual bool16 MultiTouchEvent (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 PostGetKeyFocus ()
 
virtual void PreGiveUpKeyFocus ()
 
virtual void PostGiveUpKeyFocus ()
 
virtual bool16 WillingToGiveUpKeyFocus ()
 
virtual bool16 SuspendKeyFocus ()
 
virtual bool16 ResumeKeyFocus ()
 
virtual bool16 CanHaveKeyFocus () const
 
virtual bool16 WantsTabKeyFocus () const
 
virtual bool16 Update (IEvent *e)
 
virtual bool16 PlatformEvent (IEvent *e)
 
virtual bool16 CallSysEventHandler (IEvent *e)
 
virtual void SetView (IControlView *view)
 

Additional Inherited Members

- Public Types inherited from IEventHandler
enum  { kDefaultIID = IID_IEVENTHANDLER }
 
- Protected Attributes inherited from CEventHandler
IControlViewfView
 

Member Function Documentation

bool16 CusCondTxtIconEventHandler::LButtonDn (IEvente)
virtual

Left mouse button (or only mouse button) has been pressed.

Parameters
eevent of interest
Returns
kTrue if event was handled, kFalse to propagate event, i.e. pass to next handler

Reimplemented from CEventHandler.