#include <SkWidget.h>
Inherits SkView.
Inherited by SkCheckBoxView, and SkPushButtonView.
Public Member Functions | |
void | getLabel (SkString *) const |
void | setLabel (const SkString &) |
void | setLabel (const char label[]) |
Protected Member Functions | |
virtual void | onLabelChange () |
virtual void | onInflate (const SkDOM &dom, const SkDOM::Node *) |
Protected Attributes | |
SkString | fLabel |
Definition at line 227 of file SkWidget.h.
void SkHasLabelView::getLabel | ( | SkString * | ) | const |
virtual void SkHasLabelView::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 SkView.
Reimplemented in SkPushButtonView, and SkCheckBoxView.
virtual void SkHasLabelView::onLabelChange | ( | ) | [protected, virtual] |
void SkHasLabelView::setLabel | ( | const char | label[] | ) |
void SkHasLabelView::setLabel | ( | const SkString & | ) |
SkString SkHasLabelView::fLabel [protected] |
Definition at line 234 of file SkWidget.h.