|
| QgsColorRampLegendNodeSettings () |
|
| QgsColorRampLegendNodeSettings (const QgsColorRampLegendNodeSettings &other) |
| Copy constructor. More...
|
|
| ~QgsColorRampLegendNodeSettings () |
|
QgsColorRampLegendNodeSettings::Direction | direction () const |
| Returns the direction of the ramp. More...
|
|
QString | maximumLabel () const |
| Returns the label for the maximum value on the ramp. More...
|
|
QString | minimumLabel () const |
| Returns the label for the minimum value on the ramp. More...
|
|
const QgsNumericFormat * | numericFormat () const |
| Returns the numeric format used for numbers in the scalebar. More...
|
|
QgsColorRampLegendNodeSettings & | operator= (const QgsColorRampLegendNodeSettings &other) |
|
Qt::Orientation | orientation () const |
| Returns the ramp orientation (i.e. More...
|
|
QString | prefix () const |
| Returns the prefix to show before legend text. More...
|
|
void | readXml (const QDomElement &element, const QgsReadWriteContext &context) |
| Reads settings from an XML element. More...
|
|
void | setDirection (QgsColorRampLegendNodeSettings::Direction direction) |
| Sets the direction of the ramp. More...
|
|
void | setMaximumLabel (const QString &label) |
| Sets the label for the maximum value on the ramp. More...
|
|
void | setMinimumLabel (const QString &label) |
| Sets the label for the minimum value on the ramp. More...
|
|
void | setNumericFormat (QgsNumericFormat *format) |
| Sets the numeric format used for numbers in the scalebar. More...
|
|
void | setOrientation (Qt::Orientation orientation) |
| Sets the ramp orientation (i.e. More...
|
|
void | setPrefix (const QString &prefix) |
| Sets the prefix to show before legend text. More...
|
|
void | setSuffix (const QString &suffix) |
| Sets the suffix to show after legend text. More...
|
|
void | setTextFormat (const QgsTextFormat &format) |
| Sets the text format used to render text in the legend item. More...
|
|
void | setUseContinuousLegend (bool useContinuousLegend) |
| Sets the flag to use a continuos gradient legend to useContinuousLegend. More...
|
|
QString | suffix () const |
| Returns the suffix to show after legend text. More...
|
|
QgsTextFormat | textFormat () const |
| Returns the text format used to render text in the legend item. More...
|
|
bool | useContinuousLegend () const |
| Returns true if a continuous gradient legend will be used. More...
|
|
void | writeXml (QDomDocument &doc, QDomElement &element, const QgsReadWriteContext &context) const |
| Writes settings to an XML element. More...
|
|