#include <vector>#include <string>#include <set>#include <WObject>#include <WCssStyleSheet>#include <WEvent>#include <WString>#include <WMessageResourceBundle>#include <WSignal>Namespaces | |
| namespace | Wt |
Classes | |
| class | Wt::WApplication |
| A class that represents an instance of a Wt Application, corresponding to 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 WApplication::instance() |
| Global constant for accessing the application instance. | |
Typedefs | |
| typedef WApplication *(* | Wt::ApplicationCreator )(const WEnvironment &env) |
| Typedef for a function that creates WApplication objects. | |
Functions | |
| int WTCONNECTOR_API | Wt::WRun (int argc, char **argv, ApplicationCreator createApplication=0) |
| Entry point for a Wt application. | |
| #define wApp WApplication::instance() |
Global constant for accessing the application instance.
This is equivalent to WApplication::instance()
1.5.3