SkProgressView Class Reference
#include <SkWidget.h>
Inherits SkView.
List of all members.
Detailed Description
Definition at line 272 of file SkWidget.h.
Constructor & Destructor Documentation
SkProgressView::SkProgressView |
( |
uint32_t |
flags = 0 |
) |
|
virtual SkProgressView::~SkProgressView |
( |
|
) |
[virtual] |
Member Function Documentation
uint16_t SkProgressView::getMax |
( |
|
) |
const [inline] |
uint16_t SkProgressView::getValue |
( |
|
) |
const [inline] |
virtual void SkProgressView::onDraw |
( |
SkCanvas * |
|
) |
[protected, virtual] |
virtual void SkProgressView::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.
void SkProgressView::setMax |
( |
U16CPU |
max |
) |
|
void SkProgressView::setValue |
( |
U16CPU |
value |
) |
|
The documentation for this class was generated from the following file: