QGIS API Documentation
2.0.1-Dufour
|
This class offers a dialog to change feature selections. More...
#include <qgsexpressionselectiondialog.h>
Public Slots | |
void | on_mActionSelect_triggered () |
void | on_mActionAddToSelection_triggered () |
void | on_mActionRemoveFromSelection_triggered () |
void | on_mActionSelectInstersect_triggered () |
void | on_mPbnClose_clicked () |
Public Member Functions | |
QgsExpressionSelectionDialog (QgsVectorLayer *layer, QString startText=QString(), QWidget *parent=NULL) | |
Creates a new selection dialog. | |
QgsExpressionBuilderWidget * | expressionBuilder () |
The builder widget that is used by the dialog. | |
void | setExpressionText (const QString &text) |
Sets the current expression text. | |
QString | expressionText () |
Returns the current expression text. | |
void | setGeomCalculator (const QgsDistanceArea &da) |
*Sets geometry calculator used in distance/area calculations. |
Protected Member Functions | |
virtual void | closeEvent (QCloseEvent *closeEvent) |
Implementation for closeEvent Saves the window geometry. | |
virtual void | done (int r) |
Implementation for done (default behavior when pressing esc) Calls close, so the window geometry gets saved and the object deleted. |
Private Attributes | |
QgsVectorLayer * | mLayer |
This class offers a dialog to change feature selections.
To do so, a QgsExpressionBuilderWidget is shown in a dialog. It offers the possibilities to create a new selection, add to the current selection remove from the current selection or select within the current selection.
Definition at line 30 of file qgsexpressionselectiondialog.h.
QgsExpressionSelectionDialog::QgsExpressionSelectionDialog | ( | QgsVectorLayer * | layer, |
QString | startText = QString() , |
||
QWidget * | parent = NULL |
||
) |
Creates a new selection dialog.
layer | The layer on which the selection is to be performed. |
startText | A default expression text to be applied (Defaults to empty) |
parent | parent object (owner) |
Definition at line 22 of file qgsexpressionselectiondialog.cpp.
References QgsApplication::getThemeIcon().
|
protectedvirtual |
Implementation for closeEvent Saves the window geometry.
closeEvent | Event object. Unused. |
Definition at line 194 of file qgsexpressionselectiondialog.cpp.
|
protectedvirtual |
Implementation for done (default behavior when pressing esc) Calls close, so the window geometry gets saved and the object deleted.
r | Result value. Unused. |
Definition at line 207 of file qgsexpressionselectiondialog.cpp.
QgsExpressionBuilderWidget * QgsExpressionSelectionDialog::expressionBuilder | ( | ) |
The builder widget that is used by the dialog.
Definition at line 47 of file qgsexpressionselectiondialog.cpp.
QString QgsExpressionSelectionDialog::expressionText | ( | ) |
Returns the current expression text.
Definition at line 57 of file qgsexpressionselectiondialog.cpp.
|
slot |
Definition at line 95 of file qgsexpressionselectiondialog.cpp.
References QgsFeatureIterator::close(), QgsExpression::evaluate(), QgsVectorLayer::getFeatures(), QgsFeature::id(), mLayer, QgsFeatureIterator::nextFeature(), QgsVectorLayer::pendingFields(), QgsExpression::prepare(), QgsVectorLayer::selectedFeaturesIds(), and QgsVectorLayer::setSelectedFeatures().
|
slot |
Definition at line 158 of file qgsexpressionselectiondialog.cpp.
References QgsFeatureIterator::close(), QgsExpression::evaluate(), QgsVectorLayer::getFeatures(), QgsFeature::id(), mLayer, QgsFeatureIterator::nextFeature(), QgsVectorLayer::pendingFields(), QgsExpression::prepare(), QgsVectorLayer::selectedFeaturesIds(), and QgsVectorLayer::setSelectedFeatures().
|
slot |
Definition at line 68 of file qgsexpressionselectiondialog.cpp.
References QgsFeatureIterator::close(), QgsExpression::evaluate(), QgsVectorLayer::getFeatures(), QgsFeature::id(), mLayer, QgsFeatureIterator::nextFeature(), QgsVectorLayer::pendingFields(), QgsExpression::prepare(), and QgsVectorLayer::setSelectedFeatures().
|
slot |
Definition at line 122 of file qgsexpressionselectiondialog.cpp.
References QgsFeatureIterator::close(), QgsExpression::evaluate(), QgsVectorLayer::getFeatures(), QgsFeature::id(), mLayer, QgsFeatureIterator::nextFeature(), QgsVectorLayer::pendingFields(), QgsExpression::prepare(), QgsVectorLayer::selectedFeaturesIds(), and QgsVectorLayer::setSelectedFeatures().
|
slot |
Definition at line 202 of file qgsexpressionselectiondialog.cpp.
void QgsExpressionSelectionDialog::setExpressionText | ( | const QString & | text | ) |
Sets the current expression text.
text | the expression text to set |
Definition at line 52 of file qgsexpressionselectiondialog.cpp.
void QgsExpressionSelectionDialog::setGeomCalculator | ( | const QgsDistanceArea & | da | ) |
*Sets geometry calculator used in distance/area calculations.
Definition at line 62 of file qgsexpressionselectiondialog.cpp.
|
private |
Definition at line 89 of file qgsexpressionselectiondialog.h.
Referenced by on_mActionAddToSelection_triggered(), on_mActionRemoveFromSelection_triggered(), on_mActionSelect_triggered(), and on_mActionSelectInstersect_triggered().