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
QQuickViewTestUtils::ListRange Class Reference

#include <viewtestutils_p.h>

Collaboration diagram for QQuickViewTestUtils::ListRange:

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

Detailed Description

Definition at line 102 of file viewtestutils_p.h.

Constructor & Destructor Documentation

◆ ListRange() [1/3]

QQuickViewTestUtils::ListRange::ListRange ( )

Definition at line 268 of file viewtestutils.cpp.

References valid.

◆ ListRange() [2/3]

QQuickViewTestUtils::ListRange::ListRange ( const ListRange & other)

Definition at line 273 of file viewtestutils.cpp.

References valid.

Referenced by operator+().

Here is the caller graph for this function:

◆ ListRange() [3/3]

QQuickViewTestUtils::ListRange::ListRange ( int start,
int end )

Definition at line 279 of file viewtestutils.cpp.

References valid.

◆ ~ListRange()

QQuickViewTestUtils::ListRange::~ListRange ( )

Definition at line 286 of file viewtestutils.cpp.

Member Function Documentation

◆ count()

int QQuickViewTestUtils::ListRange::count ( ) const

Definition at line 315 of file viewtestutils.cpp.

◆ getModelDataValues()

QList< std::pair< QString, QString > > QQuickViewTestUtils::ListRange::getModelDataValues ( const QaimModel & model)

Definition at line 320 of file viewtestutils.cpp.

◆ isValid()

bool QQuickViewTestUtils::ListRange::isValid ( ) const

Definition at line 310 of file viewtestutils.cpp.

References valid.

◆ operator!=()

bool QQuickViewTestUtils::ListRange::operator!= ( const ListRange & other) const

Definition at line 305 of file viewtestutils.cpp.

References operator==().

Here is the call graph for this function:

◆ operator+()

QQuickViewTestUtils::ListRange QQuickViewTestUtils::ListRange::operator+ ( const ListRange & other) const

Definition at line 290 of file viewtestutils.cpp.

References ListRange(), and operator==().

Here is the call graph for this function:

◆ operator==()

bool QQuickViewTestUtils::ListRange::operator== ( const ListRange & other) const

Definition at line 299 of file viewtestutils.cpp.

Referenced by operator!=(), and operator+().

Here is the caller graph for this function:

Member Data Documentation

◆ indexes

QList<int> QQuickViewTestUtils::ListRange::indexes

Definition at line 120 of file viewtestutils_p.h.

◆ valid

bool QQuickViewTestUtils::ListRange::valid

Definition at line 121 of file viewtestutils_p.h.

Referenced by ListRange(), ListRange(), ListRange(), and isValid().


The documentation for this class was generated from the following files: