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
QQmlPersistentModelIndexValueType Struct Reference

#include <qqmlmodelindexvaluetype_p.h>

+ Collaboration diagram for QQmlPersistentModelIndexValueType:

Public Member Functions

Q_INVOKABLE QString toString () const
 

Public Attributes

QPersistentModelIndex v
 

Properties

int row
 
int column
 
QModelIndex parent
 
bool valid
 
QAbstractItemModelmodel
 
quint64 internalId
 

Detailed Description

Definition at line 64 of file qqmlmodelindexvaluetype_p.h.

Member Function Documentation

◆ toString()

Q_INVOKABLE QString QQmlPersistentModelIndexValueType::toString ( ) const
inline

Definition at line 81 of file qqmlmodelindexvaluetype_p.h.

Referenced by QQmlItemSelectionRangeValueType::toString().

+ Here is the caller graph for this function:

Member Data Documentation

◆ v

QPersistentModelIndex QQmlPersistentModelIndexValueType::v

Definition at line 66 of file qqmlmodelindexvaluetype_p.h.

Property Documentation

◆ column

int QQmlPersistentModelIndexValueType::column
read

Definition at line 69 of file qqmlmodelindexvaluetype_p.h.

◆ internalId

quint64 QQmlPersistentModelIndexValueType::internalId
read

Definition at line 73 of file qqmlmodelindexvaluetype_p.h.

◆ model

QAbstractItemModel * QQmlPersistentModelIndexValueType::model
read

Definition at line 72 of file qqmlmodelindexvaluetype_p.h.

◆ parent

QModelIndex QQmlPersistentModelIndexValueType::parent
read

Definition at line 70 of file qqmlmodelindexvaluetype_p.h.

◆ row

int QQmlPersistentModelIndexValueType::row
read

Definition at line 68 of file qqmlmodelindexvaluetype_p.h.

◆ valid

bool QQmlPersistentModelIndexValueType::valid
read

Definition at line 71 of file qqmlmodelindexvaluetype_p.h.


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