Home
last modified time | relevance | path

Searched refs:showName (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.cc335 showName(false), showRange(false), showData(false), optMode(normalOpt), in ConfigList()
352 showName = configSettings->readBoolEntry("/showName", false); in ConfigList()
386 if (showName) in reinit()
403 configSettings->writeEntry("/showName", showName); in saveSettings()
834 action->setOn(showName); in contextMenuEvent()
901 if (list->showName != b) { in setShowName()
902 list->showName = b; in setShowName()
1346 showNameAction->setOn(configView->showName()); in ConfigMainWindow()
H A Dqconf.h130 bool showName, showRange, showData; variable
227 bool showName(void) const { return list->showName; } in showName() function