Wt examples 4.7.2
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< WApplication > createJWtHomeApplication (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}

Generated on Fri May 13 2022 for the C++ Web Toolkit (Wt) by doxygen 1.9.4