18 #ifndef QGSRASTERIDENTIFYRESULT_H 19 #define QGSRASTERIDENTIFYRESULT_H void setError(const QgsError &theError)
Set error.
Raster identify results container.
bool isValid() const
Returns true if valid.
QMap< int, QVariant > results() const
Get results.
QgsRaster::IdentifyFormat format() const
Get results format.
void setParams(const QMap< QString, QVariant > &theParams)
Set map of optional parameters.
QgsError is container for error messages (report).
QgsError error() const
Get error.
QMap< QString, QVariant > params() const
Get map of optional parameters.