Wt examples  4.10.0
Loading...
Searching...
No Matches
Functions
WtHome.C File Reference
#include "WtHome.h"
#include <Wt/WAnchor.h>
#include <Wt/WEnvironment.h>
#include <Wt/WLogger.h>
#include <Wt/WMenuItem.h>
#include <Wt/WStackedWidget.h>
#include <Wt/WTable.h>
#include <Wt/WTabWidget.h>
#include <Wt/WText.h>
#include <Wt/WTreeNode.h>
#include <Wt/WViewWidget.h>
#include <Wt/WWidget.h>
#include "ExampleSourceViewer.h"

Go to the source code of this file.

Functions

std::unique_ptr< WApplication > createWtHomeApplication (const WEnvironment &env, Dbo::SqlConnectionPool *blogDb)
 

Function Documentation

◆ createWtHomeApplication()

std::unique_ptr< WApplication > createWtHomeApplication ( const WEnvironment &  env,
Dbo::SqlConnectionPool *  blogDb 
)

Definition at line 172 of file WtHome.C.

174{
175 return std::make_unique<WtHome>(env, *blogDb);
176}