|
enum class | Type { CSV
, JSON
, SRX
} |
|
|
void | columnNamesChanged () |
|
|
| QueryResultModel (QObject *parent=nullptr) |
|
| QueryResultModel (const knowDBC::Result &_result, QObject *parent=nullptr) |
|
QStringList | columnNames () const |
|
Q_INVOKABLE int | roleIndex (const QString &_role) const |
|
Q_INVOKABLE bool | saveTo (const QUrl &_filename, Type _type) const |
|
Q_INVOKABLE QByteArray | serialise (const QString &_format) |
|
knowDBC::Result | result () const |
|
void | setResult (const knowDBC::Result &_t) |
|
|
int | rowCount (const QModelIndex &parent=QModelIndex()) const override |
|
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const override |
|
QHash< int, QByteArray > | roleNames () const override |
|
The documentation for this class was generated from the following files:
- knowl/bindings/quick/knowDBC/QueryResultModel.h
- knowl/bindings/quick/knowDBC/QueryResultModel.cpp