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_formfield.h>
Protected Member Functions | |
virtual CPWL_Wnd * | ResetPWLWindow (const CPDFSDK_PageView *pPageView) |
virtual CPWL_Wnd * | RestorePWLWindow (const CPDFSDK_PageView *pPageView) |
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 |
Protected Attributes | |
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 |
Friends | |
class | CPWLComboBoxEmbedderTest |
class | CPWLEditEmbedderTest |
class | CPWLSpecialButtonEmbedderTest |
Definition at line 26 of file cffl_formfield.h.
CFFL_FormField::CFFL_FormField | ( | CFFL_InteractiveFormFiller * | pFormFiller, |
CPDFSDK_Widget * | pWidget ) |
Definition at line 19 of file cffl_formfield.cpp.
References CFFL_FormField().
Referenced by CFFL_Button::CFFL_Button(), CFFL_FormField(), and CFFL_TextObject::CFFL_TextObject().
|
override |
Definition at line 25 of file cffl_formfield.cpp.
References DestroyWindows().
bool CFFL_FormField::CanRedo | ( | ) |
Definition at line 244 of file cffl_formfield.cpp.
References CPWL_Wnd::CanRedo(), GetCurPageView(), GetPWLWindow(), and IsValid().
Referenced by CFFL_InteractiveFormFiller::CanRedo().
bool CFFL_FormField::CanUndo | ( | ) |
Definition at line 236 of file cffl_formfield.cpp.
References CPWL_Wnd::CanUndo(), GetCurPageView(), GetPWLWindow(), and IsValid().
Referenced by CFFL_InteractiveFormFiller::CanUndo().
bool CFFL_FormField::CommitData | ( | const CPDFSDK_PageView * | pPageView, |
Mask< FWL_EVENTFLAG > | nFlag ) |
Definition at line 474 of file cffl_formfield.cpp.
References IsDataChanged(), ResetPWLWindow(), and SaveData().
Referenced by KillFocusForAnnot(), CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_CheckBox::OnChar(), CFFL_RadioButton::OnChar(), CFFL_TextField::OnChar(), CFFL_CheckBox::OnLButtonUp(), and CFFL_RadioButton::OnLButtonUp().
|
protected |
Definition at line 363 of file cffl_formfield.cpp.
References CPWL_Wnd::GetAttachedData(), GetCreateParam(), and GetPWLWindow().
Referenced by CPWLSpecialButtonEmbedderTest::FormFillerAndWindowSetup(), CFFL_TextField::OnChar(), OnLButtonDown(), OnMouseWheel(), OnRButtonDown(), and SetFocusForAnnot().
void CFFL_FormField::DestroyPWLWindow | ( | const CPDFSDK_PageView * | pPageView | ) |
Definition at line 384 of file cffl_formfield.cpp.
Referenced by EscapeFiller(), CFFL_TextField::OnChar(), CFFL_TextObject::ResetPWLWindow(), and CFFL_TextObject::RestorePWLWindow().
|
protected |
Definition at line 29 of file cffl_formfield.cpp.
Referenced by CFFL_ComboBox::~CFFL_ComboBox(), ~CFFL_FormField(), CFFL_TextField::~CFFL_TextField(), and CFFL_TextObject::~CFFL_TextObject().
void CFFL_FormField::EscapeFiller | ( | CPDFSDK_PageView * | pPageView, |
bool | bDestroyPWLWindow ) |
Definition at line 579 of file cffl_formfield.cpp.
References DestroyPWLWindow(), GetViewBBox(), InvalidateRect(), and m_bValid.
Referenced by KillFocusForAnnot(), and CFFL_TextField::OnChar().
CFX_FloatRect CFFL_FormField::FFLtoPWL | ( | const CFX_FloatRect & | rect | ) |
Definition at line 458 of file cffl_formfield.cpp.
References GetCurMatrix(), CFX_Matrix::GetInverse(), and CFX_Matrix::TransformRect().
CFX_PointF CFFL_FormField::FFLtoPWL | ( | const CFX_PointF & | point | ) |
Definition at line 466 of file cffl_formfield.cpp.
References GetCurMatrix(), CFX_Matrix::GetInverse(), and CFX_Matrix::Transform().
Referenced by OnLButtonDblClk(), OnLButtonDown(), OnLButtonUp(), OnMouseMove(), OnMouseWheel(), OnRButtonDown(), and OnRButtonUp().
|
virtual |
Reimplemented in CFFL_ComboBox, CFFL_ListBox, and CFFL_TextField.
Definition at line 529 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_InteractiveFormFiller::OnKeyStrokeCommit(), CFFL_InteractiveFormFiller::OnKillFocus(), CFFL_InteractiveFormFiller::OnSetFocus(), and CFFL_InteractiveFormFiller::OnValidate().
|
virtual |
Reimplemented in CFFL_ComboBox, CFFL_ListBox, and CFFL_TextField.
Definition at line 309 of file cffl_formfield.cpp.
References CFX_Color::CFX_Color(), CPWL_Dash::CPWL_Dash(), CPWL_Wnd::CreateParams::dwBorderWidth, CPWL_Wnd::CreateParams::dwFlags, CPWL_Wnd::CreateParams::fFontSize, GetPDFAnnotRect(), kBeveled, kDash, CFX_Color::kGray, kInset, pdfium::form_flags::kReadOnly, CPWL_Wnd::CreateParams::nBorderStyle, CFX_Color::operator=(), CFX_FloatRect::operator=(), CPWL_Wnd::CreateParams::rcRectWnd, CPWL_Wnd::CreateParams::sDash, and CPWL_Wnd::CreateParams::sTextColor.
Referenced by CreateOrUpdatePWLWindow(), CFFL_ComboBox::GetCreateParam(), CFFL_ListBox::GetCreateParam(), and CFFL_TextField::GetCreateParam().
CFX_Matrix CFFL_FormField::GetCurMatrix | ( | ) |
Definition at line 411 of file cffl_formfield.cpp.
References CFX_Matrix::CFX_Matrix(), CFX_FloatRect::bottom, CFX_Matrix::e, CFX_Matrix::f, CFX_FloatRect::left, CFX_Matrix::operator=(), CFX_FloatRect::right, and CFX_FloatRect::top.
Referenced by FFLtoPWL(), FFLtoPWL(), GetWindowMatrix(), OnDraw(), PWLtoFFL(), and PWLtoFFL().
CPDFSDK_PageView * CFFL_FormField::GetCurPageView | ( | ) |
Definition at line 444 of file cffl_formfield.cpp.
Referenced by CanRedo(), CanUndo(), GetSelectedText(), GetText(), CFFL_ComboBox::IsIndexSelected(), CFFL_ListBox::IsIndexSelected(), OnChar(), CFFL_TextField::OnChar(), OnKeyDown(), Redo(), ReplaceAndKeepSelection(), ReplaceSelection(), SelectAllText(), CFFL_ComboBox::SetIndexSelected(), CFFL_ListBox::SetIndexSelected(), and Undo().
CFX_FloatRect CFFL_FormField::GetFocusBox | ( | const CPDFSDK_PageView * | pPageView | ) |
Definition at line 448 of file cffl_formfield.cpp.
References CFX_FloatRect::CFX_FloatRect(), CPDF_PageObjectHolder::GetBBox(), CPWL_Wnd::GetFocusRect(), CPDFSDK_PageView::GetPDFPage(), GetPWLWindow(), and PWLtoFFL().
Referenced by GetViewBBox(), and CFFL_InteractiveFormFiller::OnDraw().
CFX_FloatRect CFFL_FormField::GetPDFAnnotRect | ( | ) | const |
Definition at line 435 of file cffl_formfield.cpp.
References CFX_FloatRect::CFX_FloatRect(), CFX_FloatRect::Height(), and CFX_FloatRect::Width().
Referenced by GetCreateParam().
CFFL_PerWindowData * CFFL_FormField::GetPerPWLWindowData | ( | const CPDFSDK_PageView * | pPageView | ) |
Definition at line 544 of file cffl_formfield.cpp.
References CPWL_Wnd::GetAttachedData(), and GetPWLWindow().
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke().
|
protected |
Definition at line 356 of file cffl_formfield.cpp.
Referenced by CanRedo(), CanUndo(), CreateOrUpdatePWLWindow(), CPWLComboBoxEmbedderTest::FormFillerAndWindowSetup(), CPWLEditEmbedderTest::FormFillerAndWindowSetup(), GetFocusBox(), GetPerPWLWindowData(), GetSelectedText(), GetText(), GetViewBBox(), KillFocusForAnnot(), OnChar(), OnDraw(), OnKeyDown(), OnLButtonDblClk(), OnLButtonUp(), OnMouseMove(), OnRButtonUp(), Redo(), ReplaceAndKeepSelection(), ReplaceSelection(), ResetPWLWindow(), RestorePWLWindow(), SelectAllText(), and Undo().
|
inline |
Definition at line 136 of file cffl_formfield.h.
Referenced by CPDFSDK_FormFillEnvironment::OutputSelectedRect().
WideString CFFL_FormField::GetSelectedText | ( | ) |
Definition at line 198 of file cffl_formfield.cpp.
References fxcrt::WideString::WideString(), GetCurPageView(), GetPWLWindow(), CPWL_Wnd::GetSelectedText(), and IsValid().
Referenced by CFFL_InteractiveFormFiller::GetSelectedText().
WideString CFFL_FormField::GetText | ( | ) |
Definition at line 190 of file cffl_formfield.cpp.
References fxcrt::WideString::WideString(), GetCurPageView(), GetPWLWindow(), CPWL_Wnd::GetText(), and IsValid().
Referenced by CFFL_InteractiveFormFiller::GetText().
FX_RECT CFFL_FormField::GetViewBBox | ( | const CPDFSDK_PageView * | pPageView | ) |
Definition at line 39 of file cffl_formfield.cpp.
References GetFocusBox(), CFX_FloatRect::GetOuterRect(), GetPWLWindow(), CFX_FloatRect::Inflate(), CFX_FloatRect::IsEmpty(), CFX_FloatRect::Normalize(), and CFX_FloatRect::Union().
Referenced by EscapeFiller(), CFFL_InteractiveFormFiller::GetViewBBox(), CFFL_Button::OnLButtonDown(), OnLButtonDown(), CFFL_Button::OnLButtonUp(), OnLButtonUp(), CFFL_Button::OnMouseEnter(), CFFL_Button::OnMouseExit(), and SetFocusForAnnot().
|
overridevirtual |
Implements CPWL_Wnd::ProviderIface.
Definition at line 394 of file cffl_formfield.cpp.
References CFX_Matrix::CFX_Matrix(), GetCurMatrix(), CPDFSDK_PageView::GetCurrentMatrix(), CFFL_PerWindowData::GetPageView(), and CFX_Matrix::operator*().
Definition at line 588 of file cffl_formfield.cpp.
Referenced by EscapeFiller(), CFFL_Button::OnLButtonDown(), OnLButtonDown(), CFFL_Button::OnLButtonUp(), OnLButtonUp(), CFFL_Button::OnMouseEnter(), CFFL_Button::OnMouseExit(), and SetFocusForAnnot().
|
virtual |
Reimplemented in CFFL_CheckBox, CFFL_ComboBox, CFFL_ListBox, CFFL_RadioButton, and CFFL_TextField.
Definition at line 513 of file cffl_formfield.cpp.
Referenced by CommitData().
|
virtual |
Reimplemented in CFFL_ComboBox, and CFFL_ListBox.
Definition at line 186 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::IsIndexSelected().
bool CFFL_FormField::IsValid | ( | ) | const |
Definition at line 305 of file cffl_formfield.cpp.
References m_bValid.
Referenced by CanRedo(), CanUndo(), GetSelectedText(), GetText(), CFFL_ComboBox::IsIndexSelected(), CFFL_ListBox::IsIndexSelected(), KillFocusForAnnot(), OnChar(), CFFL_InteractiveFormFiller::OnDraw(), OnKeyDown(), CFFL_CheckBox::OnLButtonUp(), CFFL_RadioButton::OnLButtonUp(), OnMouseWheel(), Redo(), ReplaceAndKeepSelection(), ReplaceSelection(), SelectAllText(), CFFL_ComboBox::SetIndexSelected(), CFFL_ListBox::SetIndexSelected(), and Undo().
void CFFL_FormField::KillFocusForAnnot | ( | Mask< FWL_EVENTFLAG > | nFlag | ) |
Definition at line 280 of file cffl_formfield.cpp.
References CommitData(), EscapeFiller(), GetPWLWindow(), IsValid(), and CPWL_Wnd::KillFocus().
Referenced by CFFL_InteractiveFormFiller::OnKillFocus().
|
pure virtual |
Implemented in CFFL_CheckBox, CFFL_ComboBox, CFFL_ListBox, CFFL_PushButton, CFFL_RadioButton, and CFFL_TextField.
|
virtual |
Reimplemented in CFFL_CheckBox, CFFL_ComboBox, CFFL_ListBox, CFFL_RadioButton, and CFFL_TextField.
Definition at line 172 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::OnChar().
Referenced by CFFL_CheckBox::OnChar(), CFFL_ComboBox::OnChar(), CFFL_InteractiveFormFiller::OnChar(), CFFL_ListBox::OnChar(), CFFL_RadioButton::OnChar(), CFFL_TextField::OnChar(), CPWLComboBoxEmbedderTest::TypeTextIntoTextField(), and CPWLEditEmbedderTest::TypeTextIntoTextField().
|
virtual |
Reimplemented in CFFL_Button.
Definition at line 56 of file cffl_formfield.cpp.
References CPDFSDK_Widget::DrawAppearance(), CPWL_Wnd::DrawAppearance(), GetCurMatrix(), GetPWLWindow(), CFFL_InteractiveFormFiller::IsVisible(), CPDF_Annot::kNormal, and CFX_Matrix::operator*().
Referenced by CFFL_InteractiveFormFiller::OnDraw().
|
virtual |
Reimplemented in CFFL_Button.
Definition at line 72 of file cffl_formfield.cpp.
References CPDFSDK_Widget::DrawAppearance(), and CPDF_Annot::kNormal.
Referenced by CFFL_InteractiveFormFiller::OnDraw().
|
virtual |
Reimplemented in CFFL_CheckBox, and CFFL_RadioButton.
Definition at line 163 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::OnKeyDown().
Referenced by CFFL_CheckBox::OnKeyDown(), CFFL_InteractiveFormFiller::OnKeyDown(), and CFFL_RadioButton::OnKeyDown().
|
virtual |
Definition at line 116 of file cffl_formfield.cpp.
References FFLtoPWL(), GetPWLWindow(), and CPWL_Wnd::OnLButtonDblClk().
Referenced by CFFL_InteractiveFormFiller::OnLButtonDblClk().
|
virtual |
Reimplemented in CFFL_Button.
Definition at line 87 of file cffl_formfield.cpp.
References FX_RECT::Contains(), CreateOrUpdatePWLWindow(), FFLtoPWL(), GetViewBBox(), InvalidateRect(), m_bValid, and CPWL_Wnd::OnLButtonDown().
Referenced by CFFL_InteractiveFormFiller::OnLButtonDown().
|
virtual |
Reimplemented in CFFL_Button, CFFL_CheckBox, and CFFL_RadioButton.
Definition at line 103 of file cffl_formfield.cpp.
References FFLtoPWL(), GetPWLWindow(), GetViewBBox(), InvalidateRect(), and CPWL_Wnd::OnLButtonUp().
Referenced by CFFL_InteractiveFormFiller::OnLButtonUp().
|
virtual |
Reimplemented in CFFL_Button.
Definition at line 80 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::OnMouseEnter().
|
virtual |
Reimplemented in CFFL_Button.
Definition at line 82 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::OnMouseExit().
|
virtual |
Reimplemented in CFFL_Button.
Definition at line 127 of file cffl_formfield.cpp.
References FFLtoPWL(), GetPWLWindow(), and CPWL_Wnd::OnMouseMove().
Referenced by CFFL_InteractiveFormFiller::OnMouseMove().
|
virtual |
Definition at line 138 of file cffl_formfield.cpp.
References CreateOrUpdatePWLWindow(), FFLtoPWL(), IsValid(), and CPWL_Wnd::OnMouseWheel().
Referenced by CFFL_InteractiveFormFiller::OnMouseWheel().
|
virtual |
Definition at line 149 of file cffl_formfield.cpp.
References CreateOrUpdatePWLWindow(), FFLtoPWL(), and CPWL_Wnd::OnRButtonDown().
Referenced by CFFL_InteractiveFormFiller::OnRButtonDown().
|
virtual |
Definition at line 156 of file cffl_formfield.cpp.
References FFLtoPWL(), GetPWLWindow(), and CPWL_Wnd::OnRButtonUp().
Referenced by CFFL_InteractiveFormFiller::OnRButtonUp().
Implements CPWL_Wnd::ProviderIface.
Reimplemented in CFFL_TextField.
Definition at line 407 of file cffl_formfield.cpp.
|
overridevirtual |
Implements CFX_Timer::CallbackIface.
Definition at line 577 of file cffl_formfield.cpp.
CFX_FloatRect CFFL_FormField::PWLtoFFL | ( | const CFX_FloatRect & | rect | ) |
Definition at line 462 of file cffl_formfield.cpp.
References GetCurMatrix(), and CFX_Matrix::TransformRect().
Referenced by GetFocusBox().
CFX_PointF CFFL_FormField::PWLtoFFL | ( | const CFX_PointF & | point | ) |
Definition at line 470 of file cffl_formfield.cpp.
References GetCurMatrix(), and CFX_Matrix::Transform().
|
virtual |
Reimplemented in CFFL_ComboBox, CFFL_ListBox, and CFFL_TextField.
Definition at line 541 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), and CFFL_TextObject::RestorePWLWindow().
bool CFFL_FormField::Redo | ( | ) |
Definition at line 260 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::Redo().
Referenced by CFFL_InteractiveFormFiller::Redo().
void CFFL_FormField::ReplaceAndKeepSelection | ( | const WideString & | text | ) |
Definition at line 206 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::ReplaceAndKeepSelection().
Referenced by CFFL_InteractiveFormFiller::ReplaceAndKeepSelection().
void CFFL_FormField::ReplaceSelection | ( | const WideString & | text | ) |
Definition at line 217 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::ReplaceSelection().
Referenced by CFFL_InteractiveFormFiller::ReplaceSelection().
|
protectedvirtual |
Reimplemented in CFFL_TextObject.
Definition at line 569 of file cffl_formfield.cpp.
References GetPWLWindow().
Referenced by CommitData(), and ResetPWLWindowForValueAgeInternal().
void CFFL_FormField::ResetPWLWindowForValueAge | ( | const CPDFSDK_PageView * | pPageView, |
CPDFSDK_Widget * | pWidget, | ||
uint32_t | nValueAge ) |
Definition at line 553 of file cffl_formfield.cpp.
References ResetPWLWindowForValueAgeInternal().
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_InteractiveFormFiller::OnButtonUp(), CFFL_InteractiveFormFiller::OnLButtonDown(), CFFL_InteractiveFormFiller::OnMouseEnter(), CFFL_InteractiveFormFiller::OnMouseExit(), and CFFL_InteractiveFormFiller::OnSetFocus().
|
protected |
Definition at line 561 of file cffl_formfield.cpp.
References CPDFSDK_Widget::GetValueAge(), ResetPWLWindow(), and RestorePWLWindow().
Referenced by ResetPWLWindowForValueAge().
|
protectedvirtual |
Reimplemented in CFFL_TextObject.
Definition at line 573 of file cffl_formfield.cpp.
References GetPWLWindow().
Referenced by ResetPWLWindowForValueAgeInternal().
|
virtual |
Reimplemented in CFFL_CheckBox, CFFL_ComboBox, CFFL_ListBox, CFFL_RadioButton, and CFFL_TextField.
Definition at line 517 of file cffl_formfield.cpp.
Referenced by CommitData().
|
virtual |
Reimplemented in CFFL_ComboBox, CFFL_ListBox, and CFFL_TextField.
Definition at line 539 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke(), CFFL_InteractiveFormFiller::OnKeyStrokeCommit(), CFFL_InteractiveFormFiller::OnValidate(), and CFFL_TextObject::RestorePWLWindow().
bool CFFL_FormField::SelectAllText | ( | ) |
Definition at line 228 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::SelectAllText().
Referenced by CFFL_InteractiveFormFiller::SelectAllText().
|
virtual |
Reimplemented in CFFL_ComboBox, and CFFL_TextField.
Definition at line 535 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::OnBeforeKeyStroke().
void CFFL_FormField::SetChangeMark | ( | ) |
Definition at line 525 of file cffl_formfield.cpp.
Referenced by CFFL_CheckBox::SaveData(), CFFL_ComboBox::SaveData(), CFFL_ListBox::SaveData(), CFFL_RadioButton::SaveData(), and CFFL_TextField::SaveData().
void CFFL_FormField::SetFocusForAnnot | ( | CPDFSDK_Widget * | pWidget, |
Mask< FWL_EVENTFLAG > | nFlag ) |
Definition at line 268 of file cffl_formfield.cpp.
References CreateOrUpdatePWLWindow(), GetViewBBox(), InvalidateRect(), m_bValid, and CPWL_Wnd::SetFocus().
Referenced by CFFL_InteractiveFormFiller::OnSetFocus().
|
virtual |
Reimplemented in CFFL_ComboBox, and CFFL_ListBox.
Definition at line 182 of file cffl_formfield.cpp.
Referenced by CFFL_InteractiveFormFiller::SetIndexSelected().
bool CFFL_FormField::Undo | ( | ) |
Definition at line 252 of file cffl_formfield.cpp.
References GetCurPageView(), GetPWLWindow(), IsValid(), and CPWL_Wnd::Undo().
Referenced by CFFL_InteractiveFormFiller::Undo().
|
friend |
Definition at line 144 of file cffl_formfield.h.
|
friend |
Definition at line 145 of file cffl_formfield.h.
|
friend |
Definition at line 146 of file cffl_formfield.h.
|
protected |
Definition at line 167 of file cffl_formfield.h.
Referenced by EscapeFiller(), IsValid(), CFFL_TextField::OnChar(), CFFL_Button::OnLButtonDown(), OnLButtonDown(), and SetFocusForAnnot().
|
protected |
Definition at line 171 of file cffl_formfield.h.
|
protected |
Definition at line 168 of file cffl_formfield.h.
|
protected |
Definition at line 170 of file cffl_formfield.h.
|
protected |
Definition at line 169 of file cffl_formfield.h.