Wt examples
3.7.1
|
#include <Wt/WApplication>
#include <Wt/WContainerWidget>
#include <Wt/WEnvironment>
#include <Wt/WPushButton>
#include <Wt/WServer>
#include <Wt/WText>
#include <Wt/WTimer>
#include "SimpleChatServer.h"
#include "PopupChatWidget.h"
Go to the source code of this file.
Classes | |
class | ChatApplication |
A chat demo application. More... | |
class | ChatWidget |
A chat application widget. More... | |
Functions | |
WApplication * | createApplication (const WEnvironment &env, SimpleChatServer &server) |
WApplication * | createWidget (const WEnvironment &env, SimpleChatServer &server) |
int | main (int argc, char **argv) |