Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dqconf.h91 ConfigList* listView() in listView() function
166 ConfigList* listView() const in listView() function
168 return (ConfigList*)Parent::listView(); in listView()
180 Parent::setText(listView()->mapIdx(idx), text); in setText()
184 return Parent::text(listView()->mapIdx(idx)); in text()
188 Parent::setPixmap(listView()->mapIdx(idx), pm); in setPixmap()
192 return Parent::pixmap(listView()->mapIdx(idx)); in pixmap()
H A Dqconf.cc108 listView()->updateList(this); in okRename()
123 list = listView(); in updateMenu()
243 } else if (listView()->updateAll) in testUpdateMenu()
249 ConfigList* list = listView(); in paintCell()
266 ConfigList* list = listView(); in init()
416 if (this == item->listView()) in findConfigItem()