#include <SkView.h>
Inherits SkRefCnt.
Inherited by SkBGViewArtist.
Public Member Functions | |
void | draw (SkView *, SkCanvas *) |
void | inflate (const SkDOM &, const SkDOM::Node *) |
Protected Member Functions | |
virtual void | onDraw (SkView *, SkCanvas *)=0 |
virtual void | onInflate (const SkDOM &, const SkDOM::Node *) |
Install a subclass of this in a view (calling setArtist()), and then the default implementation of that view's onDraw() will invoke this object automatically.
Definition at line 229 of file SkView.h.
void SkView::Artist::inflate | ( | const SkDOM & | , | |
const SkDOM::Node * | ||||
) |
Implemented in SkBGViewArtist.
virtual void SkView::Artist::onInflate | ( | const SkDOM & | , | |
const SkDOM::Node * | ||||
) | [protected, virtual] |
Reimplemented in SkBGViewArtist.