![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qabstractitemmodel_p.h>
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 |
Definition at line 43 of file qabstractitemmodel_p.h.
|
inline |
Definition at line 46 of file qabstractitemmodel_p.h.
|
inline |
Definition at line 47 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 53 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 51 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 49 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 52 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 50 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 48 of file qabstractitemmodel_p.h.
|
friend |
Definition at line 54 of file qabstractitemmodel_p.h.
| QModelIndex QtPrivate::QModelIndexWrapper::index |
Definition at line 45 of file qabstractitemmodel_p.h.