QGIS API Documentation 4.1.0-Master (4aad578bf8d)
Loading...
Searching...
No Matches
qgsmaptoolselectutils.cpp File Reference
#include "qgsmaptoolselectutils.h"
#include <limits>
#include <memory>
#include "qgis.h"
#include "qgsexception.h"
#include "qgsexpressioncontextutils.h"
#include "qgsfeature.h"
#include "qgsfeatureiterator.h"
#include "qgsgeometry.h"
#include "qgsgeometryengine.h"
#include "qgshighlight.h"
#include "qgslogger.h"
#include "qgsmapcanvas.h"
#include "qgsmapcanvasutils.h"
#include "qgsmessagebar.h"
#include "qgsmessagelog.h"
#include "qgsproject.h"
#include "qgsrenderer.h"
#include "qgsrubberband.h"
#include "qgsselectioncontext.h"
#include "qgsvectorlayer.h"
#include "qgsvectorlayerfeatureiterator.h"
#include "qgsvectortilelayer.h"
#include <QAction>
#include <QApplication>
#include <QMenu>
#include <QMouseEvent>
#include <QString>
#include <QtConcurrentRun>
#include "moc_qgsmaptoolselectutils.cpp"
Include dependency graph for qgsmaptoolselectutils.cpp:

Go to the source code of this file.

Functions

bool transformSelectGeometry (const QgsGeometry &selectGeometry, QgsGeometry &selectGeomTrans, const QgsCoordinateTransform &ct)

Function Documentation

◆ transformSelectGeometry()

bool transformSelectGeometry ( const QgsGeometry & selectGeometry,
QgsGeometry & selectGeomTrans,
const QgsCoordinateTransform & ct )

Definition at line 168 of file qgsmaptoolselectutils.cpp.