Wt examples
4.10.3
|
#include <WtHome.h>
Public Member Functions | |
WtHome (const WEnvironment &env, Dbo::SqlConnectionPool &blogDb) | |
![]() | |
Home (const WEnvironment &env, Dbo::SqlConnectionPool &blogDb, const std::string &title, const std::string &resourceBundle, const std::string &cssPath) | |
virtual | ~Home () |
void | googleAnalyticsLogger () |
Protected Member Functions | |
virtual std::unique_ptr< WWidget > | examples () override |
virtual std::unique_ptr< WWidget > | createQuoteForm () override |
virtual std::unique_ptr< WWidget > | sourceViewer (const std::string &internalPath) override |
virtual std::string | filePrefix () const override |
![]() | |
void | init () |
void | addLanguage (const Lang &l) |
std::unique_ptr< WWidget > | linkSourceBrowser (const std::string &examplePath) |
WString | tr (const char *key) |
std::string | href (const std::string &url, const std::string &description) |
void | readReleases (WTable *releaseTable) |
Private Member Functions | |
std::unique_ptr< WWidget > | example (const char *textKey, const std::string &sourceDir) |
std::unique_ptr< WWidget > | helloWorldExample () |
std::unique_ptr< WWidget > | chartExample () |
std::unique_ptr< WWidget > | homepageExample () |
std::unique_ptr< WWidget > | treeviewExample () |
std::unique_ptr< WWidget > | gitExample () |
std::unique_ptr< WWidget > | chatExample () |
std::unique_ptr< WWidget > | composerExample () |
std::unique_ptr< WWidget > | widgetGalleryExample () |
std::unique_ptr< WWidget > | hangmanExample () |
std::unique_ptr< WWidget > | wrapView (std::unique_ptr< WWidget >(WtHome::*createFunction)()) |
Private Attributes | |
std::string | wtExamplePath_ |
Additional Inherited Members | |
![]() | |
WTabWidget * | examplesMenu_ |
WTable * | releases_ |
WtHome::WtHome | ( | const WEnvironment & | env, |
Dbo::SqlConnectionPool & | blogDb | ||
) |
|
private |
Definition at line 59 of file WtHome.C.
|
private |
|
private |
|
overrideprotectedvirtual |
|
private |
Definition at line 45 of file WtHome.C.
|
overrideprotectedvirtual |
Implements Home.
Definition at line 99 of file WtHome.C.
|
inlineoverrideprotectedvirtual |
|
private |
|
private |
|
private |
|
private |
|
overrideprotectedvirtual |
|
private |
|
private |
|
private |
Definition at line 167 of file WtHome.C.