Wt examples
3.3.0
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
build
buildd
witty-3.3.0
examples
charts
PanelList.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 bvba, Kessel-Lo, Belgium.
4
*
5
* See the LICENSE file for terms of use.
6
*/
7
#ifndef PANEL_LIST_H_
8
#define PANEL_LIST_H_
9
10
#include <Wt/WContainerWidget>
11
12
namespace
Wt {
13
class
WPanel;
14
}
15
16
class
PanelList
:
public
Wt::WContainerWidget
17
{
18
public
:
19
PanelList
(
Wt::WContainerWidget
*parent);
20
21
Wt::WPanel
*
addWidget
(
const
Wt::WString
& text,
Wt::WWidget
*w);
22
void
addPanel
(
Wt::WPanel
*panel);
23
void
removePanel
(
Wt::WPanel
*panel);
24
25
private
:
26
void
onExpand
(
bool
notUndo);
27
28
int
wasExpanded_
;
29
};
30
31
#endif // PANEL_LIST_H_
Generated on Fri May 31 2013 for
the C++ Web Toolkit (Wt)
by
1.8.3.1