addAutoJavaScript(const std::string &javascript) | Wt::WApplication | |
addChild(std::unique_ptr< WObject > child) | Wt::WObject | |
addChild(std::unique_ptr< Child > child) | Wt::WObject | |
addMetaHeader(const std::string &name, const WString &content, const std::string &lang="") | Wt::WApplication | |
addMetaHeader(MetaHeaderType type, const std::string &name, const WString &content, const std::string &lang="") | Wt::WApplication | |
addMetaLink(const std::string &href, const std::string &rel, const std::string &media, const std::string &hreflang, const std::string &type, const std::string &sizes, bool disabled) | Wt::WApplication | |
ApplicationCreator typedef | Wt::WApplication | related |
ApplicationCreator typedef | Wt::WApplication | |
appRoot() | Wt::WApplication | static |
attachThread(bool attach=true) | Wt::WApplication | |
bindSafe(void(C::*method)(Args...)) noexcept | Wt::Core::observable | |
bindSafe(void(C::*method)(Args...) const) const noexcept | Wt::Core::observable | |
bindSafe(const Function &function) noexcept | Wt::Core::observable | |
bindWidget(std::unique_ptr< WWidget > widget, const std::string &domId) | Wt::WApplication | |
bodyAttribute(const std::string &name) const | Wt::WApplication | |
bodyClass() const | Wt::WApplication | |
bookmarkUrl() const | Wt::WApplication | |
bookmarkUrl(const std::string &internalPath) const | Wt::WApplication | |
changeSessionId() | Wt::WApplication | |
closeMessage() const | Wt::WApplication | |
customJQuery() const | Wt::WApplication | |
declareJavaScriptFunction(const std::string &name, const std::string &function) | Wt::WApplication | |
deferRendering() | Wt::WApplication | |
docRoot() const | Wt::WApplication | |
doJavaScript(const std::string &javascript, bool afterLoaded=true) | Wt::WApplication | |
enableAjax() | Wt::WApplication | protectedvirtual |
enableUpdates(bool enabled=true) | Wt::WApplication | |
encodeUntrustedUrl(const std::string &url) const | Wt::WApplication | |
environment() const | Wt::WApplication | |
finalize() | Wt::WApplication | virtual |
findWidget(const std::string &name) | Wt::WApplication | |
getStateless(Method method) | Wt::WObject | protectedvirtual |
globalEnterPressed() | Wt::WApplication | |
globalEscapePressed() | Wt::WApplication | |
globalKeyPressed() | Wt::WApplication | |
globalKeyWentDown() | Wt::WApplication | |
globalKeyWentUp() | Wt::WApplication | |
handleJavaScriptError(const std::string &errorText) | Wt::WApplication | protectedvirtual |
hasQuit() const | Wt::WApplication | |
htmlAttribute(const std::string &name) const | Wt::WApplication | |
htmlClass() const | Wt::WApplication | |
id() const | Wt::WObject | virtual |
idleTimeout() | Wt::WApplication | protectedvirtual |
implementJavaScript(void(T::*method)(), const std::string &jsCode) | Wt::WObject | |
implementStateless(void(T::*method)()) | Wt::WObject | |
implementStateless(void(T::*method)(), void(T::*undoMethod)()) | Wt::WObject | |
initialize() | Wt::WApplication | virtual |
instance() | Wt::WApplication | static |
internalPath() const | Wt::WApplication | |
internalPathChanged() | Wt::WApplication | |
internalPathDefaultValid() const | Wt::WApplication | |
internalPathInvalid() | Wt::WApplication | |
internalPathMatches(const std::string &path) const | Wt::WApplication | |
internalPathNextPart(const std::string &path) const | Wt::WApplication | |
internalPathValid() const | Wt::WApplication | |
isExposed(WWidget *w) const | Wt::WApplication | protectedvirtual |
isNotStateless() | Wt::WObject | |
javaScriptClass() | Wt::WApplication | |
layoutDirection() const | Wt::WApplication | |
loadingIndicator() const | Wt::WApplication | |
locale() const | Wt::WApplication | |
localizedStrings() | Wt::WApplication | |
log(const std::string &type) const | Wt::WApplication | |
makeAbsoluteUrl(const std::string &url) const | Wt::WApplication | virtual |
maximumRequestSize() const | Wt::WApplication | |
messageResourceBundle() | Wt::WApplication | |
metaHeader(MetaHeaderType type, const std::string &name) const | Wt::WApplication | |
Method typedef | Wt::WObject | |
notify(const WEvent &e) | Wt::WApplication | protectedvirtual |
objectName() const | Wt::WObject | virtual |
observable() noexcept | Wt::Core::observable | |
processEvents() | Wt::WApplication | |
pushExposedConstraint(WWidget *w) | Wt::WApplication | |
quit() | Wt::WApplication | |
quit(const WString &restartMessage) | Wt::WApplication | |
readConfigurationProperty(const std::string &name, std::string &value) | Wt::WApplication | static |
redirect(const std::string &url) | Wt::WApplication | |
refresh() | Wt::WApplication | virtual |
relativeResourcesUrl() | Wt::WApplication | static |
removeChild(WObject *child) | Wt::WObject | |
removeChild(Child *child) | Wt::WObject | |
removeCookie(const Http::Cookie &cookie) | Wt::WApplication | |
removeCookie(const std::string &name, const std::string &domain="", const std::string &path="") | Wt::WApplication | |
removeMetaHeader(MetaHeaderType type, const std::string &name="") | Wt::WApplication | |
removeMetaLink(const std::string &href) | Wt::WApplication | |
removeStyleSheet(const WLink &link) | Wt::WApplication | |
requestTooLarge() | Wt::WApplication | |
require(const std::string &url, const std::string &symbol=std::string()) | Wt::WApplication | |
requireJQuery(const std::string &url) | Wt::WApplication | |
resetLearnedSlot(void(T::*method)()) | Wt::WObject | |
resetLearnedSlots() | Wt::WObject | |
resolveRelativeUrl(const std::string &url) const | Wt::WApplication | |
resourcesUrl() | Wt::WApplication | static |
resumeRendering() | Wt::WApplication | |
root() const | Wt::WApplication | |
sessionId() const | Wt::WApplication | |
setBodyAttribute(const std::string &name, const std::string &value) | Wt::WApplication | |
setBodyClass(const std::string &styleClass) | Wt::WApplication | |
setConfirmCloseMessage(const WString &message) | Wt::WApplication | |
setConnectionMonitor(const std::string &jsObject) | Wt::WApplication | |
setCookie(const Http::Cookie &cookie) | Wt::WApplication | |
setCookie(const std::string &name, const std::string &value, int maxAge, const std::string &domain="", const std::string &path="", bool secure=false) | Wt::WApplication | |
setCssTheme(const std::string &name) | Wt::WApplication | |
setHtmlAttribute(const std::string &name, const std::string &value) | Wt::WApplication | |
setHtmlClass(const std::string &styleClass) | Wt::WApplication | |
setInternalPath(const std::string &path, bool emitChange=false) | Wt::WApplication | |
setInternalPathDefaultValid(bool valid) | Wt::WApplication | |
setInternalPathValid(bool valid) | Wt::WApplication | |
setJavaScriptClass(const std::string &className) | Wt::WApplication | |
setLayoutDirection(LayoutDirection direction) | Wt::WApplication | |
setLoadingIndicator(std::unique_ptr< WLoadingIndicator > indicator) | Wt::WApplication | |
setLocale(const WLocale &locale) | Wt::WApplication | |
setLocalizedStrings(const std::shared_ptr< WLocalizedStrings > &stringResolver) | Wt::WApplication | |
setObjectName(const std::string &name) | Wt::WObject | virtual |
setTheme(const std::shared_ptr< WTheme > &theme) | Wt::WApplication | |
setTitle(const WString &title) | Wt::WApplication | |
setTwoPhaseRenderingThreshold(int size) | Wt::WApplication | |
styleSheet() | Wt::WApplication | |
suspend(std::chrono::seconds duration) | Wt::WApplication | |
theme() const | Wt::WApplication | |
title() const | Wt::WApplication | |
triggerUpdate() | Wt::WApplication | |
unload() | Wt::WApplication | protectedvirtual |
unsuspended() | Wt::WApplication | |
updatesEnabled() const | Wt::WApplication | |
url(const std::string &internalPath=std::string()) const | Wt::WApplication | |
useStyleSheet(const WLink &link, const std::string &media="all") | Wt::WApplication | |
useStyleSheet(const WLink &link, const std::string &condition, const std::string &media) | Wt::WApplication | |
useStyleSheet(const WLinkedCssStyleSheet &styleSheet, const std::string &condition="") | Wt::WApplication | |
waitForEvent() | Wt::WApplication | virtual |
WApplication(const WEnvironment &environment) | Wt::WApplication | |
~observable() | Wt::Core::observable | virtual |
~WApplication() | Wt::WApplication | |