SkScrollBarView Class Reference

#include <SkScrollBarView.h>

Inherits SkWidgetView.

Collaboration diagram for SkScrollBarView:
[legend]

List of all members.

Public Member Functions

 SkScrollBarView ()
unsigned getStart () const
unsigned getShown () const
unsigned getTotal () const
void setStart (unsigned start)
void setShown (unsigned shown)
void setTotal (unsigned total)

Protected Member Functions

virtual void onInflate (const SkDOM &dom, const SkDOM::Node *node)
virtual void onSizeChange ()
virtual void onDraw (SkCanvas *canvas)
virtual bool onEvent (const SkEvent &evt)

Detailed Description

Definition at line 24 of file SkScrollBarView.h.


Constructor & Destructor Documentation

SkScrollBarView::SkScrollBarView (  ) 

Member Function Documentation

unsigned SkScrollBarView::getShown (  )  const [inline]

Definition at line 29 of file SkScrollBarView.h.

unsigned SkScrollBarView::getStart (  )  const [inline]

Definition at line 28 of file SkScrollBarView.h.

unsigned SkScrollBarView::getTotal (  )  const [inline]

Definition at line 30 of file SkScrollBarView.h.

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

virtual void SkScrollBarView::onSizeChange (  )  [protected, virtual]
void SkScrollBarView::setShown ( unsigned  shown  ) 
void SkScrollBarView::setStart ( unsigned  start  ) 
void SkScrollBarView::setTotal ( unsigned  total  ) 

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