SkScrollBarView Class Reference
#include <SkScrollBarView.h>
Inherits SkWidgetView.
List of all members.
Detailed Description
Definition at line 24 of file SkScrollBarView.h.
Constructor & Destructor Documentation
SkScrollBarView::SkScrollBarView |
( |
|
) |
|
Member Function Documentation
unsigned SkScrollBarView::getShown |
( |
|
) |
const [inline] |
unsigned SkScrollBarView::getStart |
( |
|
) |
const [inline] |
unsigned SkScrollBarView::getTotal |
( |
|
) |
const [inline] |
virtual void SkScrollBarView::onDraw |
( |
SkCanvas * |
canvas |
) |
[protected, virtual] |
virtual bool SkScrollBarView::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 SkScrollBarView::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 SkScrollBarView::onSizeChange |
( |
|
) |
[protected, virtual] |
void SkScrollBarView::setShown |
( |
unsigned |
shown |
) |
|
void SkScrollBarView::setStart |
( |
unsigned |
start |
) |
|
void SkScrollBarView::setTotal |
( |
unsigned |
total |
) |
|
The documentation for this class was generated from the following file: