Searched refs:CFFL_CheckBox (Results 1 – 3 of 3) sorted by relevance
15 CFFL_CheckBox::CFFL_CheckBox(CPDFSDK_FormFillEnvironment* pApp, in CFFL_CheckBox() function in CFFL_CheckBox19 CFFL_CheckBox::~CFFL_CheckBox() {} in ~CFFL_CheckBox()21 CPWL_Wnd* CFFL_CheckBox::NewPDFWindow(const CPWL_Wnd::CreateParams& cp) { in NewPDFWindow()28 bool CFFL_CheckBox::OnKeyDown(CPDFSDK_Annot* pAnnot, in OnKeyDown()39 bool CFFL_CheckBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()75 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp()93 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()98 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()115 CFFL_CheckBox::ObservedPtr observed_this(this); in SaveData()126 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView, in GetCheckBox()
14 class CFFL_CheckBox : public CFFL_Button {16 CFFL_CheckBox(CPDFSDK_FormFillEnvironment* pApp, CPDFSDK_Widget* pWidget);17 ~CFFL_CheckBox() override;
487 pFormFiller = new CFFL_CheckBox(m_pFormFillEnv.Get(), pWidget); in GetFormFiller()