![]() |
Qt 4.8
|
Public Functions | |
| void | clearCache () |
| Reimplemented Function More... | |
| void | clearChanges () |
| void | clearEditBuffer () |
| int | nameToIndex (const QString &name) const |
| QSqlRelationalTableModelPrivate () | |
| QString | relationField (const QString &tableName, const QString &fieldName) const |
| void | revertCachedRow (int row) |
| void | translateFieldNames (int row, QSqlRecord &values) const |
Public Functions inherited from QSqlTableModelPrivate | |
| void | clear () |
| bool | exec (const QString &stmt, bool prepStatement, const QSqlRecord &rec, const QSqlRecord &whereValues) |
| void | initRecordAndPrimaryIndex () |
| QSqlRecord | primaryValues (int index) |
| QSqlTableModelPrivate () | |
| QSqlRecord | record (const QVector< QVariant > &values) const |
| Populates our record with values. More... | |
| void | revertInsertedRow () |
| bool | setRecord (int row, const QSqlRecord &record) |
| Set a record for OnFieldChange and OnRowChange. More... | |
Public Functions inherited from QSqlQueryModelPrivate | |
| void | initColOffsets (int size) |
| void | prefetch (int) |
| QSqlQueryModelPrivate () | |
| ~QSqlQueryModelPrivate () | |
Public Functions inherited from QAbstractItemModelPrivate | |
| 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) |
Public Functions inherited from QObjectPrivate | |
| 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 () |
Public Functions inherited from QObjectData | |
| virtual | ~QObjectData ()=0 |
Additional Inherited Members | |
Public Types inherited from QSqlTableModelPrivate | |
| typedef QMap< int, ModifiedRow > | CacheMap |
| enum | Op { None, Insert, Update, Delete } |
Public Types inherited from QObjectPrivate | |
| typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QSqlTableModelPrivate | |
| static void | clearGenerated (QSqlRecord &rec) |
| static void | setGeneratedValue (QSqlRecord &rec, int c, QVariant v) |
Static Public Functions inherited from QAbstractItemModelPrivate | |
| 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 Public Functions inherited from QObjectPrivate | |
| 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) |
Definition at line 275 of file qsqlrelationaltablemodel.cpp.
|
inline |
Definition at line 279 of file qsqlrelationaltablemodel.cpp.
|
virtual |
Reimplemented Function
Reimplemented from QSqlTableModelPrivate.
Definition at line 339 of file qsqlrelationaltablemodel.cpp.
| void QSqlRelationalTableModelPrivate::clearChanges | ( | ) |
Definition at line 309 of file qsqlrelationaltablemodel.cpp.
|
virtual |
Reimplemented from QSqlTableModelPrivate.
Definition at line 330 of file qsqlrelationaltablemodel.cpp.
|
virtual |
Reimplemented from QSqlTableModelPrivate.
Definition at line 322 of file qsqlrelationaltablemodel.cpp.
| QString QSqlRelationalTableModelPrivate::relationField | ( | const QString & | tableName, |
| const QString & | fieldName | ||
| ) | const |
Definition at line 558 of file qsqlrelationaltablemodel.cpp.
|
virtual |
Reimplemented from QSqlTableModelPrivate.
Definition at line 317 of file qsqlrelationaltablemodel.cpp.
| void QSqlRelationalTableModelPrivate::translateFieldNames | ( | int | row, |
| QSqlRecord & | values | ||
| ) | const |
Definition at line 796 of file qsqlrelationaltablemodel.cpp.
| QSqlRecord QSqlRelationalTableModelPrivate::baseRec |
Definition at line 287 of file qsqlrelationaltablemodel.cpp.
| QSqlRelationalTableModel::JoinMode QSqlRelationalTableModelPrivate::joinMode |
Definition at line 294 of file qsqlrelationaltablemodel.cpp.
Definition at line 286 of file qsqlrelationaltablemodel.cpp.