25 name_left = name_left.
toLower();
26 name_right = name_right.
toLower();
63 return mSortMechanism;
SearchOptions mSearchOptions
virtual bool checkRowRecursion(int sourceRow, const QModelIndex &sourceParent, int startIndex, int endIndex, int offset=0) const
void setSortMechanism(gui_utility::mSortMechanism sortMechanism)
void startSearch(QString text, int options) override
gui_utility::mSortMechanism sortMechanism()
bool lessThan(const QModelIndex &source_left, const QModelIndex &source_right) const override
bool filterAcceptsRow(int source_row, const QModelIndex &source_parent) const override
SelectionTreeProxyModel(QObject *parent=nullptr)
int compare(mSortMechanism mechanism, QString a, QString b)
QVariant data(int role) const const
void setPatternOptions(QRegularExpression::PatternOptions options)
Qt::SortOrder sortOrder() const const
QString toLower() const const
bool toBool() const const
QString toString() const const