![]() |
Qt 6.x
The Qt SDK
|
#include <viewtestutils_p.h>
Public Member Functions | |
ListRange () | |
ListRange (const ListRange &other) | |
ListRange (int start, int end) | |
~ListRange () | |
ListRange | operator+ (const ListRange &other) const |
bool | operator== (const ListRange &other) const |
bool | operator!= (const ListRange &other) const |
bool | isValid () const |
int | count () const |
QList< QPair< QString, QString > > | getModelDataValues (const QaimModel &model) |
Public Attributes | |
QList< int > | indexes |
bool | valid |
Definition at line 104 of file viewtestutils_p.h.
QQuickViewTestUtils::ListRange::ListRange | ( | ) |
Definition at line 294 of file viewtestutils.cpp.
QQuickViewTestUtils::ListRange::ListRange | ( | const ListRange & | other | ) |
Definition at line 299 of file viewtestutils.cpp.
References indexes, and other().
QQuickViewTestUtils::ListRange::ListRange | ( | int | start, |
int | end | ||
) |
Definition at line 305 of file viewtestutils.cpp.
QQuickViewTestUtils::ListRange::~ListRange | ( | ) |
Definition at line 312 of file viewtestutils.cpp.
int QQuickViewTestUtils::ListRange::count | ( | ) | const |
Definition at line 341 of file viewtestutils.cpp.
QList< QPair< QString, QString > > QQuickViewTestUtils::ListRange::getModelDataValues | ( | const QaimModel & | model | ) |
Definition at line 346 of file viewtestutils.cpp.
References i, model, and qMakePair().
bool QQuickViewTestUtils::ListRange::isValid | ( | ) | const |
Definition at line 336 of file viewtestutils.cpp.
bool QQuickViewTestUtils::ListRange::operator!= | ( | const ListRange & | other | ) | const |
Definition at line 331 of file viewtestutils.cpp.
References other().
QQuickViewTestUtils::ListRange QQuickViewTestUtils::ListRange::operator+ | ( | const ListRange & | other | ) | const |
Definition at line 316 of file viewtestutils.cpp.
References other().
bool QQuickViewTestUtils::ListRange::operator== | ( | const ListRange & | other | ) | const |
Definition at line 325 of file viewtestutils.cpp.
References other().
QList<int> QQuickViewTestUtils::ListRange::indexes |
Definition at line 122 of file viewtestutils_p.h.
Referenced by ListRange(), and ListRange().
bool QQuickViewTestUtils::ListRange::valid |
Definition at line 123 of file viewtestutils_p.h.