![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <cffl_textobject.h>
Protected Member Functions | |
| CFFL_TextObject (CFFL_InteractiveFormFiller *pFormFiller, CPDFSDK_Widget *pWidget) | |
| ~CFFL_TextObject () override | |
| CPDF_BAFontMap * | GetOrCreateFontMap () |
| Protected Member Functions inherited from CFFL_FormField | |
| CPWL_Wnd * | GetPWLWindow (const CPDFSDK_PageView *pPageView) const |
| CPWL_Wnd * | CreateOrUpdatePWLWindow (const CPDFSDK_PageView *pPageView) |
| CPWL_Wnd * | ResetPWLWindowForValueAgeInternal (const CPDFSDK_PageView *pPageView, CPDFSDK_Widget *pWidget, uint32_t nValueAge) |
| void | DestroyWindows () |
| void | InvalidateRect (const FX_RECT &rect) |
| Protected Member Functions inherited from fxcrt::Observable | |
| size_t | ActiveObserversForTesting () const |
Additional Inherited Members | |
| Protected Attributes inherited from CFFL_FormField | |
| bool | m_bValid = false |
| UnownedPtr< CFFL_InteractiveFormFiller > const | m_pFormFiller |
| UnownedPtr< CPDFSDK_Widget > | m_pWidget |
| std::unique_ptr< CFX_Timer > | m_pTimer |
| std::map< const CPDFSDK_PageView *, std::unique_ptr< CPWL_Wnd > > | m_Maps |
Definition at line 18 of file cffl_textobject.h.
|
protected |
Definition at line 13 of file cffl_textobject.cpp.
References CFFL_FormField::CFFL_FormField().
Referenced by CFFL_ComboBox::CFFL_ComboBox(), CFFL_ListBox::CFFL_ListBox(), and CFFL_TextField::CFFL_TextField().
|
overrideprotected |
Definition at line 17 of file cffl_textobject.cpp.
References CFFL_FormField::DestroyWindows().
|
protected |
Definition at line 39 of file cffl_textobject.cpp.
Referenced by CFFL_ComboBox::GetCreateParam(), CFFL_ListBox::GetCreateParam(), and CFFL_TextField::GetCreateParam().
|
overridevirtual |
Reimplemented from CFFL_FormField.
Definition at line 23 of file cffl_textobject.cpp.
References CFFL_FormField::DestroyPWLWindow().
|
overridevirtual |
Reimplemented from CFFL_FormField.
Definition at line 30 of file cffl_textobject.cpp.
References CFFL_FormField::DestroyPWLWindow(), CFFL_FormField::RecreatePWLWindowFromSavedState(), and CFFL_FormField::SavePWLWindowState().