![]() |
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 |
| pdfium::CFWL_Event::CFWL_Event | ( | Type | type, |
| CFWL_Widget * | pSrcTarget ) |
Definition at line 13 of file cfwl_event.cpp.
| pdfium::CFWL_Event::CFWL_Event | ( | Type | type, |
| CFWL_Widget * | pSrcTarget, | ||
| CFWL_Widget * | pDstTarget ) |
Definition at line 16 of file cfwl_event.cpp.
|
virtualdefault |
|
inline |
Definition at line 43 of file cfwl_event.h.
|
inline |
Definition at line 42 of file cfwl_event.h.
|
inline |
Definition at line 41 of file cfwl_event.h.