SkProgressBarView Class Reference
#include <SkProgressBarView.h>
Inherits SkWidgetView.
List of all members.
Detailed Description
Definition at line 24 of file SkProgressBarView.h.
Constructor & Destructor Documentation
SkProgressBarView::SkProgressBarView |
( |
|
) |
|
Member Function Documentation
void SkProgressBarView::changeProgress |
( |
int |
diff |
) |
|
int SkProgressBarView::getMax |
( |
|
) |
const [inline] |
int SkProgressBarView::getProgress |
( |
|
) |
const [inline] |
virtual void SkProgressBarView::onDraw |
( |
SkCanvas * |
canvas |
) |
[protected, virtual] |
virtual bool SkProgressBarView::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 SkProgressBarView::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 SkWidgetView.
virtual void SkProgressBarView::onSizeChange |
( |
|
) |
[protected, virtual] |
void SkProgressBarView::reset |
( |
|
) |
|
void SkProgressBarView::setMax |
( |
int |
max |
) |
|
void SkProgressBarView::setProgress |
( |
int |
progress |
) |
|
The documentation for this class was generated from the following file: