The QgsMapLayerModel class is a model to display layers in widgets.
More...
#include <qgsmaplayermodel.h>
Static Public Attributes |
static const int | LayerIdRole = Qt::UserRole + 1 |
Detailed Description
The QgsMapLayerModel class is a model to display layers in widgets.
- See Also
- QgsMapLayerProxyModel to sort and/filter the layers
-
QgsFieldModel to combine in with a field selector.
- Note
- added in 2.3
Constructor & Destructor Documentation
QgsMapLayerModel::QgsMapLayerModel |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
QgsMapLayerModel::QgsMapLayerModel |
( |
QList< QgsMapLayer * > |
layers, |
|
|
QObject * |
parent = 0 |
|
) |
| |
|
explicit |
QgsMapLayerModel creates a model to display a specific list of layers in a widget.
Member Function Documentation
void QgsMapLayerModel::addLayers |
( |
QList< QgsMapLayer * > |
layers | ) |
|
|
protectedslot |
void QgsMapLayerModel::checkAll |
( |
Qt::CheckState |
checkState | ) |
|
checkAll changes the checkstate for all the layers
int QgsMapLayerModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
QVariant QgsMapLayerModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
Qt::ItemFlags QgsMapLayerModel::flags |
( |
const QModelIndex & |
index | ) |
const |
QModelIndex QgsMapLayerModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
QModelIndex QgsMapLayerModel::indexFromLayer |
( |
QgsMapLayer * |
layer | ) |
const |
indexFromLayer returns the model index for a given layer
bool QgsMapLayerModel::itemsCheckable |
( |
| ) |
const |
|
inline |
returns if the items can be checked or not
QList< QgsMapLayer * > QgsMapLayerModel::layersChecked |
( |
Qt::CheckState |
checkState = Qt::Checked | ) |
|
layersChecked returns the list of layers which are checked (or unchecked)
QModelIndex QgsMapLayerModel::parent |
( |
const QModelIndex & |
child | ) |
const |
void QgsMapLayerModel::removeLayers |
( |
const QStringList |
layerIds | ) |
|
|
protectedslot |
int QgsMapLayerModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
bool QgsMapLayerModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
void QgsMapLayerModel::setItemsCheckable |
( |
bool |
checkable | ) |
|
setItemsCheckable defines if layers should be selectable in the widget
Member Data Documentation
const int QgsMapLayerModel::LayerIdRole = Qt::UserRole + 1 |
|
static |
bool QgsMapLayerModel::mItemCheckable |
|
protected |
QMap<QString, Qt::CheckState> QgsMapLayerModel::mLayersChecked |
|
protected |
The documentation for this class was generated from the following files: