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
qitemselectionmodel.h File Reference

(7fee5f840fe6e968cb30a3ee8a17a170364be409)

#include <QtCore/qglobal.h>
#include <QtCore/qabstractitemmodel.h>
#include <QtCore/qlist.h>
#include <QtCore/qset.h>
Include dependency graph for qitemselectionmodel.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QItemSelectionRange
 \inmodule QtCore More...
class  QItemSelectionModel
 \inmodule QtCore More...
class  QItemSelection
 \inmodule QtCore More...

Functions

 QT_REQUIRE_CONFIG (itemmodel)
 Q_DECLARE_TYPEINFO (QItemSelectionRange, Q_RELOCATABLE_TYPE)
Q_CORE_EXPORT QDebug operator<< (QDebug, const QItemSelectionRange &)

Function Documentation

◆ operator<<()

QDebug operator<< ( QDebug dbg,
const QItemSelectionRange & range )

Definition at line 2038 of file qitemselectionmodel.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QItemSelectionRange ,
Q_RELOCATABLE_TYPE  )

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( itemmodel )