42 #ifndef QLISTWIDGET_P_H 43 #define QLISTWIDGET_P_H 55 #include <QtCore/qabstractitemmodel.h> 56 #include <QtGui/qabstractitemview.h> 57 #include <QtGui/qlistwidget.h> 59 #include <private/qlistview_p.h> 60 #include <private/qwidgetitemdata_p.h> 62 #ifndef QT_NO_LISTWIDGET 93 void move(
int srcRow,
int dstRow);
108 Qt::ItemFlags flags(
const QModelIndex &index)
const;
126 #ifndef QT_NO_DRAGANDDROP 129 Qt::DropActions supportedDropActions()
const;
151 void _q_emitItemDoubleClicked(
const QModelIndex &index);
152 void _q_emitItemActivated(
const QModelIndex &index);
173 #endif // QT_NO_LISTWIDGET 175 #endif // QLISTWIDGET_P_H The QVariant class acts like a union for the most common Qt data types.
T qobject_cast(QObject *object)
#define QT_END_NAMESPACE
This macro expands to.
#define at(className, varName)
static void clear(QVariant::Private *d)
The QAbstractListModel class provides an abstract model that can be subclassed to create one-dimensio...
Q_CORE_EXPORT QTextStream & right(QTextStream &s)
#define QT_BEGIN_NAMESPACE
This macro expands to.
static void sort(T *array, int count, LessThan lessThan)
static bool setData(const QByteArray &data, STGMEDIUM *pmedium)
QList< QListWidgetItem * > items
The QStringList class provides a list of strings.
bool operator()(QListWidgetItem *i1, QListWidgetItem *i2) const
static const char * data(const QByteArray &arr)
The QMimeData class provides a container for data that records information about its MIME type...
QModelIndexList cachedIndexes
The QList::iterator class provides an STL-style non-const iterator for QList and QQueue.
#define Q_DECLARE_PUBLIC(Class)
bool operator()(QListWidgetItem *i1, QListWidgetItem *i2) const
The QModelIndex class is used to locate data in a data model.
#define Q_AUTOTEST_EXPORT
static const KeyPair *const end
Q_CORE_EXPORT QTextStream & left(QTextStream &s)
The QMap class is a template class that provides a skip-list-based dictionary.