The QgsQueryResultModel class is a model for QgsAbstractDatabaseProviderConnection::QueryResult.
More...
#include <qgsqueryresultmodel.h>
|
void | cancel () |
| Cancels the row fetching. More...
|
|
void | rowsReady (const QList< QList< QVariant > > &rows) |
| Triggered when newRows have been fetched and can be added to the model. More...
|
|
◆ QgsQueryResultModel()
◆ ~QgsQueryResultModel()
QgsQueryResultModel::~QgsQueryResultModel |
( |
| ) |
|
◆ cancel
void QgsQueryResultModel::cancel |
( |
| ) |
|
|
slot |
◆ columnCount()
int QgsQueryResultModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
◆ data()
QVariant QgsQueryResultModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ headerData()
QVariant QgsQueryResultModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
override |
◆ rowCount()
int QgsQueryResultModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
◆ rowsReady
void QgsQueryResultModel::rowsReady |
( |
const QList< QList< QVariant > > & |
rows | ) |
|
|
slot |
Triggered when newRows have been fetched and can be added to the model.
Definition at line 34 of file qgsqueryresultmodel.cpp.
The documentation for this class was generated from the following files: