![]() |
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 17 of file cfwl_event.h.
|
strong |
Enumerator | |
---|---|
CheckStateChanged | |
Click | |
Close | |
EditChanged | |
Mouse | |
PostDropDown | |
PreDropDown | |
Scroll | |
SelectChanged | |
TextWillChange | |
TextFull | |
Validate |
Definition at line 21 of file cfwl_event.h.
|
explicit |
Referenced by pdfium::CFWL_DateTimePicker::SetEditText().
pdfium::CFWL_Event::CFWL_Event | ( | Type | type, |
CFWL_Widget * | pSrcTarget ) |
Definition at line 13 of file cfwl_event.cpp.
References CFWL_Event().
Referenced by CFWL_Event(), pdfium::CFWL_EventScroll::CFWL_EventScroll(), pdfium::CFWL_EventSelectChanged::CFWL_EventSelectChanged(), pdfium::CFWL_EventSelectChanged::CFWL_EventSelectChanged(), pdfium::CFWL_EventTextWillChange::CFWL_EventTextWillChange(), and pdfium::CFWL_EventValidate::CFWL_EventValidate().
pdfium::CFWL_Event::CFWL_Event | ( | Type | type, |
CFWL_Widget * | pSrcTarget, | ||
CFWL_Widget * | pDstTarget ) |
Definition at line 16 of file cfwl_event.cpp.
References CFWL_Event().
Referenced by CFWL_Event(), and pdfium::CFWL_EventMouse::CFWL_EventMouse().
|
virtualdefault |
|
inline |
Definition at line 43 of file cfwl_event.h.
|
inline |
Definition at line 42 of file cfwl_event.h.
Referenced by pdfium::CFWL_Edit::OnProcessEvent(), pdfium::CFWL_ListBox::OnProcessEvent(), and pdfium::CFWL_ComboBox::ShowDropDownList().
|
inline |
Definition at line 41 of file cfwl_event.h.
Referenced by CXFA_FFCheckButton::OnProcessEvent(), CXFA_FFComboBox::OnProcessEvent(), CXFA_FFDateTimeEdit::OnProcessEvent(), CXFA_FFField::OnProcessEvent(), CXFA_FFListBox::OnProcessEvent(), CXFA_FFNumericEdit::OnProcessEvent(), CXFA_FFTextEdit::OnProcessEvent(), pdfium::CFWL_Barcode::OnProcessEvent(), pdfium::CFWL_ComboBox::OnProcessEvent(), pdfium::CFWL_Edit::OnProcessEvent(), and pdfium::CFWL_ListBox::OnProcessEvent().