Home
last modified time | relevance | path

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

/dports/games/gtkevemon/gtkevemon-ac2ca34/src/gui/
H A Dgtkitembrowser.cc274 int active_row_num = this->filter_cb.get_active_row_number(); in fill_store() local
277 bool only_unknown = (active_row_num == CB_FILTER_SKILL_UNKNOWN); in fill_store()
278 bool only_partial = (active_row_num == CB_FILTER_SKILL_PARTIAL); in fill_store()
279 bool only_enabled = (active_row_num == CB_FILTER_SKILL_ENABLED); in fill_store()
280 …bool only_known = (active_row_num == CB_FILTER_SKILL_KNOWN) || (active_row_num == CB_FILTER_SKILL_… in fill_store()
399 || secondary != API_ATTRIB_UNKNOWN || active_row_num != 0) in fill_store()
491 int active_row_num = this->filter_cb.get_active_row_number(); in fill_store() local
492 bool only_claimed = (active_row_num == CB_FILTER_CERT_CLAIMED); in fill_store()
494 bool only_partial = (active_row_num == CB_FILTER_CERT_PARTIAL); in fill_store()
495 bool only_unknown = (active_row_num == CB_FILTER_CERT_NOPRE); in fill_store()
[all …]