Searched refs:CPWL_RadioButton (Results 1 – 3 of 3) sorted by relevance
74 CPWL_RadioButton::CPWL_RadioButton() : m_bChecked(FALSE) in CPWL_RadioButton() function in CPWL_RadioButton78 CPWL_RadioButton::~CPWL_RadioButton() in ~CPWL_RadioButton()82 CFX_ByteString CPWL_RadioButton::GetClassName() const in GetClassName()87 FX_BOOL CPWL_RadioButton::OnLButtonUp(const CPDF_Point & point, FX_DWORD nFlag) in OnLButtonUp()95 void CPWL_RadioButton::SetCheck(FX_BOOL bCheck) in SetCheck()100 FX_BOOL CPWL_RadioButton::IsChecked() const in IsChecked()105 FX_BOOL CPWL_RadioButton::OnChar(FX_WORD nChar, FX_DWORD nFlag) in OnChar()
25 CPWL_RadioButton* pWnd = new CPWL_RadioButton(); in NewPDFWindow()69 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE)) in OnChar()85 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE)) in OnLButtonUp()98 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE)) in IsDataChanged()110 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE)) in SaveData()
39 class PWL_CLASS CPWL_RadioButton : public CPWL_Button42 CPWL_RadioButton();43 virtual ~CPWL_RadioButton();