Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
itemviewfindwidget.cpp File Reference

(34ce4eccbe4f645c25181984435fe65b0b028eb0)

#include "itemviewfindwidget_p.h"
#include <QtWidgets/QAbstractItemView>
#include <QtWidgets/QCheckBox>
#include <QtWidgets/QTreeView>
#include <QtCore/QRegularExpression>
#include <algorithm>
+ Include dependency graph for itemviewfindwidget.cpp:

Go to the source code of this file.

Functions

static bool indexLessThan (const QModelIndex &a, const QModelIndex &b)
 
static bool skipForward (const QAbstractItemModel *model, QModelIndex &parent, int &row, int &column)
 
static bool skipBackward (const QAbstractItemModel *model, QModelIndex &parent, int &row, int &column)
 

Function Documentation

◆ indexLessThan()

static bool indexLessThan ( const QModelIndex & a,
const QModelIndex & b )
static

Definition at line 88 of file itemviewfindwidget.cpp.

◆ skipBackward()

static bool skipBackward ( const QAbstractItemModel * model,
QModelIndex & parent,
int & row,
int & column )
inlinestatic

Definition at line 219 of file itemviewfindwidget.cpp.

◆ skipForward()

static bool skipForward ( const QAbstractItemModel * model,
QModelIndex & parent,
int & row,
int & column )
inlinestatic

Definition at line 190 of file itemviewfindwidget.cpp.