Wt examples
3.7.1
public-git
wt
examples
filetreetable
FileTreeTable.h
Go to the documentation of this file.
1
// This may look like C code, but it's really -*- C++ -*-
2
/*
3
* Copyright (C) 2008 Emweb bv, Herent, Belgium.
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
#ifndef FILETREETABLE_H_
8
#define FILETREETABLE_H_
9
10
#include <Wt/WTreeTable>
11
12
#include <boost/filesystem/path.hpp>
13
18
33
class
FileTreeTable
:
public
Wt::WTreeTable
34
{
35
public
:
40
FileTreeTable
(
const
boost::filesystem::path& path,
41
Wt::WContainerWidget
*
parent
= 0);
42
};
43
46
#endif // FILETREETABLE_H_
FileTreeTable::FileTreeTable
FileTreeTable(const boost::filesystem::path &path, Wt::WContainerWidget *parent=0)
Construct a new FileTreeTable.
Definition:
FileTreeTable.C:15
Wt::WWidget::parent
WWidget * parent() const
Wt::WContainerWidget
Wt::WTreeTable
FileTreeTable
A tree table that displays a file tree.
Definition:
FileTreeTable.h:33
Generated on Tue Dec 15 2020 for
the C++ Web Toolkit (Wt)
by
1.8.13