Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
CFWL_EventMouse Class Referencefinal

#include <cfwl_eventmouse.h>

+ Inheritance diagram for CFWL_EventMouse:
+ Collaboration diagram for CFWL_EventMouse:

Public Member Functions

 CFWL_EventMouse (CFWL_Widget *pSrcTarget, CFWL_Widget *pDstTarget, CFWL_MessageMouse::MouseCommand cmd)
 
 ~CFWL_EventMouse () override
 
CFWL_MessageMouse::MouseCommand GetCommand () const
 
- Public Member Functions inherited from CFWL_Event
 CFWL_Event (Type type)
 
 CFWL_Event (Type type, CFWL_Widget *pSrcTarget)
 
 CFWL_Event (Type type, CFWL_Widget *pSrcTarget, CFWL_Widget *pDstTarget)
 
virtual ~CFWL_Event ()
 
Type GetType () const
 
CFWL_WidgetGetSrcTarget () const
 
CFWL_WidgetGetDstTarget () const
 

Additional Inherited Members

- Public Types inherited from CFWL_Event
enum class  Type {
  CheckStateChanged , Click , Close , EditChanged ,
  Mouse , PostDropDown , PreDropDown , Scroll ,
  SelectChanged , TextWillChange , TextFull , Validate
}
 

Detailed Description

Definition at line 13 of file cfwl_eventmouse.h.

Constructor & Destructor Documentation

◆ CFWL_EventMouse()

CFWL_EventMouse::CFWL_EventMouse ( CFWL_Widget * pSrcTarget,
CFWL_Widget * pDstTarget,
CFWL_MessageMouse::MouseCommand cmd )

Definition at line 9 of file cfwl_eventmouse.cpp.

References CFWL_Event::CFWL_Event(), and CFWL_Event::Mouse.

Referenced by CFWL_Widget::OnProcessMessage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ~CFWL_EventMouse()

CFWL_EventMouse::~CFWL_EventMouse ( )
overridedefault

Member Function Documentation

◆ GetCommand()

CFWL_MessageMouse::MouseCommand CFWL_EventMouse::GetCommand ( ) const
inline

Definition at line 20 of file cfwl_eventmouse.h.

Referenced by CXFA_FFField::OnProcessEvent().

+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: