Home
last modified time | relevance | path

Searched refs:on_config_reload (Results 1 – 9 of 9) sorted by relevance

/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/seat/
H A Dbindings-repository.cpp207 on_config_reload.set_callback([=] (wf::signal_data_t*) in bindings_repository_t()
212 wf::get_core().connect_signal("reload-config", &on_config_reload); in bindings_repository_t()
H A Dkeyboard.hpp38 wf::signal_connection_t on_config_reload; member in wf::keyboard_t
H A Dbindings-repository.hpp73 wf::signal_connection_t on_config_reload; member in wf::bindings_repository_t
H A Dkeyboard.cpp18 on_config_reload.set_callback([&] (signal_data_t*) in setup_listeners()
22 wf::get_core().connect_signal("reload-config", &on_config_reload); in setup_listeners()
/dports/x11/wf-shell/wf-shell-0.7.0/src/panel/
H A Dpanel.hpp37 void on_config_reload() override;
H A Dpanel.cpp342 void WayfirePanelApp::on_config_reload() in on_config_reload() function in WayfirePanelApp
/dports/x11/wf-shell/wf-shell-0.7.0/src/util/
H A Dwf-shell-app.hpp65 virtual void on_config_reload() {} in on_config_reload() function in WayfireShellApp
H A Dwf-shell-app.cpp26 app->on_config_reload(); in do_reload_config()
/dports/x11-wm/wayfire/wayfire-0.7.0/src/core/
H A Doutput-layout.cpp852 signal_callback_t on_config_reload; member in wf::output_layout_t::impl
895 on_config_reload = [=] (void*) { reconfigure_from_config(); }; in impl()
896 get_core().connect_signal("reload-config", &on_config_reload); in impl()
926 get_core().disconnect_signal("reload-config", &on_config_reload); in ~impl()