#include <vector>#include <string>#include <set>#include <Wt/WObject>#include <Wt/WCssStyleSheet>#include <Wt/WEvent>#include <Wt/WMessageResourceBundle>#include <Wt/WSignal>#include <Wt/WString>Namespaces | |
| namespace | boost |
| namespace | Wt |
| namespace | Wt::Ext |
Classes | |
| class | Wt::WApplication |
| Represents an application instance for a single session. More... | |
| class | Wt::WApplication::UpdateLock |
| A synchronisation lock for manipulating and updating the application and its widgets outside of the event loop. More... | |
Defines | |
| #define | wApp Wt::WApplication::instance() |
| Global constant for accessing the application instance. | |
| #define wApp Wt::WApplication::instance() |
Global constant for accessing the application instance.
This is equivalent to WApplication::instance()
1.5.6