Planeshift
Public Member Functions | Protected Attributes

pawsSimpleTreeNode Class Reference

#include <pawstree.h>

List of all members.

Public Member Functions

virtual bool Load (iDocumentNode *node)
 Load a widget based on its <widget></widget> tag.
 pawsSimpleTreeNode ()
 pawsSimpleTreeNode (const pawsSimpleTreeNode &origin)
virtual void Set (int mode, bool checked, const csString &imageName, const csString &label)
virtual ~pawsSimpleTreeNode ()

Protected Attributes

pawsWidgetimage
pawsTextBoxtextBox

Detailed Description

Definition at line 515 of file pawstree.h.


Constructor & Destructor Documentation

pawsSimpleTreeNode::pawsSimpleTreeNode ( )
pawsSimpleTreeNode::pawsSimpleTreeNode ( const pawsSimpleTreeNode origin)
virtual pawsSimpleTreeNode::~pawsSimpleTreeNode ( ) [virtual]

Member Function Documentation

virtual bool pawsSimpleTreeNode::Load ( iDocumentNode *  node) [virtual]

Load a widget based on its <widget></widget> tag.

Parameters:
nodeThe xml data for the widget.
Remarks:
Recursivly loads all child widgets.

Reimplemented from pawsTreeNode.

virtual void pawsSimpleTreeNode::Set ( int  mode,
bool  checked,
const csString &  imageName,
const csString &  label 
) [virtual]

Member Data Documentation

Definition at line 533 of file pawstree.h.

Definition at line 532 of file pawstree.h.


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