Wt examples  4.10.4
Functions
JWtHome.C File Reference
#include "JWtHome.h"
#include <Wt/WText.h>
#include <Wt/WAnchor.h>
#include <Wt/WStackedWidget.h>
#include <Wt/WTreeNode.h>
#include <Wt/WWidget.h>
#include <Wt/WViewWidget.h>
#include <Wt/WTabWidget.h>
#include <Wt/WMenuItem.h>
#include <Wt/WTable.h>
#include <Wt/WEnvironment.h>
#include <Wt/WLogger.h>
#include "ExampleSourceViewer.h"

Go to the source code of this file.

Functions

std::unique_ptr< WApplicationcreateJWtHomeApplication (const WEnvironment &env, Dbo::SqlConnectionPool *blogDb)
 

Function Documentation

◆ createJWtHomeApplication()

std::unique_ptr<WApplication> createJWtHomeApplication ( const WEnvironment env,
Dbo::SqlConnectionPool blogDb 
)

Definition at line 157 of file JWtHome.C.

159 {
160  return std::make_unique<JWtHome>(env, *blogDb);
161 }