Go to the source code of this file.
|
template<class ObjectType > |
bool | swift::gui::models::Private::compareForModelSort (const ObjectType &a, const ObjectType &b, Qt::SortOrder order, const swift::misc::CPropertyIndex &index, const swift::misc::CPropertyIndexList &tieBreakers, std::true_type) |
| Sort with compare function.
|
|
template<typename ObjectType > |
bool | swift::gui::models::Private::compareForModelSort (const ObjectType &a, const ObjectType &b, Qt::SortOrder order, const swift::misc::CPropertyIndex &index, const swift::misc::CPropertyIndexList &tieBreakers, std::false_type) |
| Sort without compare function.
|
|