Home
last modified time | relevance | path

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

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/GameList/
H A DGameListModel.cpp66 if (role == SORT_ROLE) in data()
72 if (role == SORT_ROLE) in data()
91 if (role == Qt::DisplayRole || role == SORT_ROLE) in data()
106 if (SORT_ROLE == role) in data()
123 if (role == Qt::DisplayRole || role == SORT_ROLE) in data()
127 if (role == Qt::DisplayRole || role == SORT_ROLE) in data()
135 if (role == Qt::DisplayRole || role == SORT_ROLE) in data()
142 if (role == Qt::DisplayRole || role == SORT_ROLE) in data()
146 if (role == Qt::DisplayRole || role == SORT_ROLE) in data()
166 if (role == SORT_ROLE) in data()
[all …]
H A DListProxyModel.cpp21 if (left.data(GameListModel::SORT_ROLE) != right.data(GameListModel::SORT_ROLE)) in lessThan()
H A DGameListModel.h45 static constexpr int SORT_ROLE = Qt::UserRole; variable
H A DGameList.cpp62 m_list_proxy->setSortRole(GameListModel::SORT_ROLE); in GameList()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/cockatrice/src/
H A Dgamesmodel.cpp84 …if (role != Qt::DisplayRole && role != SORT_ROLE && role != Qt::DecorationRole && role != Qt::Text… in data()
104 case SORT_ROLE: in data()
114 case SORT_ROLE: in data()
124 case SORT_ROLE: in data()
139 case SORT_ROLE: in data()
154 case SORT_ROLE: in data()
175 case SORT_ROLE: in data()
186 case SORT_ROLE: in data()
293 setSortRole(GamesModel::SORT_ROLE); in GamesProxyModel()
H A Dgamesmodel.h26 static const int SORT_ROLE = Qt::UserRole + 1;
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/qml/
H A DProviderModel.cpp110 case SORT_ROLE: in data()
189 if (pRole == SORT_ROLE) in data()
H A DProviderModel.h55 SORT_ROLE, enumerator
H A DProviderCategoryFilterModel.cpp167 setSortRole(pEnabled ? ProviderModel::SORT_ROLE : ProviderModel::SHORTNAME); in sortByCategoryFirst()
/dports/graphics/yacreader/yacreader-9.8.2/YACReaderLibrary/comic_vine/model/
H A Dvolumes_model.h49 SORT_ROLE = Qt::UserRole enumerator
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/
H A Dreports.py66 SORT_ROLE = Qt.ItemDataRole.UserRole + 1 variable
74 self.setSortRole(SORT_ROLE)
261 if role == SORT_ROLE:
447 if role == SORT_ROLE:
548 if role == SORT_ROLE:
716 if role == SORT_ROLE:
807 if role == SORT_ROLE:
978 if role == SORT_ROLE:
1020 self.setSortRole(SORT_ROLE)
1198 if role == SORT_ROLE:
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/models/
H A Dsvnitemmodel.h41 #define SORT_ROLE Qt::UserRole+1 macro
H A Dsvnitemmodel.cpp238 case SORT_ROLE: in data()
/dports/devel/eric6/eric6-21.11/eric/eric6/Debugger/
H A DVariablesViewer.py29 SORT_ROLE = Qt.ItemDataRole.UserRole variable
656 Qt.ItemDataRole.DisplayRole, SORT_ROLE, Qt.ItemDataRole.EditRole
661 if role == SORT_ROLE:
879 self.setSortRole(SORT_ROLE)
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/test/qt/ui/qml/
H A Dtest_ProviderCategoryFilterModel.cpp132 QCOMPARE(mModel->sortRole(), ProviderModel::SORT_ROLE); in test_SortByCategoryFirst()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dfoldernavigationwidget.cpp80 const int SORT_ROLE = Qt::UserRole + 2; variable
457 return combo->itemData(index, SORT_ROLE).toInt() < directory.sortValue in itemLessThan()
458 || (combo->itemData(index, SORT_ROLE).toInt() == directory.sortValue in itemLessThan()
479 m_rootSelector->setItemData(index, directory.sortValue, SORT_ROLE); in insertRootDirectory()
/dports/devel/kdesvn/kdesvn-2.1.0/src/svnfrontend/
H A Dmaintreewidget.cpp122 m_Data->m_SortModel->setSortRole(SORT_ROLE); in MainTreeWidget()
132 m_Data->m_DirSortModel->setSortRole(SORT_ROLE); in MainTreeWidget()
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python3/
H A Deric6.api855 eric6.Debugger.VariablesViewer.SORT_ROLE?7