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 44 of file qgsgeometry.cpp.
| GEOSException::GEOSException | ( | QString | theMsg | ) | [inline] |
| GEOSException::GEOSException | ( | const GEOSException & | rhs | ) | [inline] |
Definition at line 61 of file qgsgeometry.cpp.
| GEOSException::~GEOSException | ( | ) | [inline] |
| QString GEOSException::what | ( | ) | [inline] |
Definition at line 72 of file qgsgeometry.cpp.
References msg.
Referenced by QgsGeometry::isGeosEmpty(), and QgsGeometry::isGeosValid().
QString GEOSException::msg [private] |
Definition at line 78 of file qgsgeometry.cpp.
Referenced by GEOSException(), what(), and ~GEOSException().
QString GEOSException::lastMsg [static, private] |
1.5.6