/dports/www/wt/wt-4.6.1/src/Wt/ |
H A D | WMenu.C | 112 app->internalPathChanged().connect(this, &WMenu::handleInternalPathChange); in setInternalPathEnabled() 116 internalPathChanged(app->internalPath()); in setInternalPathEnabled() 124 internalPathChanged(path); in handleInternalPathChange() 320 app->internalPathChanged().emit(app->internalPath()); in select() 458 void WMenu::internalPathChanged(const std::string& path) in internalPathChanged() function
|
H A D | WPopupWidget.C | 36 WApplication::instance()->internalPathChanged().connect(this, &WPopupWidget::onPathChange); in WPopupWidget()
|
H A D | WMenu.h | 577 virtual void internalPathChanged(const std::string& path);
|
H A D | WMenuItem.C | 558 subMenu_->internalPathChanged(path); in setFromInternalPath()
|
H A D | WApplication.h | 973 Signal<std::string>& internalPathChanged();
|
H A D | WApplication.C | 1288 Signal<std::string>& WApplication::internalPathChanged() in internalPathChanged() function
|
/dports/www/wt/wt-4.6.1/examples/codeview/ |
H A D | CoderApplication.C | 23 internalPathChanged().connect(this, &CoderApplication::handlePathChange); in CoderApplication()
|
/dports/www/wt/wt-4.6.1/examples/widgetgallery/examples/ |
H A D | PathChange.cpp | 42 app->internalPathChanged().connect([=] { in __anon9d0d9bb90202()
|
/dports/www/wt/wt-4.6.1/examples/wt-homepage/ |
H A D | Home.C | 65 internalPathChanged().connect(this, &Home::setup); in init() 66 internalPathChanged().connect(this, &Home::setLanguageFromPath); in init() 67 internalPathChanged().connect(this, &Home::logInternalPath); in init()
|
H A D | ExampleSourceViewer.C | 77 wApp->internalPathChanged().connect in ExampleSourceViewer()
|
/dports/www/wt/wt-4.6.1/examples/treeview/ |
H A D | TreeViewApplication.C | 31 internalPathChanged().connect(this, &TreeViewApplication::handlePathChange); in TreeViewApplication()
|
/dports/multimedia/lms/lms-3.25.2/src/lms/ui/admin/ |
H A D | UsersView.cpp | 54 wApp->internalPathChanged().connect(this, [this]() in UsersView()
|
H A D | UserView.cpp | 186 wApp->internalPathChanged().connect(this, [this]() in UserView()
|
H A D | DatabaseSettingsView.cpp | 181 wApp->internalPathChanged().connect(this, [this] in DatabaseSettingsView()
|
/dports/www/wt/wt-4.6.1/examples/hangman/ |
H A D | HangmanGame.C | 58 WApplication::instance()->internalPathChanged() in HangmanGame()
|
/dports/multimedia/lms/lms-3.25.2/src/lms/ui/explore/ |
H A D | ArtistView.cpp | 54 LmsApp->internalPathChanged().connect(this, [this]
|
H A D | Explore.cpp | 116 wApp->internalPathChanged().connect(this, [=]
|
H A D | ReleaseView.cpp | 57 wApp->internalPathChanged().connect(this, [this]
|
/dports/www/wt/wt-4.6.1/src/Wt/Auth/ |
H A D | AuthWidget.C | 82 app->internalPathChanged().connect(this, &AuthWidget::onPathChange); in init()
|
/dports/www/wt/wt-4.6.1/examples/blog/view/ |
H A D | BlogView.C | 69 app->internalPathChanged().connect(this, &BlogImpl::handlePathChange); in BlogImpl()
|
/dports/multimedia/lms/lms-3.25.2/src/lms/ui/ |
H A D | LmsApplication.cpp | 592 internalPathChanged().connect([=] in createHome()
|
H A D | SettingsView.cpp | 369 wApp->internalPathChanged().connect(this, [this] in SettingsView()
|
/dports/www/wt/wt-4.6.1/doc/tutorial/ |
H A D | wt.doc | 669 +{doc}classWt_1_1WApplication.html#a674fd6a2522d66d07908e8f3d82424a9[internalPathChanged()]+
|
/dports/www/wt/wt-4.6.1/doc/ |
H A D | main | 195 WApplication::internalPathChanged() event to react to the user
|
/dports/www/wt/wt-4.6.1/ |
H A D | Changelog | 1624 internalPathChanged(). You may still use the old behavior by
|