SkWidget Class Reference

#include <SkWidget.h>

Inherits SkView.

Inherited by SkHasLabelWidget.

Collaboration diagram for SkWidget:
[legend]

List of all members.

Public Member Functions

 SkWidget (uint32_t flags=0)
void postWidgetEvent ()

Static Public Member Functions

static void Init ()
static void Term ()

Protected Member Functions

virtual void prepareWidgetEvent (SkEvent *)
virtual void onEnabledChange ()
virtual void onInflate (const SkDOM &dom, const SkDOM::Node *node)

Detailed Description

Definition at line 29 of file SkWidget.h.


Constructor & Destructor Documentation

SkWidget::SkWidget ( uint32_t  flags = 0  )  [inline]

Definition at line 31 of file SkWidget.h.


Member Function Documentation

static void SkWidget::Init (  )  [static]
virtual void SkWidget::onEnabledChange (  )  [protected, virtual]
virtual void SkWidget::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.

Reimplemented in SkHasLabelWidget, SkButtonWidget, and SkCheckBoxWidget.

void SkWidget::postWidgetEvent (  ) 

Call this to post the widget's event to its listeners

virtual void SkWidget::prepareWidgetEvent ( SkEvent  )  [protected, virtual]
static void SkWidget::Term (  )  [static]

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