QGIS API Documentation
2.0.1-Dufour
|
Defines a qgis exception class. More...
#include <qgsexception.h>
Public Member Functions | |
QgsException (QString const &what) | |
virtual | ~QgsException () throw () |
QString | what () const throw () |
Private Attributes | |
QString | what_ |
description of exception |
Defines a qgis exception class.
Definition at line 25 of file qgsexception.h.
|
inline |
Definition at line 28 of file qgsexception.h.
|
inlinevirtual |
Definition at line 32 of file qgsexception.h.
|
inline |
Definition at line 35 of file qgsexception.h.
Referenced by QgsRasterLayer::draw(), QgsVectorLayer::drawRendererV2(), QgsVectorLayer::drawRendererV2Levels(), QgsVectorFileWriter::exportFeaturesSymbolLevels(), QgsMapToolIdentify::identifyRasterLayer(), QgsMapToolIdentify::identifyVectorLayer(), QgsVectorLayerImport::importLayer(), QgsMapRenderer::layerExtentToOutputExtent(), QgsMapRenderer::layerToMapCoordinates(), QgsMapRenderer::mapToLayerCoordinates(), QgsVectorLayer::metadata(), QgsApplication::notify(), QgsMapRenderer::outputExtentToLayerExtent(), and QgsVectorFileWriter::writeAsVectorFormat().
|
private |
description of exception
Definition at line 43 of file qgsexception.h.