Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cfwl_event.h>
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_Widget * | GetSrcTarget () const |
CFWL_Widget * | GetDstTarget () const |
Definition at line 15 of file cfwl_event.h.
|
strong |
Enumerator | |
---|---|
CheckStateChanged | |
Click | |
Close | |
EditChanged | |
Mouse | |
PostDropDown | |
PreDropDown | |
Scroll | |
SelectChanged | |
TextWillChange | |
TextFull | |
Validate |
Definition at line 19 of file cfwl_event.h.
|
explicit |
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().
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().
|
virtualdefault |
|
inline |
Definition at line 41 of file cfwl_event.h.
|
inline |
Definition at line 40 of file cfwl_event.h.
Referenced by CFWL_Edit::OnProcessEvent(), CFWL_ListBox::OnProcessEvent(), and CFWL_ComboBox::ShowDropDownList().
|
inline |
Definition at line 39 of file cfwl_event.h.
Referenced by CFWL_Barcode::OnProcessEvent(), CFWL_ComboBox::OnProcessEvent(), CFWL_Edit::OnProcessEvent(), CFWL_ListBox::OnProcessEvent(), CXFA_FFCheckButton::OnProcessEvent(), CXFA_FFComboBox::OnProcessEvent(), CXFA_FFDateTimeEdit::OnProcessEvent(), CXFA_FFField::OnProcessEvent(), CXFA_FFListBox::OnProcessEvent(), CXFA_FFNumericEdit::OnProcessEvent(), and CXFA_FFTextEdit::OnProcessEvent().