|
| QgsScaleBarSettings () |
| Constructor for QgsScaleBarSettings. More...
|
|
| QgsScaleBarSettings (const QgsScaleBarSettings &other) |
| Copy constructor. More...
|
|
| ~QgsScaleBarSettings () |
|
Alignment | alignment () const |
| Returns the scalebar alignment. More...
|
|
QgsFillSymbol * | alternateFillSymbol () const |
| Returns the secondary fill symbol used to render the scalebar (only used for some scalebar types). More...
|
|
double | boxContentSpace () const |
| Returns the spacing (margin) between the scalebar box and content in millimeters. More...
|
|
Q_DECL_DEPRECATED QBrush | brush () const |
| Returns the primary brush used for filling the scalebar. More...
|
|
Q_DECL_DEPRECATED QBrush | brush2 () const |
| Returns the secondary brush for the scalebar. More...
|
|
QgsLineSymbol * | divisionLineSymbol () const |
| Returns the line symbol used to render the scalebar divisions (only used for some scalebar types). More...
|
|
Q_DECL_DEPRECATED QColor | fillColor () const |
| Returns the color used for fills in the scalebar. More...
|
|
Q_DECL_DEPRECATED QColor | fillColor2 () const |
| Returns the secondary color used for fills in the scalebar. More...
|
|
QgsFillSymbol * | fillSymbol () const |
| Returns the primary fill symbol used to render the scalebar (only used for some scalebar types). More...
|
|
Q_DECL_DEPRECATED QFont | font () const |
| Returns the font used for drawing text in the scalebar. More...
|
|
Q_DECL_DEPRECATED QColor | fontColor () const |
| Returns the color used for drawing text in the scalebar. More...
|
|
double | height () const |
| Returns the scalebar height (in millimeters). More...
|
|
double | labelBarSpace () const |
| Returns the spacing (in millimeters) between labels and the scalebar. More...
|
|
LabelHorizontalPlacement | labelHorizontalPlacement () const |
| Returns the horizontal placement of text labels. More...
|
|
LabelVerticalPlacement | labelVerticalPlacement () const |
| Returns the vertical placement of text labels. More...
|
|
Q_DECL_DEPRECATED Qt::PenCapStyle | lineCapStyle () const |
| Returns the cap style used for drawing lines in the scalebar. More...
|
|
Q_DECL_DEPRECATED QColor | lineColor () const |
| Returns the color used for lines in the scalebar. More...
|
|
Q_DECL_DEPRECATED Qt::PenJoinStyle | lineJoinStyle () const |
| Returns the join style used for drawing lines in the scalebar. More...
|
|
QgsLineSymbol * | lineSymbol () const |
| Returns the line symbol used to render the scalebar (only used for some scalebar types). More...
|
|
Q_DECL_DEPRECATED double | lineWidth () const |
| Returns the line width in millimeters for lines in the scalebar. More...
|
|
double | mapUnitsPerScaleBarUnit () const |
| Returns the number of map units per scale bar unit used by the scalebar. More...
|
|
double | maximumBarWidth () const |
| Returns the maximum width (in millimeters) for scale bar segments. More...
|
|
double | minimumBarWidth () const |
| Returns the minimum width (in millimeters) for scale bar segments. More...
|
|
int | numberOfSegments () const |
| Returns the number of segments included in the scalebar. More...
|
|
int | numberOfSegmentsLeft () const |
| Returns the number of segments included in the left part of the scalebar. More...
|
|
int | numberOfSubdivisions () const |
| Returns the number of subdivisions for segments included in the right part of the scalebar (only used for some scalebar types). More...
|
|
const QgsNumericFormat * | numericFormat () const |
| Returns the numeric format used for numbers in the scalebar. More...
|
|
QgsScaleBarSettings & | operator= (const QgsScaleBarSettings &other) |
|
Q_DECL_DEPRECATED QPen | pen () const |
| Returns the pen used for drawing outlines in the scalebar. More...
|
|
SegmentSizeMode | segmentSizeMode () const |
| Returns the size mode for the scale bar segments. More...
|
|
void | setAlignment (Alignment alignment) |
| Sets the scalebar alignment. More...
|
|
void | setAlternateFillSymbol (QgsFillSymbol *symbol) |
| Sets the secondary fill symbol used to render the scalebar (only used for some scalebar types). More...
|
|
void | setBoxContentSpace (double space) |
| Sets the space (margin) between the scalebar box and content in millimeters. More...
|
|
Q_DECL_DEPRECATED void | setBrush (const QBrush &brush) |
| Sets the primary brush used for filling the scalebar. More...
|
|
Q_DECL_DEPRECATED void | setBrush2 (const QBrush &brush) |
| Sets the secondary brush used for filling the scalebar. More...
|
|
void | setDivisionLineSymbol (QgsLineSymbol *symbol) |
| Sets the line symbol used to render the scalebar divisions (only used for some scalebar types). More...
|
|
Q_DECL_DEPRECATED void | setFillColor (const QColor &color) |
| Sets the color used for fills in the scalebar. More...
|
|
Q_DECL_DEPRECATED void | setFillColor2 (const QColor &color) |
| Sets the secondary color used for fills in the scalebar. More...
|
|
void | setFillSymbol (QgsFillSymbol *symbol) |
| Sets the primary fill symbol used to render the scalebar (only used for some scalebar types). More...
|
|
Q_DECL_DEPRECATED void | setFont (const QFont &font) |
| Sets the font used for drawing text in the scalebar. More...
|
|
Q_DECL_DEPRECATED void | setFontColor (const QColor &color) |
| Sets the color used for drawing text in the scalebar. More...
|
|
void | setHeight (double height) |
| Sets the scalebar height (in millimeters). More...
|
|
void | setLabelBarSpace (double space) |
| Sets the spacing (in millimeters) between labels and the scalebar. More...
|
|
void | setLabelHorizontalPlacement (LabelHorizontalPlacement placement) |
| Sets the horizontal placement of text labels. More...
|
|
void | setLabelVerticalPlacement (LabelVerticalPlacement placement) |
| Sets the vertical placement of text labels. More...
|
|
Q_DECL_DEPRECATED void | setLineCapStyle (Qt::PenCapStyle style) |
| Sets the cap style used when drawing the lines in the scalebar. More...
|
|
Q_DECL_DEPRECATED void | setLineColor (const QColor &color) |
| Sets the color used for lines in the scalebar. More...
|
|
Q_DECL_DEPRECATED void | setLineJoinStyle (Qt::PenJoinStyle style) |
| Sets the join style used when drawing the lines in the scalebar. More...
|
|
void | setLineSymbol (QgsLineSymbol *symbol) |
| Sets the line symbol used to render the scalebar (only used for some scalebar types). More...
|
|
Q_DECL_DEPRECATED void | setLineWidth (double width) |
| Sets the line width in millimeters for lines in the scalebar. More...
|
|
void | setMapUnitsPerScaleBarUnit (double units) |
| Sets the number of map units per scale bar unit used by the scalebar. More...
|
|
void | setMaximumBarWidth (double width) |
| Sets the maximum width (in millimeters) for scale bar segments. More...
|
|
void | setMinimumBarWidth (double width) |
| Sets the minimum width (in millimeters) for scale bar segments. More...
|
|
void | setNumberOfSegments (int segments) |
| Sets the number of segments included in the scalebar. More...
|
|
void | setNumberOfSegmentsLeft (int segments) |
| Sets the number of segments included in the left part of the scalebar. More...
|
|
void | setNumberOfSubdivisions (int subdivisions) |
| Sets the number of subdivisions for segments included in the right part of the scalebar (only used for some scalebar types). More...
|
|
void | setNumericFormat (QgsNumericFormat *format) |
| Sets the numeric format used for numbers in the scalebar. More...
|
|
Q_DECL_DEPRECATED void | setPen (const QPen &pen) |
| Sets the pen used for drawing outlines in the scalebar. More...
|
|
void | setSegmentSizeMode (SegmentSizeMode mode) |
| Sets the size mode for scale bar segments. More...
|
|
void | setSubdivisionLineSymbol (QgsLineSymbol *symbol) |
| Sets the line symbol used to render the scalebar subdivisions (only used for some scalebar types). More...
|
|
void | setSubdivisionsHeight (double height) |
| Sets the scalebar subdivisions height (in millimeters) for segments included in the right part of the scalebar (only used for some scalebar types). More...
|
|
void | setTextFormat (const QgsTextFormat &format) |
| Sets the text format used for drawing text in the scalebar. More...
|
|
void | setUnitLabel (const QString &label) |
| Sets the label for units. More...
|
|
void | setUnits (QgsUnitTypes::DistanceUnit units) |
| Sets the distance units used by the scalebar. More...
|
|
void | setUnitsPerSegment (double units) |
| Sets the number of scalebar units per segment. More...
|
|
QgsLineSymbol * | subdivisionLineSymbol () const |
| Returns the line symbol used to render the scalebar subdivisions (only used for some scalebar types). More...
|
|
double | subdivisionsHeight () const |
| Returns the scalebar subdivisions height (in millimeters) for segments included in the right part of the scalebar (only used for some scalebar types). More...
|
|
QgsTextFormat & | textFormat () |
| Returns the text format used for drawing text in the scalebar. More...
|
|
QgsTextFormat | textFormat () const |
| Returns the text format used for drawing text in the scalebar. More...
|
|
QString | unitLabel () const |
| Returns the label for units. More...
|
|
QgsUnitTypes::DistanceUnit | units () const |
| Returns the distance units used by the scalebar. More...
|
|
double | unitsPerSegment () const |
| Returns the number of scalebar units per segment. More...
|
|