#include <SkWidget.h>
Inherits SkButtonWidget.
Public Member Functions | |
SkCheckBoxWidget (uint32_t flags=0) | |
Protected Member Functions | |
virtual bool | onEvent (const SkEvent &) |
virtual void | onDraw (SkCanvas *) |
virtual void | onInflate (const SkDOM &dom, const SkDOM::Node *) |
Definition at line 111 of file SkWidget.h.
SkCheckBoxWidget::SkCheckBoxWidget | ( | uint32_t | flags = 0 |
) |
virtual void SkCheckBoxWidget::onDraw | ( | SkCanvas * | ) | [protected, virtual] |
virtual bool SkCheckBoxWidget::onEvent | ( | const SkEvent & | ) | [protected, virtual] |
Override this to handle events in your subclass. Be sure to call the inherited version for events that you don't handle.
Reimplemented from SkEventSink.
virtual void SkCheckBoxWidget::onInflate | ( | const SkDOM & | dom, | |
const SkDOM::Node * | node | |||
) | [protected, virtual] |
Override this to initialize your subclass from the XML node. Be sure to call the inherited version too
Reimplemented from SkButtonWidget.