Lines Matching defs:UICheckBox
39 UICheckBox::UICheckBox()
63 void UICheckBox::SetState(UICheckBoxState state, bool needAnimater)
87 void UICheckBox::ReverseState()
96 bool UICheckBox::OnClickEvent(const ClickEvent& event)
103 void UICheckBox::SetImages(const char* selectedImageSrc, const char* unselectedImageSrc)
109 void UICheckBox::SetImages(const ImageInfo* selectedImageSrc, const ImageInfo* unselectedImageSrc)
115 void UICheckBox::CalculateSize()
128 void UICheckBox::SelectedStateSoftwareDrawing(BufferInfo& gfxDstBuffer,
181 void UICheckBox::UnSelectedStateSoftwareDrawing(BufferInfo& gfxDstBuffer,
196 void UICheckBox::ResetCallback()
203 void UICheckBox::Callback(UIView* view)
213 void UICheckBox::OnStop(UIView& view)
220 void UICheckBox::OnDraw(BufferInfo& gfxDstBuffer, const Rect& invalidatedArea)
265 void UICheckBox::SetSelectedStateColor(ColorType color)
270 ColorType UICheckBox::GetSelectedStateColor() const