SkView::Artist Class Reference

#include <SkView.h>

Inherits SkRefCnt.

Inherited by SkBGViewArtist.

Collaboration diagram for SkView::Artist:
[legend]

List of all members.

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 *)

Detailed Description

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.


Member Function Documentation

void SkView::Artist::draw ( SkView ,
SkCanvas  
)
void SkView::Artist::inflate ( const SkDOM ,
const SkDOM::Node  
)
virtual void SkView::Artist::onDraw ( SkView ,
SkCanvas  
) [protected, pure virtual]

Implemented in SkBGViewArtist.

virtual void SkView::Artist::onInflate ( const SkDOM ,
const SkDOM::Node  
) [protected, virtual]

Reimplemented in SkBGViewArtist.


The documentation for this class was generated from the following file:

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