SkProgressView Class Reference

#include <SkWidget.h>

Inherits SkView.

Collaboration diagram for SkProgressView:
[legend]

List of all members.

Public Member Functions

 SkProgressView (uint32_t flags=0)
virtual ~SkProgressView ()
uint16_t getValue () const
uint16_t getMax () const
void setMax (U16CPU max)
void setValue (U16CPU value)

Protected Member Functions

virtual void onDraw (SkCanvas *)
virtual void onInflate (const SkDOM &dom, const SkDOM::Node *node)

Detailed Description

Definition at line 272 of file SkWidget.h.


Constructor & Destructor Documentation

SkProgressView::SkProgressView ( uint32_t  flags = 0  ) 
virtual SkProgressView::~SkProgressView (  )  [virtual]

Member Function Documentation

uint16_t SkProgressView::getMax (  )  const [inline]

Definition at line 278 of file SkWidget.h.

uint16_t SkProgressView::getValue (  )  const [inline]

Definition at line 277 of file SkWidget.h.

virtual void SkProgressView::onDraw ( SkCanvas  )  [protected, virtual]
virtual void SkProgressView::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.

void SkProgressView::setMax ( U16CPU  max  ) 
void SkProgressView::setValue ( U16CPU  value  ) 

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

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