![]() |
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_eventtextwillchange.h>
Public Member Functions | |
| CFWL_EventTextWillChange (CFWL_Widget *pSrcTarget, const WideString &change_text, const WideString &previous_text, size_t selection_start, size_t selection_end) | |
| ~CFWL_EventTextWillChange () override | |
| WideString | GetChangeText () const |
| WideString | GetPreviousText () const |
| size_t | GetSelectionStart () const |
| size_t | GetSelectionEnd () const |
| bool | GetCancelled () const |
| void | SetChangeText (const WideString &change_text) |
| void | SetPreviousText (const WideString &previous_text) |
| void | SetSelectionStart (size_t selection_start) |
| void | SetSelectionEnd (size_t selection_end) |
| void | SetCancelled (bool cancelled) |
| Public Member Functions inherited from pdfium::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_Widget * | GetSrcTarget () const |
| CFWL_Widget * | GetDstTarget () const |
Protected Attributes | |
| WideString | change_text_ |
| WideString | previous_text_ |
| size_t | selection_start_ |
| size_t | selection_end_ |
| bool | cancelled_ = false |
Additional Inherited Members | |
| Public Types inherited from pdfium::CFWL_Event | |
| enum class | Type { CheckStateChanged , Click , Close , EditChanged , Mouse , PostDropDown , PreDropDown , Scroll , SelectChanged , TextWillChange , TextFull , Validate } |
Definition at line 15 of file cfwl_eventtextwillchange.h.
| pdfium::CFWL_EventTextWillChange::CFWL_EventTextWillChange | ( | CFWL_Widget * | pSrcTarget, |
| const WideString & | change_text, | ||
| const WideString & | previous_text, | ||
| size_t | selection_start, | ||
| size_t | selection_end ) |
Definition at line 11 of file cfwl_eventtextwillchange.cpp.
|
overridedefault |
|
inline |
Definition at line 28 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 24 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 25 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 27 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 26 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 40 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 30 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 33 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 39 of file cfwl_eventtextwillchange.h.
|
inline |
Definition at line 36 of file cfwl_eventtextwillchange.h.
|
protected |
Definition at line 47 of file cfwl_eventtextwillchange.h.
Definition at line 43 of file cfwl_eventtextwillchange.h.
Definition at line 44 of file cfwl_eventtextwillchange.h.
|
protected |
Definition at line 46 of file cfwl_eventtextwillchange.h.
|
protected |
Definition at line 45 of file cfwl_eventtextwillchange.h.