Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qabstractitemview_p.h File Reference

(4a7c76d4a5365343178ea29c8a8e9b8d8acb89b5)

#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/qdebug.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 459 of file qabstractitemview_p.h.

References i, and item.

◆ QT_REQUIRE_CONFIG()

QT_REQUIRE_CONFIG ( itemviews )