|
void | _q_sourceColumnsAboutToBeInserted (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceColumnsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
|
void | _q_sourceColumnsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceColumnsInserted (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceColumnsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
|
void | _q_sourceColumnsRemoved (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceDataChanged (const QModelIndex &topLeft, const QModelIndex &bottomRight) |
|
void | _q_sourceHeaderDataChanged (Qt::Orientation orientation, int first, int last) |
|
void | _q_sourceLayoutAboutToBeChanged () |
|
void | _q_sourceLayoutChanged () |
|
void | _q_sourceModelAboutToBeReset () |
|
void | _q_sourceModelReset () |
|
void | _q_sourceRowsAboutToBeInserted (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceRowsAboutToBeMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
|
void | _q_sourceRowsAboutToBeRemoved (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceRowsInserted (const QModelIndex &parent, int start, int end) |
|
void | _q_sourceRowsMoved (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destParent, int dest) |
|
void | _q_sourceRowsRemoved (const QModelIndex &parent, int start, int end) |
|
| QIdentityProxyModelPrivate () |
|
|
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
|
virtual void | _q_sourceModelDestroyed () |
|
| QAbstractProxyModelPrivate () |
|
bool | allowMove (const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) |
| Returns whether a move operation is valid. More...
|
|
void | columnsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
|
void | columnsAboutToBeRemoved (const QModelIndex &parent, int first, int last) |
|
void | columnsInserted (const QModelIndex &parent, int first, int last) |
|
void | columnsRemoved (const QModelIndex &parent, int first, int last) |
|
QModelIndex | createIndex (int row, int column, void *data=0) const |
|
QModelIndex | createIndex (int row, int column, int id) const |
|
bool | indexValid (const QModelIndex &index) const |
|
void | invalidatePersistentIndex (const QModelIndex &index) |
|
void | invalidatePersistentIndexes () |
|
void | itemsAboutToBeMoved (const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation) |
|
void | itemsMoved (const QModelIndex &srcParent, int srcFirst, int srcLast, const QModelIndex &destinationParent, int destinationChild, Qt::Orientation orientation) |
|
void | movePersistentIndexes (QVector< QPersistentModelIndexData *> indexes, int change, const QModelIndex &parent, Qt::Orientation orientation) |
| Moves persistent indexes indexes by amount change. More...
|
|
| QAbstractItemModelPrivate () |
|
void | removePersistentIndexData (QPersistentModelIndexData *data) |
|
void | rowsAboutToBeInserted (const QModelIndex &parent, int first, int last) |
|
void | rowsAboutToBeRemoved (const QModelIndex &parent, int first, int last) |
|
void | rowsInserted (const QModelIndex &parent, int first, int last) |
|
void | rowsRemoved (const QModelIndex &parent, int first, int last) |
|
void | _q_reregisterTimers (void *pointer) |
|
void | addConnection (int signal, Connection *c) |
|
void | cleanConnectionLists () |
|
void | connectNotify (const char *signal) |
|
void | deleteChildren () |
|
void | disconnectNotify (const char *signal) |
|
bool | isSender (const QObject *receiver, const char *signal) const |
|
bool | isSignalConnected (uint signalIdx) const |
| Returns true if the signal with index signal_index from object sender is connected. More...
|
|
void | moveToThread_helper () |
|
| QObjectPrivate (int version=QObjectPrivateVersion) |
|
QObjectList | receiverList (const char *signal) const |
|
QObjectList | senderList () const |
|
void | setParent_helper (QObject *) |
|
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
|
int | signalIndex (const char *signalName) const |
| Returns the signal index used in the internal connectionLists vector. More...
|
|
virtual | ~QObjectPrivate () |
|
virtual | ~QObjectData ()=0 |
|
static const QHash< int, QByteArray > & | defaultRoleNames () |
|
static QAbstractItemModel * | staticEmptyModel () |
|
static bool | variantLessThan (const QVariant &v1, const QVariant &v2) |
| This function is used by our Q{Tree,Widget,Table}WidgetModel classes to sort. More...
|
|
static void | clearGuards (QObject *) |
|
static QObjectPrivate * | get (QObject *o) |
|
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
|
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
|
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
|
QAbstractItemModel * | model |
|
QStack< Change > | changes |
|
struct QAbstractItemModelPrivate::Persistent | persistent |
|
QHash< int, QByteArray > | roleNames |
|
Qt::DropActions | supportedDragActions |
|
union { |
QObject * currentChildBeingDeleted |
|
QAbstractDeclarativeData * declarativeData |
|
}; | |
|
quint32 | connectedSignals [2] |
|
QObjectConnectionListVector * | connectionLists |
|
Sender * | currentSender |
|
QList< QPointer< QObject > > | eventFilters |
|
ExtraData * | extraData |
|
QString | objectName |
|
Connection * | senders |
|
QAtomicPointer< QtSharedPointer::ExternalRefCountData > | sharedRefcount |
|
QThreadData * | threadData |
|
void * | unused |
|
uint | blockSig: 1 |
|
QObjectList | children |
|
uint | hasGuards: 1 |
|
uint | inEventHandler: 1 |
|
uint | inThreadChangeEvent: 1 |
|
uint | isWidget: 1 |
|
QMetaObject * | metaObject |
|
uint | ownObjectName: 1 |
|
QObject * | parent |
|
uint | pendTimer: 1 |
|
int | postedEvents |
|
QObject * | q_ptr |
|
uint | receiveChildEvents: 1 |
|
uint | sendChildEvents: 1 |
|
uint | unused: 22 |
|
uint | wasDeleted: 1 |
|
Definition at line 51 of file qidentityproxymodel.cpp.