#include <qgsexception.h>

Public Member Functions | |
| QgsException (QString const &what) | |
| virtual | ~QgsException () throw () |
| QString | what () const throw () |
Private Attributes | |
| QString | what_ |
| description of exception | |
Definition at line 26 of file qgsexception.h.
| QgsException::QgsException | ( | QString const & | what | ) | [inline] |
Definition at line 29 of file qgsexception.h.
| virtual QgsException::~QgsException | ( | ) | throw () [inline, virtual] |
Definition at line 33 of file qgsexception.h.
| QString QgsException::what | ( | ) | const throw () [inline] |
Definition at line 36 of file qgsexception.h.
Referenced by QgsVectorLayer::draw(), QgsVectorLayer::drawRendererV2(), QgsVectorLayer::drawRendererV2Levels(), QgsMapRenderer::layerExtentToOutputExtent(), QgsMapRenderer::layerToMapCoordinates(), QgsMapRenderer::mapToLayerCoordinates(), QgsApplication::notify(), and QgsVectorFileWriter::writeAsVectorFormat().
QString QgsException::what_ [private] |
1.5.6