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

(824c333aac9265fe457658d77c36b6f600fcf8e5)

#include <QtWidgets/private/qtwidgetsglobal_p.h>
#include "qabstractitemview.h"
#include "private/qabstractscrollarea_p.h"
#include "private/qabstractitemmodel_p.h"
#include "QtWidgets/qapplication.h"
#include "QtGui/qevent.h"
#include "QtCore/qmimedata.h"
#include "QtGui/qpainter.h"
#include "QtGui/qregion.h"
#include "QtCore/qbasictimer.h"
#include "QtCore/qelapsedtimer.h"
#include <QtCore/qpointer.h>
#include <array>
#include <qlist.h>
Include dependency graph for qabstractitemview_p.h:

Go to the source code of this file.

Classes

struct  QEditorInfo
struct  QItemViewPaintPair
class  QTypeInfo< QItemViewPaintPair >
class  QAbstractItemViewPrivate

Typedefs

typedef QHash< QWidget *, QPersistentModelIndexQEditorIndexHash
typedef QHash< QPersistentModelIndex, QEditorInfoQIndexEditorHash
typedef QList< QItemViewPaintPairQItemViewPaintPairs

Functions

 QT_REQUIRE_CONFIG (itemviews)
template<typename T>
QT_BEGIN_INCLUDE_NAMESPACE QT_END_INCLUDE_NAMESPACE int qBinarySearch (const QList< T > &vec, const T &item, int start, int end)

Typedef Documentation

◆ QEditorIndexHash

◆ QIndexEditorHash

◆ QItemViewPaintPairs

Function Documentation

◆ qBinarySearch()

template<typename T>
QT_BEGIN_INCLUDE_NAMESPACE QT_END_INCLUDE_NAMESPACE int qBinarySearch ( const QList< T > & vec,
const T & item,
int start,
int end )
inline

Definition at line 463 of file qabstractitemview_p.h.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( itemviews )