filetreetable/FileTreeTableNode.h

Go to the documentation of this file.
00001 // This may look like C code, but it's really -*- C++ -*-
00002 /*
00003  * Copyright (C) 2007 Koen Deforche, Kessel-Lo, Belgium.
00004  *
00005  * See the LICENSE file for terms of use.
00006  */
00007 #ifndef FILETREETABLENODE_H_
00008 #define FILETREETABLENODE_H_
00009 
00010 #include <WTreeTableNode>
00011 
00012 #include <boost/filesystem/path.hpp>
00013 
00018 
00028 class FileTreeTableNode : public Wt::WTreeTableNode
00029 {
00030 public:
00033   FileTreeTableNode(const boost::filesystem::path& path);
00034 
00035 private:
00037   boost::filesystem::path path_;
00038 
00040   virtual void populate();
00041 
00043   static Wt::WIconPair *createIcon(const boost::filesystem::path& path);
00044 };
00045 
00048 #endif // FILETREETABLENODE_H_

Generated on Sun Jul 1 19:37:23 2007 for Wt by doxygen 1.4.7