Wt examples 3.3.12
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
12namespace Wt {
13 class WPanel;
14}
15
17{
18public:
20
22 void addPanel(Wt::WPanel *panel);
23 void removePanel(Wt::WPanel *panel);
24
25 using WContainerWidget::addWidget;
26
27private:
28 void onExpand(bool notUndo);
29
31};
32
33#endif // PANEL_LIST_H_
void removePanel(Wt::WPanel *panel)
void onExpand(bool notUndo)
Definition PanelList.C:38
int wasExpanded_
Definition PanelList.h:30
Wt::WPanel * addWidget(const Wt::WString &text, Wt::WWidget *w)
Definition PanelList.C:17
void addPanel(Wt::WPanel *panel)
Definition PanelList.C:28
WWidget * parent() const

Generated on Fri May 17 2024 for the C++ Web Toolkit (Wt) by doxygen 1.9.8