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
QQuickTableViewPrivate::EdgeRange Class Reference

#include <qquicktableview_p_p.h>

+ Collaboration diagram for QQuickTableViewPrivate::EdgeRange:

Public Member Functions

 EdgeRange ()
 
bool containsIndex (Qt::Edge edge, int index)
 

Public Attributes

int startIndex
 
int endIndex
 
qreal size
 

Detailed Description

Definition at line 220 of file qquicktableview_p_p.h.

Constructor & Destructor Documentation

◆ EdgeRange()

QQuickTableViewPrivate::EdgeRange::EdgeRange ( )

Definition at line 1508 of file qquicktableview.cpp.

Member Function Documentation

◆ containsIndex()

bool QQuickTableViewPrivate::EdgeRange::containsIndex ( Qt::Edge edge,
int index )

Member Data Documentation

◆ endIndex

int QQuickTableViewPrivate::EdgeRange::endIndex

Definition at line 226 of file qquicktableview_p_p.h.

Referenced by QQuickTableViewPrivate::nextVisibleEdgeIndex().

◆ size

qreal QQuickTableViewPrivate::EdgeRange::size

◆ startIndex

int QQuickTableViewPrivate::EdgeRange::startIndex

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