Wt examples
4.0.0
|
#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) |