Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlPersistentModelIndexValueType Struct Reference

#include <qqmlmodelindexvaluetype_p.h>

+ Collaboration diagram for QQmlPersistentModelIndexValueType:

Public Member Functions

Q_INVOKABLE QString toString () const
 
int row () const
 
int column () const
 
QModelIndex parent () const
 
bool isValid () const
 
QAbstractItemModelmodel () const
 
quint64 internalId () const
 
 operator QPersistentModelIndex () const
 

Public Attributes

QPersistentModelIndex v
 

Properties

int row
 
int column
 
QModelIndex parent
 
bool valid
 
QAbstractItemModelmodel
 
quint64 internalId
 

Detailed Description

Definition at line 61 of file qqmlmodelindexvaluetype_p.h.

Member Function Documentation

◆ column()

int QQmlPersistentModelIndexValueType::column ( ) const
inline

Definition at line 82 of file qqmlmodelindexvaluetype_p.h.

◆ internalId()

quint64 QQmlPersistentModelIndexValueType::internalId ( ) const
inline

Definition at line 86 of file qqmlmodelindexvaluetype_p.h.

◆ isValid()

bool QQmlPersistentModelIndexValueType::isValid ( ) const
inline

Definition at line 84 of file qqmlmodelindexvaluetype_p.h.

◆ model()

QAbstractItemModel * QQmlPersistentModelIndexValueType::model ( ) const
inline

Definition at line 85 of file qqmlmodelindexvaluetype_p.h.

◆ operator QPersistentModelIndex()

QQmlPersistentModelIndexValueType::operator QPersistentModelIndex ( ) const
inline

Definition at line 88 of file qqmlmodelindexvaluetype_p.h.

References v.

◆ parent()

QModelIndex QQmlPersistentModelIndexValueType::parent ( ) const
inline

Definition at line 83 of file qqmlmodelindexvaluetype_p.h.

References QModelIndex::parent().

+ Here is the call graph for this function:

◆ row()

int QQmlPersistentModelIndexValueType::row ( ) const
inline

Definition at line 81 of file qqmlmodelindexvaluetype_p.h.

◆ toString()

Q_INVOKABLE QString QQmlPersistentModelIndexValueType::toString ( ) const
inline

Definition at line 78 of file qqmlmodelindexvaluetype_p.h.

References QQmlModelIndexValueType::propertiesString().

Referenced by QQmlItemSelectionRangeValueType::toString().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ v

QPersistentModelIndex QQmlPersistentModelIndexValueType::v

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.

Referenced by operator QPersistentModelIndex().

Property Documentation

◆ column

int QQmlPersistentModelIndexValueType::column
read

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.

◆ internalId

quint64 QQmlPersistentModelIndexValueType::internalId
read

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.

◆ model

QAbstractItemModel * QQmlPersistentModelIndexValueType::model
read

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.

◆ parent

QModelIndex QQmlPersistentModelIndexValueType::parent
read

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.

◆ row

int QQmlPersistentModelIndexValueType::row
read

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.

◆ valid

bool QQmlPersistentModelIndexValueType::valid
read

Definition at line 63 of file qqmlmodelindexvaluetype_p.h.


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