|
Quantum GIS API Documentation
1.7.4
|
Public Member Functions | |
| GEOSException (QString theMsg) | |
| GEOSException (const GEOSException &rhs) | |
| ~GEOSException () | |
| QString | what () |
Private Attributes | |
| QString | msg |
Static Private Attributes | |
| static QString | lastMsg |
Definition at line 43 of file qgsgeometry.cpp.
| GEOSException::GEOSException | ( | QString | theMsg | ) | [inline] |
Definition at line 46 of file qgsgeometry.cpp.
| GEOSException::GEOSException | ( | const GEOSException & | rhs | ) | [inline] |
Definition at line 60 of file qgsgeometry.cpp.
| GEOSException::~GEOSException | ( | ) | [inline] |
Definition at line 65 of file qgsgeometry.cpp.
| QString GEOSException::what | ( | ) | [inline] |
Definition at line 71 of file qgsgeometry.cpp.
References msg.
Referenced by QgsGeometry::isGeosEmpty(), and QgsGeometry::isGeosValid().
QString GEOSException::lastMsg [static, private] |
Definition at line 78 of file qgsgeometry.cpp.
Referenced by GEOSException(), and ~GEOSException().
QString GEOSException::msg [private] |
Definition at line 77 of file qgsgeometry.cpp.
Referenced by GEOSException(), what(), and ~GEOSException().
1.7.6.1