Quantum GIS API Documentation  1.7.5-Wroclaw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes
QgsGeometry::Error Class Reference

#include <qgsgeometry.h>

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

List of all members.

Public Member Functions

 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 419 of file qgsgeometry.h.


Constructor & Destructor Documentation

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

Definition at line 425 of file qgsgeometry.h.

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

Definition at line 426 of file qgsgeometry.h.


Member Function Documentation

bool QgsGeometry::Error::hasWhere ( )
inline

Definition at line 430 of file qgsgeometry.h.

QString QgsGeometry::Error::what ( )
inline

Definition at line 428 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::where ( )
inline

Definition at line 429 of file qgsgeometry.h.


Member Data Documentation

bool QgsGeometry::Error::hasLocation
private

Definition at line 423 of file qgsgeometry.h.

QgsPoint QgsGeometry::Error::location
private

Definition at line 422 of file qgsgeometry.h.

QString QgsGeometry::Error::message
private

Definition at line 421 of file qgsgeometry.h.


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