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_Event Class Reference

#include <cfwl_event.h>

+ Inheritance diagram for CFWL_Event:
+ Collaboration diagram for CFWL_Event:

Public Types

enum class  Type {
  CheckStateChanged , Click , Close , EditChanged ,
  Mouse , PostDropDown , PreDropDown , Scroll ,
  SelectChanged , TextWillChange , TextFull , Validate
}
 

Public Member Functions

 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
 

Detailed Description

Definition at line 15 of file cfwl_event.h.

Member Enumeration Documentation

◆ Type

enum class CFWL_Event::Type
strong
Enumerator
CheckStateChanged 
Click 
Close 
EditChanged 
Mouse 
PostDropDown 
PreDropDown 
Scroll 
SelectChanged 
TextWillChange 
TextFull 
Validate 

Definition at line 19 of file cfwl_event.h.

Constructor & Destructor Documentation

◆ CFWL_Event() [1/3]

CFWL_Event::CFWL_Event ( Type type)
explicit

Referenced by CFWL_DateTimePicker::SetEditText().

+ Here is the caller graph for this function:

◆ CFWL_Event() [2/3]

CFWL_Event::CFWL_Event ( Type type,
CFWL_Widget * pSrcTarget )

Definition at line 11 of file cfwl_event.cpp.

References CFWL_Event().

Referenced by CFWL_Event(), CFWL_EventScroll::CFWL_EventScroll(), CFWL_EventSelectChanged::CFWL_EventSelectChanged(), CFWL_EventSelectChanged::CFWL_EventSelectChanged(), CFWL_EventTextWillChange::CFWL_EventTextWillChange(), and CFWL_EventValidate::CFWL_EventValidate().

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

◆ CFWL_Event() [3/3]

CFWL_Event::CFWL_Event ( Type type,
CFWL_Widget * pSrcTarget,
CFWL_Widget * pDstTarget )

Definition at line 14 of file cfwl_event.cpp.

References CFWL_Event().

Referenced by CFWL_Event(), and CFWL_EventMouse::CFWL_EventMouse().

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

◆ ~CFWL_Event()

CFWL_Event::~CFWL_Event ( )
virtualdefault

Member Function Documentation

◆ GetDstTarget()

CFWL_Widget * CFWL_Event::GetDstTarget ( ) const
inline

Definition at line 41 of file cfwl_event.h.

◆ GetSrcTarget()

CFWL_Widget * CFWL_Event::GetSrcTarget ( ) const
inline

Definition at line 40 of file cfwl_event.h.

Referenced by CFWL_Edit::OnProcessEvent(), CFWL_ListBox::OnProcessEvent(), and CFWL_ComboBox::ShowDropDownList().

+ Here is the caller graph for this function:

◆ GetType()

Type CFWL_Event::GetType ( ) const
inline

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