10 #include <Wt/WContainerWidget>
61 #endif // DEMO_TREE_LIST
Wt::WPushButton * addMapButton_
A demonstration of the treelist.
TreeNode * makeTreeMap(const std::string name, TreeNode *parent)
Create a "map" node, and insert in the given parent.
Wt::WPushButton * removeMapButton_
void removeMap()
Remove a map.
DemoTreeList(Wt::WContainerWidget *parent)
Create a DemoTreeList.
TreeNode * makeTreeFile(const std::string name, TreeNode *parent)
Create a "file" node, and insert in the given parent.
Example implementation of a single tree list node.