|
| QSqlTableModelProto (QObject *parent) |
|
bool | blockSignals (bool block) |
|
const QObjectList & | children () const |
|
Q_INVOKABLE void | clear () |
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
Q_INVOKABLE QVariant | data (const QModelIndex &idx, int role=Qt::DisplayRole) const |
|
Q_INVOKABLE QSqlDatabase | database () const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) const |
|
bool | disconnect (const QObject *receiver, const char *method) const |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
Q_INVOKABLE QSqlTableModel::EditStrategy | editStrategy () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
Q_INVOKABLE int | fieldIndex (const QString &fieldName) const |
|
Q_INVOKABLE QString | filter () const |
|
T | findChild (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QString &name, Qt::FindChildOptions options) const |
|
QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
|
Q_INVOKABLE Qt::ItemFlags | flags (const QModelIndex &index) const |
|
Q_INVOKABLE QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
|
bool | inherits (const char *className) const |
|
Q_INVOKABLE bool | insertRecord (int row, const QSqlRecord &record) |
|
Q_INVOKABLE bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
void | installEventFilter (QObject *filterObj) |
|
Q_INVOKABLE bool | isDirty () const |
|
Q_INVOKABLE bool | isDirty (const QModelIndex &index) const |
|
bool | isWidgetType () const |
|
bool | isWindowType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
QString | objectName () const |
|
void | objectNameChanged (const QString &objectName) |
|
QObject * | parent () const |
|
Q_INVOKABLE QSqlIndex | primaryKey () const |
|
QVariant | property (const char *name) const |
|
Q_INVOKABLE QSqlRecord | record () const |
|
Q_INVOKABLE QSqlRecord | record (int row) const |
|
Q_INVOKABLE bool | removeColumns (int column, int count, const QModelIndex &parent=QModelIndex()) |
|
void | removeEventFilter (QObject *obj) |
|
Q_INVOKABLE bool | removeRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
|
Q_INVOKABLE void | revertRow (int row) |
|
Q_INVOKABLE int | rowCount (const QModelIndex &parent=QModelIndex()) const |
|
Q_INVOKABLE bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
|
Q_INVOKABLE void | setEditStrategy (QSqlTableModel::EditStrategy strategy) |
|
Q_INVOKABLE void | setFilter (const QString &filter) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
Q_INVOKABLE bool | setRecord (int row, const QSqlRecord &record) |
|
Q_INVOKABLE void | setSort (int column, Qt::SortOrder order) |
|
Q_INVOKABLE void | setTable (const QString &tableName) |
|
bool | signalsBlocked () const |
|
Q_INVOKABLE void | sort (int column, Qt::SortOrder order) |
|
int | startTimer (int interval, Qt::TimerType timerType) |
|
Q_INVOKABLE QString | tableName () const |
|
QThread * | thread () const |
|
Q_INVOKABLE QString | toString () const |
|
|
QMetaObject::Connection | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, Functor functor) |
|
QMetaObject::Connection | connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) |
|
bool | disconnect (const QMetaObject::Connection &connection) |
|
bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method) |
|
bool | disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) |
|
bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) |
|
QString | tr (const char *sourceText, const char *disambiguation, int n) |
|
QString | trUtf8 (const char *sourceText, const char *disambiguation, int n) |
|