Definition at line 365 of file qabstractitemmodel.h.
|
| QAbstractListModel (QObject *parent=0) |
|
| ~QAbstractListModel () |
|
QModelIndex | index (int row, int column=0, const QModelIndex &parent=QModelIndex()) const |
|
bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) |
|
| QAbstractItemModel (QObject *parent=0) |
|
virtual | ~QAbstractItemModel () |
|
bool | hasIndex (int row, int column, const QModelIndex &parent=QModelIndex()) const |
|
QModelIndex | sibling (int row, int column, const QModelIndex &idx) const |
|
virtual int | rowCount (const QModelIndex &parent=QModelIndex()) const =0 |
|
virtual QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const =0 |
|
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
|
virtual bool | setHeaderData (int section, Qt::Orientation orientation, const QVariant &value, int role=Qt::EditRole) |
|
virtual QMap< int, QVariant > | itemData (const QModelIndex &index) const |
|
virtual bool | setItemData (const QModelIndex &index, const QMap< int, QVariant > &roles) |
|
virtual QStringList | mimeTypes () const |
|
virtual QMimeData * | mimeData (const QModelIndexList &indexes) const |
|
virtual Qt::DropActions | supportedDropActions () const |
|
Qt::DropActions | supportedDragActions () const |
|
void | setSupportedDragActions (Qt::DropActions) |
|
virtual bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
virtual bool | insertColumns (int column, int count, const QModelIndex &parent=QModelIndex()) |
|
virtual bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
virtual bool | removeColumns (int column, int count, const QModelIndex &parent=QModelIndex()) |
|
bool | insertRow (int row, const QModelIndex &parent=QModelIndex()) |
|
bool | insertColumn (int column, const QModelIndex &parent=QModelIndex()) |
|
bool | removeRow (int row, const QModelIndex &parent=QModelIndex()) |
|
bool | removeColumn (int column, const QModelIndex &parent=QModelIndex()) |
|
virtual void | fetchMore (const QModelIndex &parent) |
|
virtual bool | canFetchMore (const QModelIndex &parent) const |
|
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
|
virtual void | sort (int column, Qt::SortOrder order=Qt::AscendingOrder) |
|
virtual QModelIndex | buddy (const QModelIndex &index) const |
|
virtual QModelIndexList | match (const QModelIndex &start, int role, const QVariant &value, int hits=1, Qt::MatchFlags flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const |
|
virtual QSize | span (const QModelIndex &index) const |
|
const QHash< int, QByteArray > & | roleNames () const |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | event (QEvent *) |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
| QAbstractListModel (QAbstractItemModelPrivate &dd, QObject *parent) |
|
| QAbstractItemModel (QAbstractItemModelPrivate &dd, QObject *parent=0) |
|
QModelIndex | createIndex (int row, int column, void *data=0) const |
|
QModelIndex | createIndex (int row, int column, int id) const |
|
QModelIndex | createIndex (int row, int column, quint32 id) const |
|
void | encodeData (const QModelIndexList &indexes, QDataStream &stream) const |
|
bool | decodeData (int row, int column, const QModelIndex &parent, QDataStream &stream) |
|
void | beginInsertRows (const QModelIndex &parent, int first, int last) |
|
void | endInsertRows () |
|
void | beginRemoveRows (const QModelIndex &parent, int first, int last) |
|
void | endRemoveRows () |
|
bool | beginMoveRows (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationRow) |
|
void | endMoveRows () |
|
void | beginInsertColumns (const QModelIndex &parent, int first, int last) |
|
void | endInsertColumns () |
|
void | beginRemoveColumns (const QModelIndex &parent, int first, int last) |
|
void | endRemoveColumns () |
|
bool | beginMoveColumns (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationColumn) |
|
void | endMoveColumns () |
|
void | reset () |
|
void | beginResetModel () |
|
void | endResetModel () |
|
void | changePersistentIndex (const QModelIndex &from, const QModelIndex &to) |
|
void | changePersistentIndexList (const QModelIndexList &from, const QModelIndexList &to) |
|
QModelIndexList | persistentIndexList () const |
|
void | setRoleNames (const QHash< int, QByteArray > &roleNames) |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
int | receivers (const char *signal) const |
|
virtual void | timerEvent (QTimerEvent *) |
|
virtual void | childEvent (QChildEvent *) |
|
virtual void | customEvent (QEvent *) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | disconnectNotify (const char *signal) |
|
| QObject (QObjectPrivate &dd, QObject *parent=0) |
|