Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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< QPair< QString, QString > > getModelDataValues (const QaimModel &model)
 

Public Attributes

QList< int > indexes
 
bool valid
 

Detailed Description

Definition at line 104 of file viewtestutils_p.h.

Constructor & Destructor Documentation

◆ ListRange() [1/3]

QQuickViewTestUtils::ListRange::ListRange ( )

Definition at line 294 of file viewtestutils.cpp.

◆ ListRange() [2/3]

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

Definition at line 299 of file viewtestutils.cpp.

References indexes, and other().

+ Here is the call graph for this function:

◆ ListRange() [3/3]

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

Definition at line 305 of file viewtestutils.cpp.

References i, and indexes.

◆ ~ListRange()

QQuickViewTestUtils::ListRange::~ListRange ( )

Definition at line 312 of file viewtestutils.cpp.

Member Function Documentation

◆ count()

int QQuickViewTestUtils::ListRange::count ( ) const

Definition at line 341 of file viewtestutils.cpp.

◆ getModelDataValues()

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

Definition at line 346 of file viewtestutils.cpp.

References QList< T >::append(), i, model, and qMakePair().

+ Here is the call graph for this function:

◆ isValid()

bool QQuickViewTestUtils::ListRange::isValid ( ) const

Definition at line 336 of file viewtestutils.cpp.

◆ operator!=()

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

Definition at line 331 of file viewtestutils.cpp.

References other().

+ Here is the call graph for this function:

◆ operator+()

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

Definition at line 316 of file viewtestutils.cpp.

References other().

+ Here is the call graph for this function:

◆ operator==()

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

Definition at line 325 of file viewtestutils.cpp.

References other().

+ Here is the call graph for this function:

Member Data Documentation

◆ indexes

QList<int> QQuickViewTestUtils::ListRange::indexes

Definition at line 122 of file viewtestutils_p.h.

Referenced by ListRange(), and ListRange().

◆ valid

bool QQuickViewTestUtils::ListRange::valid

Definition at line 123 of file viewtestutils_p.h.


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