#include <pawstree.h>
List of all members.
Public Member Functions |
int | GetDefaultColor () |
virtual void | InsertChildI (const csString &parent, const csString &name, const csString &image, const csString &nextSibling) |
virtual void | InsertChildIL (const csString &parent, const csString &name, const csString &image, const csString &label, const csString &nextSibling) |
virtual void | InsertChildL (const csString &parent, const csString &name, const csString &label, const csString &nextSibling) |
| pawsSimpleTree (const pawsSimpleTree &origin) |
| pawsSimpleTree () |
void | SetDefaultColor (int) |
virtual bool | Setup (iDocumentNode *node) |
| Setup this widget.
|
Protected Attributes |
int | defaultColor |
Detailed Description
Definition at line 542 of file pawstree.h.
Constructor & Destructor Documentation
pawsSimpleTree::pawsSimpleTree |
( |
| ) |
|
Member Function Documentation
int pawsSimpleTree::GetDefaultColor |
( |
| ) |
|
virtual void pawsSimpleTree::InsertChildI |
( |
const csString & |
parent, |
|
|
const csString & |
name, |
|
|
const csString & |
image, |
|
|
const csString & |
nextSibling |
|
) |
| [virtual] |
virtual void pawsSimpleTree::InsertChildIL |
( |
const csString & |
parent, |
|
|
const csString & |
name, |
|
|
const csString & |
image, |
|
|
const csString & |
label, |
|
|
const csString & |
nextSibling |
|
) |
| [virtual] |
virtual void pawsSimpleTree::InsertChildL |
( |
const csString & |
parent, |
|
|
const csString & |
name, |
|
|
const csString & |
label, |
|
|
const csString & |
nextSibling |
|
) |
| [virtual] |
void pawsSimpleTree::SetDefaultColor |
( |
int |
| ) |
|
virtual bool pawsSimpleTree::Setup |
( |
iDocumentNode * |
| ) |
[virtual] |
Setup this widget.
Reimplemented from pawsTree.
Member Data Documentation
The documentation for this class was generated from the following file: