Searched refs:setValue (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 87 setValue(key, stringList); in writeSizes() 378 configSettings->setValue("/showName", showName); in saveSettings() 379 configSettings->setValue("/showRange", showRange); in saveSettings() 380 configSettings->setValue("/showData", showData); in saveSettings() 381 configSettings->setValue("/optionMode", (int)optMode); in saveSettings() 466 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() function in ConfigList 747 setValue(item, no); in keyPressEvent() 750 setValue(item, mod); in keyPressEvent() 753 setValue(item, yes); in keyPressEvent() 805 setValue(item, no); in mouseReleaseEvent() [all …]
|
D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|