#include <QColor>#include <QDateTime>#include <QVector>#include <QList>#include <QMap>#include "qgis.h"#include "qgspoint.h"#include "qgsmaplayer.h"#include "qgsrasterviewport.h"#include "qgscontrastenhancement.h"#include "qgsrastertransparency.h"#include "qgsrastershader.h"#include "qgscolorrampshader.h"#include "qgsrastershaderfunction.h"#include "qgsrasterdataprovider.h"#include <gdal.h>


Go to the source code of this file.
Classes | |
| class | QgsRasterLayer |
| This class provides qgis with the ability to render raster datasets onto the mapcanvas. More... | |
| class | QgsRasterImageBuffer |
| A class encapsulates reading from a raster band and drawing the pixels to a painter. More... | |
Defines | |
| #define | CPL_SUPRESS_CPLUSPLUS |
Functions | |
| int CPL_STDCALL | progressCallback (double dfComplete, const char *pszMessage, void *pProgressArg) |
| A call back function for showing progress of gdal operations. | |
| #define CPL_SUPRESS_CPLUSPLUS |
Definition at line 46 of file qgsrasterlayer.h.
1.5.6