mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
fix #1312
git-svn-id: http://svn.osgeo.org/qgis/trunk@9311 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
0715a13804
commit
d660c6d9f7
@ -216,14 +216,6 @@ public:
|
|||||||
|
|
||||||
/** \brief Mutator for gray band name mapping. */
|
/** \brief Mutator for gray band name mapping. */
|
||||||
void setGrayBandName(const QString & theBandNameQString);
|
void setGrayBandName(const QString & theBandNameQString);
|
||||||
//
|
|
||||||
// Accessor and mutator for mDebugOverlayFlag
|
|
||||||
//
|
|
||||||
/** \brief Accessor for a flag that determines whether to show some debug info on the image. */
|
|
||||||
bool getShowDebugOverlayFlag();
|
|
||||||
|
|
||||||
/** \brief Mutator for a flag that determines whether to show some debug info on the image. */
|
|
||||||
void setShowDebugOverlayFlag(bool theFlag);
|
|
||||||
|
|
||||||
// Accessor and mutator for min max values
|
// Accessor and mutator for min max values
|
||||||
double getMinimumValue(unsigned int theBand);
|
double getMinimumValue(unsigned int theBand);
|
||||||
|
@ -17,5 +17,5 @@ class QgsRasterPyramid
|
|||||||
/** \brief Whether the pyramid should be built */
|
/** \brief Whether the pyramid should be built */
|
||||||
bool build;
|
bool build;
|
||||||
|
|
||||||
QgsRasterPyramid()
|
QgsRasterPyramid();
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user