#include <qgsfeatureselectionmodel.h>
|
void | select (const QModelIndex &index, QItemSelectionModel::SelectionFlags command) override |
| Overwritten to do NOTHING (we handle selection ourselves) More...
|
|
void | select (const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) override |
| Overwritten to do NOTHING (we handle selection ourselves) More...
|
|
virtual void | selectFeatures (const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) |
| Select features on this table. More...
|
|
virtual void | setFeatureSelectionManager (QgsIFeatureSelectionManager *featureSelectionManager) |
|
Definition at line 31 of file qgsfeatureselectionmodel.h.
◆ QgsFeatureSelectionModel()
◆ enableSync()
void QgsFeatureSelectionModel::enableSync |
( |
bool |
enable | ) |
|
Enables or disables synchronisation to the QgsVectorLayer When synchronisation is disabled, any selection change will be buffered inside this selection model.
When enabled, any buffered changes are communicated to the layer and the buffer is emptied. Mainly to be used for performance reasons, because selection change on the layer can cost time as it repaints the layer.
- Parameters
-
enable | The synchronisation status to set. |
Definition at line 31 of file qgsfeatureselectionmodel.cpp.
◆ isSelected() [1/2]
bool QgsFeatureSelectionModel::isSelected |
( |
QgsFeatureId |
fid | ) |
|
|
virtual |
Returns the selection status of a given feature id.
- Parameters
-
fid | The featureid to determine the selection status of |
- Returns
- The selection status
Definition at line 53 of file qgsfeatureselectionmodel.cpp.
◆ isSelected() [2/2]
bool QgsFeatureSelectionModel::isSelected |
( |
const QModelIndex & |
index | ) |
|
|
virtual |
Returns the selection status of a given QModelIndex.
- Parameters
-
index | The index to determine the selection status of |
- Returns
- The selection status
Definition at line 67 of file qgsfeatureselectionmodel.cpp.
◆ requestRepaint [1/2]
void QgsFeatureSelectionModel::requestRepaint |
( |
const QModelIndexList & |
indexes | ) |
|
|
signal |
Request a repaint of a list of model indexes.
Views using this model should connect to and properly process this signal.
- Parameters
-
indexes | The model indexes which need to be repainted |
◆ requestRepaint [2/2]
void QgsFeatureSelectionModel::requestRepaint |
( |
| ) |
|
|
signal |
Request a repaint of the visible items of connected views.
Views using this model should connect to and properly process this signal.
◆ select [1/2]
void QgsFeatureSelectionModel::select |
( |
const QModelIndex & |
index, |
|
|
QItemSelectionModel::SelectionFlags |
command |
|
) |
| |
|
inlineoverrideslot |
Overwritten to do NOTHING (we handle selection ourselves)
- See also
- selectFeatures( const QItemSelection&, SelectionFlags )
Definition at line 90 of file qgsfeatureselectionmodel.h.
◆ select [2/2]
void QgsFeatureSelectionModel::select |
( |
const QItemSelection & |
selection, |
|
|
QItemSelectionModel::SelectionFlags |
command |
|
) |
| |
|
inlineoverrideslot |
Overwritten to do NOTHING (we handle selection ourselves)
- See also
- selectFeatures( const QItemSelection&, SelectionFlags )
Definition at line 97 of file qgsfeatureselectionmodel.h.
◆ selectFeatures
void QgsFeatureSelectionModel::selectFeatures |
( |
const QItemSelection & |
selection, |
|
|
QItemSelectionModel::SelectionFlags |
command |
|
) |
| |
|
virtualslot |
Select features on this table.
Is to be used in favor of the stock select methods.
- Parameters
-
selection | The QItemSelection which will be selected |
command | The command to apply. Select, Deselect and ClearAndSelect are processed. |
Definition at line 72 of file qgsfeatureselectionmodel.cpp.
◆ setFeatureSelectionManager
The documentation for this class was generated from the following files: