Wt examples
4.10.4
|
#include <Wt/WApplication.h>
#include <Wt/WContainerWidget.h>
#include <Wt/WEnvironment.h>
#include <Wt/WPushButton.h>
#include <Wt/WServer.h>
#include <Wt/WText.h>
#include <Wt/WTimer.h>
#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 | |
std::unique_ptr< Wt::WApplication > | createApplication (const Wt::WEnvironment &env, SimpleChatServer &server) |
std::unique_ptr< Wt::WApplication > | createWidget (const Wt::WEnvironment &env, SimpleChatServer &server) |
int | main (int argc, char **argv) |
std::unique_ptr< Wt::WApplication > createApplication | ( | const Wt::WEnvironment & | env, |
SimpleChatServer & | server ) |
Definition at line 142 of file simpleChat.C.
std::unique_ptr< Wt::WApplication > createWidget | ( | const Wt::WEnvironment & | env, |
SimpleChatServer & | server ) |
Definition at line 148 of file simpleChat.C.
Definition at line 153 of file simpleChat.C.