Wt examples
4.11.3
|
#include <Wt/WApplication.h>
#include <Wt/WBreak.h>
#include <Wt/WText.h>
#include <Wt/WPushButton.h>
#include <Wt/WContainerWidget.h>
#include <Wt/WStringUtil.h>
#include <unistd.h>
#include "Composer.h"
#include "ComposeExample.h"
#include "Contact.h"
Go to the source code of this file.
Functions | |
std::unique_ptr< WApplication > | createApplication (const WEnvironment &env) |
int | main (int argc, char **argv) |
std::unique_ptr<WApplication> createApplication | ( | const WEnvironment & | env | ) |
Definition at line 142 of file ComposeExample.C.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 162 of file ComposeExample.C.