QGIS API Documentation  2.2.0-Valmiera
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
QgsGeometry::Error Class Reference

#include <qgsgeometry.h>

Collaboration diagram for QgsGeometry::Error:
Collaboration graph
[legend]

Public Member Functions

 Error ()
 Error (QString m)
 Error (QString m, QgsPoint p)
QString what ()
QgsPoint where ()
bool hasWhere ()

Private Attributes

QString message
QgsPoint location
bool hasLocation

Detailed Description

Definition at line 456 of file qgsgeometry.h.

Constructor & Destructor Documentation

QgsGeometry::Error::Error ( )
inline

Definition at line 462 of file qgsgeometry.h.

QgsGeometry::Error::Error ( QString  m)
inline

Definition at line 463 of file qgsgeometry.h.

QgsGeometry::Error::Error ( QString  m,
QgsPoint  p 
)
inline

Definition at line 464 of file qgsgeometry.h.

Member Function Documentation

bool QgsGeometry::Error::hasWhere ( )
inline

Definition at line 468 of file qgsgeometry.h.

QString QgsGeometry::Error::what ( )
inline

Definition at line 466 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::where ( )
inline

Definition at line 467 of file qgsgeometry.h.

Member Data Documentation

bool QgsGeometry::Error::hasLocation
private

Definition at line 460 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::location
private

Definition at line 459 of file qgsgeometry.h.

QString QgsGeometry::Error::message
private

Definition at line 458 of file qgsgeometry.h.


The documentation for this class was generated from the following file: