Home
last modified time | relevance | path

Searched refs:bSaveSettings (Results 1 – 16 of 16) sorted by relevance

/dports/x11-toolkits/kf5-kxmlgui/kxmlgui-5.89.0/src/
H A Dkshortcutsdialog.h164 bool bSaveSettings = true);
H A Dkxmlguifactory.h207 int configureShortcuts(bool bAllowLetterShortcuts = true, bool bSaveSettings = true);
H A Dkxmlguifactory.cpp707 int KXMLGUIFactory::configureShortcuts(bool letterCutsOk, bool bSaveSettings) in configureShortcuts() argument
719 return dlg->configure(bSaveSettings); in configureShortcuts()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DNativeApp.cpp639 g_Config.bSaveSettings = false; in NativeInit()
643 g_Config.bSaveSettings = false; in NativeInit()
647 g_Config.bSaveSettings = false; in NativeInit()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DNativeApp.cpp639 g_Config.bSaveSettings = false; in NativeInit()
643 g_Config.bSaveSettings = false; in NativeInit()
647 g_Config.bSaveSettings = false; in NativeInit()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DNativeApp.cpp639 g_Config.bSaveSettings = false; in NativeInit()
643 g_Config.bSaveSettings = false; in NativeInit()
647 g_Config.bSaveSettings = false; in NativeInit()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h71 bool bSaveSettings; member
H A DConfig.cpp1297 bSaveSettings = true; in Load()
1410 bSaveSettings = true; in Load()
1469 if (!iniFilename_.empty() && g_Config.bSaveSettings) { in Save()
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h71 bool bSaveSettings; member
H A DConfig.cpp1297 bSaveSettings = true; in Load()
1410 bSaveSettings = true; in Load()
1469 if (!iniFilename_.empty() && g_Config.bSaveSettings) { in Save()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h71 bool bSaveSettings; member
H A DConfig.cpp1297 bSaveSettings = true; in Load()
1410 bSaveSettings = true; in Load()
1469 if (!iniFilename_.empty() && g_Config.bSaveSettings) { in Save()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Windows/
H A Dmain.cpp606 g_Config.bSaveSettings = false; in WinMain()
/dports/emulators/ppsspp/ppsspp-1.12.3/Windows/
H A Dmain.cpp606 g_Config.bSaveSettings = false; in WinMain()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Windows/
H A Dmain.cpp606 g_Config.bSaveSettings = false; in WinMain()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py9127 … def configure(self, collection, allowLetterShortcuts = None, parent = None, bSaveSettings = True): argument
12720 def configureShortcuts(self, bAllowLetterShortcuts = True, bSaveSettings = True): argument