#include <qgspointlocator.h>
Detailed Description
Definition at line 71 of file qgspointlocator.h.
Constructor & Destructor Documentation
QgsPointLocator::Match::Match |
( |
| ) |
|
|
inline |
Member Function Documentation
double QgsPointLocator::Match::distance |
( |
| ) |
const |
|
inline |
for vertex / edge match units depending on what class returns it (geom.cache: layer units, map canvas snapper: dest crs units)
Definition at line 95 of file qgspointlocator.h.
void QgsPointLocator::Match::edgePoints |
( |
QgsPoint & |
pt1, |
|
|
QgsPoint & |
pt2 |
|
) |
| const |
|
inline |
Only for a valid edge match - obtain endpoints of the edge.
Definition at line 110 of file qgspointlocator.h.
bool QgsPointLocator::Match::hasArea |
( |
| ) |
const |
|
inline |
bool QgsPointLocator::Match::hasEdge |
( |
| ) |
const |
|
inline |
bool QgsPointLocator::Match::hasVertex |
( |
| ) |
const |
|
inline |
bool QgsPointLocator::Match::isValid |
( |
| ) |
const |
|
inline |
QgsPoint QgsPointLocator::Match::point |
( |
| ) |
const |
|
inline |
for vertex / edge match coords depending on what class returns it (geom.cache: layer coords, map canvas snapper: dest coords)
Definition at line 99 of file qgspointlocator.h.
Type QgsPointLocator::Match::type |
( |
| ) |
const |
|
inline |
int QgsPointLocator::Match::vertexIndex |
( |
| ) |
const |
|
inline |
for vertex / edge match (first vertex of the edge)
Definition at line 102 of file qgspointlocator.h.
Member Data Documentation
double QgsPointLocator::Match::mDist |
|
protected |
QgsPoint QgsPointLocator::Match::mEdgePoints[2] |
|
protected |
Type QgsPointLocator::Match::mType |
|
protected |
int QgsPointLocator::Match::mVertexIndex |
|
protected |
The documentation for this struct was generated from the following file: