SkAnimatorView Class Reference
#include <SkAnimatorView.h>
Inherits SkView.
List of all members.
Detailed Description
Definition at line 23 of file SkAnimatorView.h.
Constructor & Destructor Documentation
SkAnimatorView::SkAnimatorView |
( |
|
) |
|
virtual SkAnimatorView::~SkAnimatorView |
( |
|
) |
[virtual] |
Member Function Documentation
bool SkAnimatorView::decodeFile |
( |
const char |
path[] |
) |
|
bool SkAnimatorView::decodeMemory |
( |
const void * |
buffer, |
|
|
size_t |
size | |
|
) |
| | |
bool SkAnimatorView::decodeStream |
( |
SkStream * |
stream |
) |
|
SkAnimator* SkAnimatorView::getAnimator |
( |
|
) |
const [inline] |
virtual void SkAnimatorView::onDraw |
( |
SkCanvas * |
|
) |
[protected, virtual] |
virtual bool SkAnimatorView::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 SkAnimatorView::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.
The documentation for this class was generated from the following file: