Searched defs:CPWL_RadioButton (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_special_button.h39 class CPWL_RadioButton : public CPWL_Button { class in inherits:CPWL_Button
41 CPWL_RadioButton();
42 ~CPWL_RadioButton() override;
H A Dcpwl_special_button.cpp53 CPWL_RadioButton::CPWL_RadioButton() : m_bChecked(false) {} function in class:CPWL_RadioButton
55 CPWL_RadioButton::~CPWL_RadioButton() {}
57 ByteString CPWL_RadioButton::GetClassName() const {
58 return "CPWL_RadioButton";
61 bool CPWL_RadioButton::OnLButtonUp(const CFX_PointF& point, uint32_t nFlag) {
69 void CPWL_RadioButton::SetCheck(bool bCheck) {
73 bool CPWL_RadioButton::IsChecked() const {
77 bool CPWL_RadioButton
[all...]

Completed in 618 milliseconds