QGIS API Documentation  2.0.1-Dufour
 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 442 of file qgsgeometry.h.

Constructor & Destructor Documentation

QgsGeometry::Error::Error ( )
inline

Definition at line 448 of file qgsgeometry.h.

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

Definition at line 449 of file qgsgeometry.h.

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

Definition at line 450 of file qgsgeometry.h.

Member Function Documentation

bool QgsGeometry::Error::hasWhere ( )
inline

Definition at line 454 of file qgsgeometry.h.

QString QgsGeometry::Error::what ( )
inline

Definition at line 452 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::where ( )
inline

Definition at line 453 of file qgsgeometry.h.

Member Data Documentation

bool QgsGeometry::Error::hasLocation
private

Definition at line 446 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::location
private

Definition at line 445 of file qgsgeometry.h.

QString QgsGeometry::Error::message
private

Definition at line 444 of file qgsgeometry.h.


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