#include <PanelList.h>

Public Member Functions | |
| PanelList (Wt::WContainerWidget *parent) | |
| Wt::WPanel * | addWidget (const Wt::WString &text, Wt::WWidget *w) |
| void | addPanel (Wt::WPanel *panel) |
| void | removePanel (Wt::WPanel *panel) |
Private Member Functions | |
| void | onExpand (bool notUndo) |
Private Attributes | |
| int | wasExpanded_ |
Definition at line 16 of file PanelList.h.
| PanelList::PanelList | ( | Wt::WContainerWidget * | parent | ) |
Definition at line 13 of file PanelList.C.
| WPanel * PanelList::addWidget | ( | const Wt::WString & | text, | |
| Wt::WWidget * | w | |||
| ) |
Definition at line 17 of file PanelList.C.
| void PanelList::addPanel | ( | Wt::WPanel * | panel | ) |
Definition at line 28 of file PanelList.C.
| void PanelList::removePanel | ( | Wt::WPanel * | panel | ) |
| void PanelList::onExpand | ( | bool | notUndo | ) | [private] |
Definition at line 38 of file PanelList.C.
int PanelList::wasExpanded_ [private] |
Definition at line 28 of file PanelList.h.
1.5.6