#include <SkWidget.h>
Inherits SkHasLabelView.
Public Member Functions | |
SkPushButtonView (uint32_t flags=0) | |
Protected Member Functions | |
virtual void | onDraw (SkCanvas *) |
virtual void | onInflate (const SkDOM &dom, const SkDOM::Node *) |
Definition at line 243 of file SkWidget.h.
SkPushButtonView::SkPushButtonView | ( | uint32_t | flags = 0 |
) |
virtual void SkPushButtonView::onDraw | ( | SkCanvas * | ) | [protected, virtual] |
virtual void SkPushButtonView::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 SkHasLabelView.