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
QItemSelectionRangeRefCache Struct Reference
Collaboration diagram for QItemSelectionRangeRefCache:

Public Member Functions

 QItemSelectionRangeRefCache (const QItemSelectionRange &range)
void invalidate ()
bool contains (int row, int column, const QModelIndex &parentIndex)
void populate ()
const QModelIndexparent ()
int bottom () const
int right () const
 QItemSelectionRangeRefCache (const QItemSelectionRange &range)
void invalidate ()
bool contains (int row, int column, const QModelIndex &parentIndex)
void populate ()
const QModelIndexparent ()
int bottom () const
int right () const

Detailed Description

Definition at line 23 of file qitemselectionmodel.cpp.

Constructor & Destructor Documentation

◆ QItemSelectionRangeRefCache() [1/2]

QItemSelectionRangeRefCache::QItemSelectionRangeRefCache ( const QItemSelectionRange & range)
inline

Definition at line 25 of file qitemselectionmodel.cpp.

◆ QItemSelectionRangeRefCache() [2/2]

QItemSelectionRangeRefCache::QItemSelectionRangeRefCache ( const QItemSelectionRange & range)
inline

Definition at line 25 of file qitemselectionmodel.cpp.

Member Function Documentation

◆ bottom() [1/2]

int QItemSelectionRangeRefCache::bottom ( ) const
inline

Definition at line 52 of file qitemselectionmodel.cpp.

◆ bottom() [2/2]

int QItemSelectionRangeRefCache::bottom ( ) const
inline

Definition at line 52 of file qitemselectionmodel.cpp.

◆ contains() [1/2]

bool QItemSelectionRangeRefCache::contains ( int row,
int column,
const QModelIndex & parentIndex )
inline

Definition at line 29 of file qitemselectionmodel.cpp.

◆ contains() [2/2]

bool QItemSelectionRangeRefCache::contains ( int row,
int column,
const QModelIndex & parentIndex )
inline

Definition at line 29 of file qitemselectionmodel.cpp.

◆ invalidate() [1/2]

void QItemSelectionRangeRefCache::invalidate ( )
inline

Definition at line 28 of file qitemselectionmodel.cpp.

◆ invalidate() [2/2]

void QItemSelectionRangeRefCache::invalidate ( )
inline

Definition at line 28 of file qitemselectionmodel.cpp.

◆ parent() [1/2]

const QModelIndex & QItemSelectionRangeRefCache::parent ( )
inline

Definition at line 45 of file qitemselectionmodel.cpp.

◆ parent() [2/2]

const QModelIndex & QItemSelectionRangeRefCache::parent ( )
inline

Definition at line 45 of file qitemselectionmodel.cpp.

◆ populate() [1/2]

void QItemSelectionRangeRefCache::populate ( )
inline

Definition at line 36 of file qitemselectionmodel.cpp.

◆ populate() [2/2]

void QItemSelectionRangeRefCache::populate ( )
inline

Definition at line 36 of file qitemselectionmodel.cpp.

◆ right() [1/2]

int QItemSelectionRangeRefCache::right ( ) const
inline

Definition at line 53 of file qitemselectionmodel.cpp.

◆ right() [2/2]

int QItemSelectionRangeRefCache::right ( ) const
inline

Definition at line 53 of file qitemselectionmodel.cpp.


The documentation for this struct was generated from the following file: