Searched refs:CPWL_CheckBox (Results 1 – 5 of 5) sorted by relevance
24 CPWL_CheckBox::CPWL_CheckBox() : m_bChecked(false) {} in CPWL_CheckBox() function in CPWL_CheckBox26 CPWL_CheckBox::~CPWL_CheckBox() {} in ~CPWL_CheckBox()28 ByteString CPWL_CheckBox::GetClassName() const { in GetClassName()32 void CPWL_CheckBox::SetCheck(bool bCheck) { in SetCheck()36 bool CPWL_CheckBox::IsChecked() const { in IsChecked()40 bool CPWL_CheckBox::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) { in OnLButtonUp()48 bool CPWL_CheckBox::OnChar(uint16_t nChar, uint32_t nFlag) { in OnChar()
22 class CPWL_CheckBox : public CPWL_Button {24 CPWL_CheckBox();25 ~CPWL_CheckBox() override;
8 * CPWL_CheckBox
22 auto* pWnd = new CPWL_CheckBox(); in NewPDFWindow()62 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnChar()84 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnLButtonUp()94 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in IsDataChanged()99 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in SaveData()126 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView, in GetCheckBox()128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew)); in GetCheckBox()
12 class CPWL_CheckBox; variable33 CPWL_CheckBox* GetCheckBox(CPDFSDK_PageView* pPageView, bool bNew);