![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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< std::pair< QString, QString > > | getModelDataValues (const QaimModel &model) |
Public Attributes | |
QList< int > | indexes |
bool | valid |
Definition at line 102 of file viewtestutils_p.h.
QQuickViewTestUtils::ListRange::ListRange | ( | ) |
Definition at line 268 of file viewtestutils.cpp.
References valid.
QQuickViewTestUtils::ListRange::ListRange | ( | const ListRange & | other | ) |
Definition at line 273 of file viewtestutils.cpp.
References valid.
Referenced by operator+().
QQuickViewTestUtils::ListRange::ListRange | ( | int | start, |
int | end ) |
Definition at line 279 of file viewtestutils.cpp.
References valid.
QQuickViewTestUtils::ListRange::~ListRange | ( | ) |
Definition at line 286 of file viewtestutils.cpp.
int QQuickViewTestUtils::ListRange::count | ( | ) | const |
Definition at line 315 of file viewtestutils.cpp.
QList< std::pair< QString, QString > > QQuickViewTestUtils::ListRange::getModelDataValues | ( | const QaimModel & | model | ) |
Definition at line 320 of file viewtestutils.cpp.
bool QQuickViewTestUtils::ListRange::isValid | ( | ) | const |
Definition at line 310 of file viewtestutils.cpp.
References valid.
bool QQuickViewTestUtils::ListRange::operator!= | ( | const ListRange & | other | ) | const |
Definition at line 305 of file viewtestutils.cpp.
References operator==().
QQuickViewTestUtils::ListRange QQuickViewTestUtils::ListRange::operator+ | ( | const ListRange & | other | ) | const |
Definition at line 290 of file viewtestutils.cpp.
References ListRange(), and operator==().
bool QQuickViewTestUtils::ListRange::operator== | ( | const ListRange & | other | ) | const |
Definition at line 299 of file viewtestutils.cpp.
Referenced by operator!=(), and operator+().
QList<int> QQuickViewTestUtils::ListRange::indexes |
Definition at line 120 of file viewtestutils_p.h.
bool QQuickViewTestUtils::ListRange::valid |
Definition at line 121 of file viewtestutils_p.h.
Referenced by ListRange(), ListRange(), ListRange(), and isValid().