#include <QtCore/qvariant.h>
#include <QtCore/qobject.h>
#include <QtCore/qhash.h>
Go to the source code of this file.
◆ QModelIndexList
◆ operator<<() [1/2]
Definition at line 465 of file qabstractitemmodel.cpp.
Referenced by qHash().
467 #ifndef Q_BROKEN_DEBUG_STREAM 468 dbg.nospace() <<
"QModelIndex(" << idx.row() <<
',' << idx.column()
469 <<
',' << idx.internalPointer() <<
',' << idx.model() <<
')';
472 qWarning(
"This compiler doesn't support streaming QModelIndex to QDebug");
Q_CORE_EXPORT void qWarning(const char *,...)
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
◆ operator<<() [2/2]
◆ Q_DECLARE_TYPEINFO() [1/2]
◆ Q_DECLARE_TYPEINFO() [2/2]
◆ qHash() [1/2]
◆ qHash() [2/2]
Definition at line 407 of file qabstractitemmodel.h.
qint64 internalId() const
Returns a qint64 used by the model to associate the index with the internal data structure.
int row() const
Returns the row this model index refers to.
int column() const
Returns the column this model index refers to.