Lines Matching defs:UICheckBox
53 class UICheckBox : public UIView, public AnimatorCallback {
55 class UICheckBox : public UIView {
75 * @brief A constructor used to create a <b>UICheckBox</b> instance.
80 UICheckBox();
83 * @brief A destructor used to delete the <b>UICheckBox</b> instance.
88 virtual ~UICheckBox() {}
93 * This is an inner class of <b>UICheckBox</b>. It contains a callback function to be invoked when the check box
96 * @see UICheckBox
148 * @fn virtual bool UICheckBox::OnPreDraw(Rect& invalidatedArea) override
161 * @fn virtual void UICheckBox::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea) override;
172 * @fn virtual void UICheckBox::OnClickEvent(const ClickEvent& event) override;