Wittyshare
0.2
|
#include <WsApplication.h>
Public Slots | |
void | doPathChanged (std::string newPath) |
void | doEndDialogLogon (std::string sUid, std::string pPassword) |
void | googleAnalyticsLogger (std::string newPath) |
Public Member Functions | |
WsApplication (const Wt::WEnvironment &env) | |
~WsApplication () | |
void | hideImages (bool bHide=true) |
WsUser * | wsUser () |
WsModulesLoader & | WsModules () |
void | setTemplate (const std::string &sPage) |
void | setContent (WsContent *pContent) |
void | setContentButtonsBar (WsContentButtonsBar *pButtonsBar) |
WsContentButtonsBar * | contentButtonsBar () |
const std::string & | homePage () |
Static Public Member Functions | |
static WsApplication * | wsInstance () |
Facility function to access the application object. More... | |
Private Attributes | |
WsUser * | m_pUser |
WsContentButtonsBar * | m_pButtonsBar |
WsContent * | m_pContent |
Wt::WWidget * | m_pImages |
WsModulesLoader | m_ml |
std::string | m_sHomePage |
std::string | m_sTemplate |
gdWLogon * | m_logon |
Definition at line 24 of file WsApplication.h.
WsApplication::WsApplication | ( | const Wt::WEnvironment & | env | ) |
WsApplication::~WsApplication | ( | ) |
Definition at line 159 of file WsApplication.cpp.
WsContentButtonsBar * WsApplication::contentButtonsBar | ( | ) |
|
slot |
Definition at line 65 of file WsApplication.cpp.
|
slot |
Definition at line 167 of file WsApplication.cpp.
|
slot |
Definition at line 271 of file WsApplication.cpp.
void WsApplication::hideImages | ( | bool | bHide = true | ) |
Definition at line 172 of file WsApplication.cpp.
const std::string & WsApplication::homePage | ( | ) |
Definition at line 266 of file WsApplication.cpp.
void WsApplication::setContent | ( | WsContent * | pContent | ) |
Definition at line 247 of file WsApplication.cpp.
void WsApplication::setContentButtonsBar | ( | WsContentButtonsBar * | pButtonsBar | ) |
Definition at line 256 of file WsApplication.cpp.
void WsApplication::setTemplate | ( | const std::string & | sPage | ) |
Definition at line 187 of file WsApplication.cpp.
|
inlinestatic |
Facility function to access the application object.
Definition at line 39 of file WsApplication.h.
WsModulesLoader & WsApplication::WsModules | ( | ) |
WsUser * WsApplication::wsUser | ( | ) |
|
private |
Definition at line 57 of file WsApplication.h.
|
private |
Definition at line 54 of file WsApplication.h.
|
private |
Definition at line 51 of file WsApplication.h.
|
private |
Definition at line 52 of file WsApplication.h.
|
private |
Definition at line 53 of file WsApplication.h.
|
private |
Definition at line 49 of file WsApplication.h.
|
private |
Definition at line 55 of file WsApplication.h.
|
private |
Definition at line 56 of file WsApplication.h.