SkBorderView Class Reference

#include <SkBorderView.h>

Inherits SkWidgetView.

Collaboration diagram for SkBorderView:
[legend]

List of all members.

Public Member Functions

 SkBorderView ()
 ~SkBorderView ()
void setSkin (const char skin[])
SkScalar getLeft () const
SkScalar getRight () const
SkScalar getTop () const
SkScalar getBottom () const

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 SkBorderView.h.


Constructor & Destructor Documentation

SkBorderView::SkBorderView (  ) 
SkBorderView::~SkBorderView (  ) 

Member Function Documentation

SkScalar SkBorderView::getBottom (  )  const [inline]

Definition at line 32 of file SkBorderView.h.

SkScalar SkBorderView::getLeft (  )  const [inline]

Definition at line 29 of file SkBorderView.h.

SkScalar SkBorderView::getRight (  )  const [inline]

Definition at line 30 of file SkBorderView.h.

SkScalar SkBorderView::getTop (  )  const [inline]

Definition at line 31 of file SkBorderView.h.

virtual void SkBorderView::onDraw ( SkCanvas canvas  )  [protected, virtual]
virtual bool SkBorderView::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 SkBorderView::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 SkBorderView::onSizeChange (  )  [protected, virtual]
void SkBorderView::setSkin ( const char  skin[]  ) 

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

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