10#include <Wt/WContainerWidget.h>
66 std::unique_ptr<TreeNode>
makeTreeFile(
const std::string name);
Wt::Auth::Dbo::UserDatabase< AuthInfo > UserDatabase
A demonstration of the treelist.
void removeFolder()
Remove a folder.
void addFolder()
Add a folder.
DemoTreeList()
Create a DemoTreeList.
TreeNode * makeTreeFolder(const std::string name, TreeNode *parent)
Create a "folder" node, and insert in the given parent.
WPushButton * removeFolderButton_
TreeNode * makeTreeFile(const std::string name, TreeNode *parent)
Create a "file" node, and insert in the given parent.
WPushButton * addFolderButton_
Example implementation of a single tree list node.