#include <qgsfeaturelistmodel.h>
Detailed Description
Definition at line 17 of file qgsfeaturelistmodel.h.
Member Enumeration Documentation
Constructor & Destructor Documentation
QgsFeatureListModel::~QgsFeatureListModel |
( |
| ) |
|
|
virtual |
Member Function Documentation
int QgsFeatureListModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overridevirtual |
QVariant QgsFeatureListModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
overridevirtual |
QString QgsFeatureListModel::displayExpression |
( |
| ) |
const |
bool QgsFeatureListModel::featureByIndex |
( |
const QModelIndex & |
index, |
|
|
QgsFeature & |
feat |
|
) |
| |
QModelIndex QgsFeatureListModel::fidToIdx |
( |
const QgsFeatureId |
fid | ) |
const |
QModelIndex QgsFeatureListModel::fidToIndex |
( |
QgsFeatureId |
fid | ) |
|
|
overridevirtual |
QModelIndexList QgsFeatureListModel::fidToIndexList |
( |
QgsFeatureId |
fid | ) |
|
Qt::ItemFlags QgsFeatureListModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
overridevirtual |
QgsFeatureId QgsFeatureListModel::idxToFid |
( |
const QModelIndex & |
index | ) |
const |
QModelIndex QgsFeatureListModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
overridevirtual |
QModelIndex QgsFeatureListModel::mapFromMaster |
( |
const QModelIndex & |
sourceIndex | ) |
const |
|
virtual |
QModelIndex QgsFeatureListModel::mapFromSource |
( |
const QModelIndex & |
sourceIndex | ) |
const |
|
overridevirtual |
QItemSelection QgsFeatureListModel::mapSelectionFromMaster |
( |
const QItemSelection & |
selection | ) |
const |
|
virtual |
QItemSelection QgsFeatureListModel::mapSelectionToMaster |
( |
const QItemSelection & |
selection | ) |
const |
|
virtual |
QModelIndex QgsFeatureListModel::mapToMaster |
( |
const QModelIndex & |
proxyIndex | ) |
const |
|
virtual |
QModelIndex QgsFeatureListModel::mapToSource |
( |
const QModelIndex & |
proxyIndex | ) |
const |
|
overridevirtual |
void QgsFeatureListModel::onBeginInsertRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
void QgsFeatureListModel::onBeginRemoveRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
void QgsFeatureListModel::onEndInsertRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
void QgsFeatureListModel::onEndRemoveRows |
( |
const QModelIndex & |
parent, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
QModelIndex QgsFeatureListModel::parent |
( |
const QModelIndex & |
child | ) |
const |
|
overridevirtual |
QString QgsFeatureListModel::parserErrorString |
( |
| ) |
|
int QgsFeatureListModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
overridevirtual |
bool QgsFeatureListModel::setDisplayExpression |
( |
const QString |
expression | ) |
|
- Parameters
-
- Returns
- true if the expression could be set, false if there was a parse error. If it fails, the old expression will still be applied. Call parserErrorString() for a meaningful error message.
Definition at line 116 of file qgsfeaturelistmodel.cpp.
The documentation for this class was generated from the following files: