mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-21 00:03:03 -04:00
Added doxygen docs
This commit is contained in:
parent
5f2c8e08e2
commit
37cd9e7a0d
@ -28,6 +28,11 @@ class QgsSingleBandPseudoColorRenderer: QgsRasterRenderer
|
||||
* @note added in QGIS 2.7
|
||||
*/
|
||||
int band() const;
|
||||
|
||||
/** Sets the band used by the renderer.
|
||||
* @see band
|
||||
* @note added in QGIS 2.10
|
||||
*/
|
||||
void setBand(int bandNo);
|
||||
|
||||
double classificationMin() const;
|
||||
|
@ -53,6 +53,11 @@ class CORE_EXPORT QgsSingleBandPseudoColorRenderer: public QgsRasterRenderer
|
||||
* @note added in QGIS 2.7
|
||||
*/
|
||||
int band() const { return mBand; }
|
||||
|
||||
/** Sets the band used by the renderer.
|
||||
* @see band
|
||||
* @note added in QGIS 2.10
|
||||
*/
|
||||
void setBand( int bandNo );
|
||||
|
||||
double classificationMin() const { return mClassificationMin; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user