7 #ifndef FILETREETABLENODE_H_
8 #define FILETREETABLENODE_H_
10 #include <Wt/WTreeTableNode>
12 #include <boost/filesystem/path.hpp>
51 #endif // FILETREETABLENODE_H_
static Wt::WIconPair * createIcon(const boost::filesystem::path &path)
Create the iconpair for representing the path.
virtual void populate()
Reimplements WTreeNode::populate to read files within a directory.
virtual bool expandable()
Reimplements WTreeNode::expandable.
boost::filesystem::path path_
The path.
FileTreeTableNode(const boost::filesystem::path &path)
Construct a new node for the given file.
A single node in a file tree table.