Home
last modified time | relevance | path

Searched refs:ConfigChanged (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Mapping/
H A DMappingNumeric.cpp25 ConfigChanged(); in MappingDouble()
29 connect(parent, &MappingWidget::ConfigChanged, this, &MappingDouble::ConfigChanged); in MappingDouble()
39 void MappingDouble::ConfigChanged() in ConfigChanged() function in MappingDouble
80 ConfigChanged(); in MappingBool()
84 connect(parent, &MappingWidget::ConfigChanged, this, &MappingBool::ConfigChanged); in MappingBool()
90 void MappingBool::ConfigChanged() in ConfigChanged() function in MappingBool
H A DMappingButton.cpp71 connect(parent, &MappingWidget::ConfigChanged, this, &MappingButton::ConfigChanged); in MappingButton()
80 ConfigChanged(); in AdvancedPressed()
115 ConfigChanged(); in Clicked()
127 ConfigChanged(); in Clear()
143 void MappingButton::ConfigChanged() in ConfigChanged() function in MappingButton
H A DWiimoteEmuGeneral.cpp84 connect(this, &MappingWidget::ConfigChanged, this, &WiimoteEmuGeneral::ConfigChanged); in Connect()
102 ConfigChanged(); in OnAttachmentSelected()
106 void WiimoteEmuGeneral::ConfigChanged() in ConfigChanged() function in WiimoteEmuGeneral
H A DMappingNumeric.h23 void ConfigChanged();
35 void ConfigChanged();
H A DMappingWidget.cpp31 connect(parent, &MappingWindow::ConfigChanged, this, &MappingWidget::ConfigChanged); in MappingWidget()
183 connect(this, &MappingWidget::ConfigChanged, this, in CreateGroupBox()
210 ConfigChanged(); in CreateSettingAdvancedMappingButton()
H A DMappingWindow.cpp75 emit ConfigChanged(); in MappingWindow()
155 connect(this, &MappingWindow::ConfigChanged, this, &MappingWindow::OnGlobalDevicesChanged); in ConnectWidgets()
279 emit ConfigChanged(); in OnLoadProfilePressed()
496 emit ConfigChanged(); in OnDefaultFieldsPressed()
513 emit ConfigChanged(); in OnClearFieldsPressed()
H A DMappingButton.h26 void ConfigChanged();
H A DWiimoteEmuGeneral.h32 void ConfigChanged();
/dports/emulators/emu64/emu64-5.0.19/src/
H A Dtape1530_class.cpp279 CPU_PORT->ConfigChanged(0, 0, 0x17); in SetTapeKeys()
286 CPU_PORT->ConfigChanged(1, 0, 0x17); in SetTapeKeys()
292 CPU_PORT->ConfigChanged(0, 0, 0x17); in SetTapeKeys()
300 CPU_PORT->ConfigChanged(1, 0, 0x17); in SetTapeKeys()
306 CPU_PORT->ConfigChanged(0, 0, 0x17); in SetTapeKeys()
314 CPU_PORT->ConfigChanged(1, 0, 0x17); in SetTapeKeys()
320 CPU_PORT->ConfigChanged(0, 0, 0x17); in SetTapeKeys()
327 CPU_PORT->ConfigChanged(1, 0, 0x17); in SetTapeKeys()
333 CPU_PORT->ConfigChanged(0, 0, 0x17); in SetTapeKeys()
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dconfig_apply.c38 if (ConfigChanged(ConfigGet(config, "Sound"))) in ConfigApply()
42 if (ConfigChanged(ConfigGet(config, "Graphics"))) in ConfigApply()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/xrl-0.0.8/src/
H A Dfrontend.rs4 Alert, AvailableLanguages, AvailablePlugins, AvailableThemes, ConfigChanged, FindStatus,
24 ConfigChanged(ConfigChanged), enumerator
185 "config_changed" => match from_value::<ConfigChanged>(params) { in handle_notification()
187 self.handle_notification(XiNotification::ConfigChanged(config)) in handle_notification()
/dports/editors/xi-term/xi-term-d264767/src/widgets/
H A Deditor.rs10 use xrl::{Client, ConfigChanged, ScrollTo, Style, Update, ViewId, XiNotification};
143 XiNotification::ConfigChanged(config) => self.config_changed(config), in handle_core_event()
176 fn config_changed(&mut self, config: ConfigChanged) { in config_changed() argument
181 .push(CoreEvent::Notify(XiNotification::ConfigChanged(config))), in config_changed()
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/wiggin77/cfg/
H A Dlistener.go10 ConfigChanged(cfg *Config, src SourceMonitored) methodSpec
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/wiggin77/cfg/
H A Dlistener.go10 ConfigChanged(cfg *Config, src SourceMonitored) methodSpec
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Configuration.ConfigurationManager/src/System/Configuration/Internal/
H A DIInternalConfigRoot.cs15 event InternalConfigEventHandler ConfigChanged; event
H A DInternalConfigRoot.cs40 public event InternalConfigEventHandler ConfigChanged; event in System.Configuration.Internal.InternalConfigRoot
308 ConfigChanged?.Invoke(this, e); in OnConfigChanged()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration.Internal/
H A DIInternalConfigRoot.cs45 event InternalConfigEventHandler ConfigChanged; event
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/ControllerInterface/
H A DDualShockUDPClientWidget.h22 void ConfigChanged();
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DINotificationListener.h19 ConfigChanged = 13, enumerator
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/Internal/
H A DIInternalConfigRoot.cs31 event InternalConfigEventHandler ConfigChanged; event
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Config/Graphics/
H A DGraphicsChoice.cpp20 connect(&Settings::Instance(), &Settings::ConfigChanged, this, [this] { in GraphicsChoice()
H A DGraphicsInteger.cpp24 connect(&Settings::Instance(), &Settings::ConfigChanged, this, [this] { in GraphicsInteger()
H A DGraphicsRadio.cpp20 connect(&Settings::Instance(), &Settings::ConfigChanged, this, [this] { in GraphicsRadioInt()
H A DGraphicsSlider.cpp24 connect(&Settings::Instance(), &Settings::ConfigChanged, this, [this] { in GraphicsSlider()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/xrl-0.0.8/src/structs/
H A Dconfig.rs4 pub struct ConfigChanged { struct

1234567