21 #include "qgis_core.h"
37 UndefinedColorInterpretation = 0,
54 ContinuousPalette = 17
59 IdentifyFormatUndefined = 0,
60 IdentifyFormatValue = 1,
61 IdentifyFormatText = 1 << 1,
62 IdentifyFormatHtml = 1 << 2,
63 IdentifyFormatFeature = 1 << 3,
69 ProgressHistogram = 0,
71 ProgressStatistics = 2
78 PyramidsCopyExisting = 2
91 UndefinedDrawingStyle,
93 SingleBandPseudoColor,
95 PalettedSingleBandGray,
96 PalettedSingleBandPseudoColor,
97 PalettedMultiBandColor,
98 MultiBandSingleBandGray,
99 MultiBandSingleBandPseudoColor,
101 SingleBandColorDataStyle
123 static double representableValue(
double value,
Qgis::DataType dataType );