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
QtPrivate::QModelIndexWrapper Struct Reference

#include <qabstractitemmodel_p.h>

+ Collaboration diagram for QtPrivate::QModelIndexWrapper:

Public Member Functions

Q_IMPLICIT QModelIndexWrapper (const QModelIndex &i)
 
Q_IMPLICIT operator QModelIndex () const
 

Public Attributes

QModelIndex index
 

Friends

bool operator== (const QModelIndexWrapper &l, const QModelIndexWrapper &r)
 
bool operator!= (const QModelIndexWrapper &l, const QModelIndexWrapper &r)
 
bool operator== (const QModelIndexWrapper &l, const QModelIndex &r)
 
bool operator!= (const QModelIndexWrapper &l, const QModelIndex &r)
 
bool operator== (const QModelIndex &l, const QModelIndexWrapper &r)
 
bool operator!= (const QModelIndex &l, const QModelIndexWrapper &r)
 
size_t qHash (const QtPrivate::QModelIndexWrapper &index, size_t seed=0) noexcept
 

Detailed Description

Definition at line 42 of file qabstractitemmodel_p.h.

Constructor & Destructor Documentation

◆ QModelIndexWrapper()

Q_IMPLICIT QtPrivate::QModelIndexWrapper::QModelIndexWrapper ( const QModelIndex & i)
inline

Definition at line 45 of file qabstractitemmodel_p.h.

Member Function Documentation

◆ operator QModelIndex()

Q_IMPLICIT QtPrivate::QModelIndexWrapper::operator QModelIndex ( ) const
inline

Definition at line 46 of file qabstractitemmodel_p.h.

Friends And Related Symbol Documentation

◆ operator!= [1/3]

bool operator!= ( const QModelIndex & l,
const QModelIndexWrapper & r )
friend

Definition at line 52 of file qabstractitemmodel_p.h.

◆ operator!= [2/3]

bool operator!= ( const QModelIndexWrapper & l,
const QModelIndex & r )
friend

Definition at line 50 of file qabstractitemmodel_p.h.

◆ operator!= [3/3]

bool operator!= ( const QModelIndexWrapper & l,
const QModelIndexWrapper & r )
friend

Definition at line 48 of file qabstractitemmodel_p.h.

◆ operator== [1/3]

bool operator== ( const QModelIndex & l,
const QModelIndexWrapper & r )
friend

Definition at line 51 of file qabstractitemmodel_p.h.

◆ operator== [2/3]

bool operator== ( const QModelIndexWrapper & l,
const QModelIndex & r )
friend

Definition at line 49 of file qabstractitemmodel_p.h.

◆ operator== [3/3]

bool operator== ( const QModelIndexWrapper & l,
const QModelIndexWrapper & r )
friend

Definition at line 47 of file qabstractitemmodel_p.h.

◆ qHash

size_t qHash ( const QtPrivate::QModelIndexWrapper & index,
size_t seed = 0 )
friend

Definition at line 53 of file qabstractitemmodel_p.h.

Member Data Documentation

◆ index

QModelIndex QtPrivate::QModelIndexWrapper::index

Definition at line 44 of file qabstractitemmodel_p.h.


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