Searched refs:setValue (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
H A D | qconf.cc | 87 setValue(key, stringList); writeSizes() 378 configSettings->setValue("/showName", showName); saveSettings() 379 configSettings->setValue("/showRange", showRange); saveSettings() 380 configSettings->setValue("/showData", showData); saveSettings() 381 configSettings->setValue("/optionMode", (int)optMode); saveSettings() 466 void ConfigList::setValue(ConfigItem* item, tristate val) setValue() function in class:ConfigList 747 setValue(item, no); keyPressEvent() 750 setValue(item, mod); keyPressEvent() 753 setValue(item, yes); keyPressEvent() 805 setValue(item, no); mouseReleaseEvent() 808 setValue(item, mod); mouseReleaseEvent() 811 setValue(item, yes); mouseReleaseEvent() 1027 configSettings->setValue("/showDebug", showDebug()); saveSettings() 1303 configSettings->setValue("/window x", pos().x()); saveSettings() 1304 configSettings->setValue("/window y", pos().y()); saveSettings() 1305 configSettings->setValue("/window width", size().width()); saveSettings() 1306 configSettings->setValue("/window height", size().height()); saveSettings() 1766 configSettings->setValue("/window x", pos().x()); saveSettings() 1767 configSettings->setValue("/window y", pos().y()); saveSettings() 1768 configSettings->setValue("/window width", size().width()); saveSettings() 1769 configSettings->setValue("/window height", size().height()); saveSettings() 1788 configSettings->setValue("/listMode", entry); saveSettings()
|
H A D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|
Completed in 67 milliseconds