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