|
| | XSqlTableModelProto (QObject *parent=0) |
| |
| Q_INVOKABLE void | appendChild (XSqlTableNode *child) |
| |
| Q_INVOKABLE XSqlTableNode * | appendChild (const QString &tableName, ParameterList &relations) |
| |
| bool | blockSignals (bool block) |
| |
| Q_INVOKABLE QModelIndex | buddy (const QModelIndex &index) const |
| |
| Q_INVOKABLE bool | canFetchMore (const QModelIndex &parent=QModelIndex()) const |
| |
| Q_INVOKABLE XSqlTableNode * | child (int index) |
| |
| Q_INVOKABLE XSqlTableNode * | child (const QString &tableName) |
| |
| const QObjectList & | children () const |
| |
Q_INVOKABLE QList
< XSqlTableNode * > | children () |
| |
| Q_INVOKABLE void | clear () |
| |
| Q_INVOKABLE void | clearChildren () |
| |
| Q_INVOKABLE int | columnCount (const QModelIndex &parent=QModelIndex()) |
| |
| QMetaObject::Connection | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
| |
| Q_INVOKABLE QVariant | data (const QModelIndex &item, 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 |
| |
| Q_INVOKABLE bool | dropMimeData (const QMimeData *data, int action, int row, int column, const QModelIndex &parent) |
| |
| void | dumpObjectInfo () |
| |
| void | dumpObjectTree () |
| |
| QList< QByteArray > | dynamicPropertyNames () const |
| |
| Q_INVOKABLE int | editStrategy () const |
| |
| virtual bool | event (QEvent *e) |
| |
| virtual bool | eventFilter (QObject *watched, QEvent *event) |
| |
| Q_INVOKABLE void | fetchMore (const QModelIndex &parent=QModelIndex()) |
| |
| 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 QString &name, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QRegExp ®Exp, Qt::FindChildOptions options) const |
| |
| QList< T > | findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const |
| |
| Q_INVOKABLE int | flags (const QModelIndex &index) const |
| |
| Q_INVOKABLE bool | hasIndex (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| |
| Q_INVOKABLE QVariant | headerData (int section, int orientation, int role=Qt::DisplayRole) const |
| |
| Q_INVOKABLE QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
| |
| bool | inherits (const char *className) const |
| |
| Q_INVOKABLE bool | insertColumn (int column, const QModelIndex &parent=QModelIndex()) |
| |
| Q_INVOKABLE bool | insertColumns (int column, int count, const QModelIndex &parent=QModelIndex()) |
| |
| Q_INVOKABLE bool | insertRecord (int row, const QSqlRecord &record) |
| |
| Q_INVOKABLE bool | insertRow (int row, const QModelIndex &parent=QModelIndex()) |
| |
| Q_INVOKABLE bool | insertRows (int row, int count, const QModelIndex &parent=QModelIndex()) |
| |
| void | installEventFilter (QObject *filterObj) |
| |
| Q_INVOKABLE bool | isDirty (const QModelIndex &index) const |
| |
| bool | isWidgetType () const |
| |
| bool | isWindowType () const |
| |
| Q_INVOKABLE QMap< int, QVariant > | itemData (const QModelIndex &index) const |
| |
| void | killTimer (int id) |
| |
| Q_INVOKABLE QSqlError | lastError () const |
| |
| Q_INVOKABLE void | load (int row) |
| |
| Q_INVOKABLE void | loadAll () |
| |
| Q_INVOKABLE QModelIndexList | match (const QModelIndex &start, int role, const QVariant &value, int hits=1, int flags=Qt::MatchFlags(Qt::MatchStartsWith|Qt::MatchWrap)) const |
| |
| virtual const QMetaObject * | metaObject () const |
| |
| Q_INVOKABLE QMimeData * | mimeData (const QModelIndexList &indexes) const |
| |
| Q_INVOKABLE QStringList | mimeTypes () const |
| |
| void | moveToThread (QThread *targetThread) |
| |
| Q_INVOKABLE int | nodeCount () |
| |
| QString | objectName () const |
| |
| void | objectNameChanged (const QString &objectName) |
| |
| Q_INVOKABLE ParameterList | parameters () |
| |
| QObject * | parent () const |
| |
| Q_INVOKABLE QSqlIndex | primaryKey () const |
| |
| QVariant | property (const char *name) const |
| |
| Q_INVOKABLE QSqlQuery | query () const |
| |
| Q_INVOKABLE QSqlRecord | record () const |
| |
| Q_INVOKABLE QSqlRecord | record (int row) const |
| |
| Q_INVOKABLE QSqlRelation | relation (int column) const |
| |
| Q_INVOKABLE QSqlTableModel * | relationModel (int column) const |
| |
| Q_INVOKABLE void | removeChild (int index) |
| |
| Q_INVOKABLE bool | removeColumn (int column, const QModelIndex &parent=QModelIndex()) |
| |
| 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 | save () |
| |
| Q_INVOKABLE bool | select () |
| |
| Q_INVOKABLE void | set (ParameterList params) |
| |
| Q_INVOKABLE bool | setData (const QModelIndex &index, const QVariant &value, int role=Qt::EditRole) |
| |
| Q_INVOKABLE void | setEditStrategy (int strategy) |
| |
| Q_INVOKABLE void | setFilter (const QString &filter) |
| |
| Q_INVOKABLE bool | setHeaderData (int section, int orientation, const QVariant &value, int role=Qt::EditRole) |
| |
| Q_INVOKABLE bool | setItemData (const QModelIndex &index, const QMap< int, QVariant > &roles) |
| |
| Q_INVOKABLE void | setKeys (int keyColumns) |
| |
| 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 | setRelation (int column, const QSqlRelation &relation) |
| |
| Q_INVOKABLE void | setSort (int column, int order) |
| |
| Q_INVOKABLE void | setSupportedDragActions (int actions) |
| |
| Q_INVOKABLE void | setTable (const QString &tableName, int keyColumns) |
| |
| Q_INVOKABLE QModelIndex | sibling (int row, int column, const QModelIndex &index) const |
| |
| bool | signalsBlocked () const |
| |
| Q_INVOKABLE void | sort (int column, int order=Qt::AscendingOrder) |
| |
| Q_INVOKABLE QSize | span (const QModelIndex &index) const |
| |
| int | startTimer (int interval, Qt::TimerType timerType) |
| |
| Q_INVOKABLE int | supportedDragActions () const |
| |
| Q_INVOKABLE int | supportedDropActions () const |
| |
| 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) |
| |