QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
#include <QSettings>
#include <QMessageBox>
#include "qgsrasterlayer.h"
#include "qgsrasterminmaxwidget.h"
#include "moc_qgsrasterminmaxwidget.cpp"
#include "qgsmapcanvas.h"
#include "qgsrasterdataprovider.h"
#include "qgsrasterminmaxorigin.h"
#include "qgsdoublespinbox.h"
Go to the source code of this file.
Variables | |
const int | IDX_CURRENT_CANVAS = 1 |
const int | IDX_UPDATED_CANVAS = 2 |
const int | IDX_WHOLE_RASTER = 0 |
const int IDX_CURRENT_CANVAS = 1 |
Definition at line 30 of file qgsrasterminmaxwidget.cpp.
const int IDX_UPDATED_CANVAS = 2 |
Definition at line 31 of file qgsrasterminmaxwidget.cpp.
const int IDX_WHOLE_RASTER = 0 |
Definition at line 29 of file qgsrasterminmaxwidget.cpp.