mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
-Commented out the ColorRampItemList from the sip files
git-svn-id: http://svn.osgeo.org/qgis/trunk@9252 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
767f4a3fb6
commit
7defe5a0b8
@ -43,6 +43,6 @@ class QgsRasterBandStats
|
|||||||
/** whehter histogram compuation should include out of range values */
|
/** whehter histogram compuation should include out of range values */
|
||||||
bool histogramOutOfRangeFlag;
|
bool histogramOutOfRangeFlag;
|
||||||
/** Color table */
|
/** Color table */
|
||||||
QgsColorTable colorTable;
|
//QList<QgsColorRampShader::ColorRampItem> colorTable;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -498,7 +498,7 @@ public slots:
|
|||||||
* \param band number
|
* \param band number
|
||||||
* \return pointer to color table
|
* \return pointer to color table
|
||||||
*/
|
*/
|
||||||
QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
|
//QList<QgsColorRampShader::ColorRampItem>* getColorTable ( int theBandNoInt );
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
/** reads vector layer specific state from project file Dom node.
|
/** reads vector layer specific state from project file Dom node.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user