SkAnimatorView Class Reference

#include <SkAnimatorView.h>

Inherits SkView.

Collaboration diagram for SkAnimatorView:
[legend]

List of all members.

Public Member Functions

 SkAnimatorView ()
virtual ~SkAnimatorView ()
SkAnimatorgetAnimator () const
bool decodeFile (const char path[])
bool decodeMemory (const void *buffer, size_t size)
bool decodeStream (SkStream *stream)

Protected Member Functions

virtual bool onEvent (const SkEvent &)
virtual void onDraw (SkCanvas *)
virtual void onInflate (const SkDOM &, const SkDOM::Node *)

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]

Definition at line 28 of file SkAnimatorView.h.

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:

Generated on Tue Oct 20 10:33:02 2009 for Skia by  doxygen 1.6.1