10 #include <Wt/WContainerWidget>
A demonstration of the treelist.
void removeMap()
Remove a map.
Wt::WPushButton * addMapButton_
DemoTreeList(Wt::WContainerWidget *parent)
Create a DemoTreeList.
Wt::WPushButton * removeMapButton_
TreeNode * makeTreeMap(const std::string name, TreeNode *parent)
Create a "map" node, and insert in the given parent.
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.