#include <TreeListExample.h>
Public Member Functions | |
TreeListExample (WContainerWidget *parent=0) | |
Private Slots | |
void | addMap () |
void | removeMap () |
Private Member Functions | |
TreeNode * | makeTreeMap (const WString &name, TreeNode *parent) |
TreeNode * | makeTreeFile (const WString &name, TreeNode *parent) |
Private Attributes | |
TreeNode * | tree_ |
TreeNode * | testMap_ |
int | testCount_ |
WLineEdit * | mapNameEdit_ |
WPushButton * | addMapButton_ |
WPushButton * | removeMapButton_ |
Definition at line 21 of file TreeListExample.h.
TreeListExample::TreeListExample | ( | WContainerWidget * | parent = 0 |
) |
Definition at line 20 of file TreeListExample.C.
void TreeListExample::addMap | ( | ) | [private, slot] |
Definition at line 75 of file TreeListExample.C.
void TreeListExample::removeMap | ( | ) | [private, slot] |
Definition at line 90 of file TreeListExample.C.
Definition at line 106 of file TreeListExample.C.
Definition at line 121 of file TreeListExample.C.
TreeNode* TreeListExample::tree_ [private] |
Definition at line 31 of file TreeListExample.h.
TreeNode* TreeListExample::testMap_ [private] |
Definition at line 32 of file TreeListExample.h.
int TreeListExample::testCount_ [private] |
Definition at line 33 of file TreeListExample.h.
WLineEdit* TreeListExample::mapNameEdit_ [private] |
Definition at line 35 of file TreeListExample.h.
WPushButton* TreeListExample::addMapButton_ [private] |
Definition at line 36 of file TreeListExample.h.
WPushButton* TreeListExample::removeMapButton_ [private] |
Definition at line 37 of file TreeListExample.h.