#include <WResource>#include <WLength>#include <WBorder>#include <WValidator>#include <WSignal>#include <vector>Namespaces | |
| namespace | Wt |
Classes | |
| class | Wt::WWidget |
| A WWidget is the abstract base class for any Wt widget. More... | |
Enumerations | |
| enum | Wt::Orientation { Wt::Horizontal, Wt::Vertical } |
| Enumeration that indicates direction. More... | |
| enum | Wt::StandardButton { Wt::NoButton = 0x00, Wt::Ok = 0x01, Wt::Cancel = 0x02, Wt::Yes = 0x04, Wt::No = 0x08, Wt::Abort = 0x10, Wt::Retry = 0x20, Wt::Ignore = 0x40, Wt::YesAll = 0x80, Wt::NoAll = 0x100 } |
| A standard button for the message box. More... | |
| enum | Wt::Icon { Wt::NoIcon = 0, Wt::Information = 1, Wt::Warning = 2, Wt::Critical = 3, Wt::Question = 4 } |
| A standard icon for the message box. More... | |
| enum | Wt::SelectionMode { Wt::NoSelection = 0, Wt::SingleSelection = 1, Wt::ExtendedSelection = 3 } |
| Enumeration that indicates how items may be selected. More... | |
| enum | Wt::SelectionBehavior { Wt::SelectItems = 0, Wt::SelectRows = 1 } |
| Enumeration that indicates what is being selected. More... | |
| enum | Wt::SelectionUnit { Wt::CellSelection = 0, Wt::RowSelection = 1 } |
| Enumeration that indicates what is the selection unit. More... | |
1.5.3