QGIS API Documentation  2.4.0-Chugiak
 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 486 of file qgsgeometry.h.

Constructor & Destructor Documentation

QgsGeometry::Error::Error ( )
inline

Definition at line 492 of file qgsgeometry.h.

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

Definition at line 493 of file qgsgeometry.h.

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

Definition at line 494 of file qgsgeometry.h.

Member Function Documentation

bool QgsGeometry::Error::hasWhere ( )
inline

Definition at line 498 of file qgsgeometry.h.

QString QgsGeometry::Error::what ( )
inline

Definition at line 496 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::where ( )
inline

Definition at line 497 of file qgsgeometry.h.

Member Data Documentation

bool QgsGeometry::Error::hasLocation
private

Definition at line 490 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::location
private

Definition at line 489 of file qgsgeometry.h.

QString QgsGeometry::Error::message
private

Definition at line 488 of file qgsgeometry.h.


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