QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | Static Public Member Functions | Protected Member Functions | Friends | List of all members
QgsLayoutItemScaleBar Class Reference

A layout item subclass for scale bars. More...

#include <qgslayoutitemscalebar.h>

Inheritance diagram for QgsLayoutItemScaleBar:
Inheritance graph
[legend]

Public Member Functions

 QgsLayoutItemScaleBar (QgsLayout *layout)
 Constructor for QgsLayoutItemScaleBar, with the specified parent layout. More...
 
bool accept (QgsStyleEntityVisitorInterface *visitor) const override
 Accepts the specified style entity visitor, causing it to visit all style entities associated with the layout item. More...
 
QgsScaleBarSettings::Alignment alignment () const
 Returns the scalebar alignment. More...
 
QgsFillSymbolalternateFillSymbol () const
 Returns the secondary fill symbol used to render the scalebar (only used for some scalebar types). More...
 
bool applyDefaultRendererSettings (QgsScaleBarRenderer *renderer)
 Applies any default settings relating to the specified renderer to the item. More...
 
void applyDefaultSettings ()
 Applies the default scalebar settings to the scale bar. More...
 
void applyDefaultSize (Qgis::DistanceUnit units=Qgis::DistanceUnit::Meters)
 Applies the default size to the scale bar (scale bar 1/5 of map item width) 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 for the scalebar. More...
 
Q_DECL_DEPRECATED QBrush brush2 () const
 Returns the secondary brush for the scalebar. More...
 
QgsLineSymboldivisionLineSymbol () const
 Returns the line symbol used to render the scalebar divisions (only used for some scalebar types). More...
 
ExportLayerBehavior exportLayerBehavior () const override
 Returns the behavior of this item during exporting to layered exports (e.g. 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...
 
QgsFillSymbolfillSymbol () const
 Returns the primary fill symbol used to render the scalebar (only used for some scalebar types). More...
 
void finalizeRestoreFromXml () override
 Called after all pending items have been restored from XML. 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...
 
Qgis::DistanceUnit guessUnits () const
 Attempts to guess the most reasonable unit choice for the scalebar, given the current linked map's scale. More...
 
double height () const
 Returns the scalebar height (in millimeters). More...
 
QIcon icon () const override
 Returns the item's icon. More...
 
double labelBarSpace () const
 Returns the spacing (in millimeters) between labels and the scalebar. More...
 
QgsScaleBarSettings::LabelHorizontalPlacement labelHorizontalPlacement () const
 Returns the horizontal placement of text labels. More...
 
QgsScaleBarSettings::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...
 
QgsLineSymbollineSymbol () 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...
 
QgsLayoutItemMaplinkedMap () const
 Returns the map item linked to 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...
 
QgsLayoutSize minimumSize () const override
 Returns the minimum allowed size of the item, if applicable, or an empty size if item can be freely resized. 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 QgsNumericFormatnumericFormat () const
 Returns the numeric format used for numbers in the scalebar. More...
 
Q_DECL_DEPRECATED QPen pen () const
 Returns the pen used for drawing outlines in the scalebar. More...
 
void refreshDataDefinedProperty (QgsLayoutObject::DataDefinedProperty property=QgsLayoutObject::DataDefinedProperty::AllProperties) override
 Refreshes a data defined property for the item by reevaluating the property's value and redrawing the item with this new value. More...
 
void resizeToMinimumWidth ()
 Resizes the scale bar to its minimum width, without changing the height. More...
 
QgsScaleBarSettings::SegmentSizeMode segmentSizeMode () const
 Returns the size mode for the scale bar segments. More...
 
void setAlignment (QgsScaleBarSettings::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...
 
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 (QgsScaleBarSettings::LabelHorizontalPlacement placement)
 Sets the horizontal placement of text labels. More...
 
void setLabelVerticalPlacement (QgsScaleBarSettings::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 setLinkedMap (QgsLayoutItemMap *map)
 Sets the map item linked to 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 maxWidth)
 Sets the maximum width (in millimeters) for scale bar segments. More...
 
void setMinimumBarWidth (double minWidth)
 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...
 
void setSegmentSizeMode (QgsScaleBarSettings::SegmentSizeMode mode)
 Sets the size mode for scale bar segments. More...
 
void setStyle (const QString &name)
 Sets the scale bar style by name. 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 (Qgis::DistanceUnit units)
 Sets the distance units used by the scalebar. More...
 
void setUnitsPerSegment (double units)
 Sets the number of scalebar units per segment. More...
 
QString style () const
 Returns the scale bar style name. More...
 
QgsLineSymbolsubdivisionLineSymbol () 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 () const
 Returns the text format used for drawing text in the scalebar. More...
 
int type () const override
 
QString unitLabel () const
 Returns the label for units. More...
 
Qgis::DistanceUnit units () const
 Returns the distance units used by the scalebar. More...
 
double unitsPerSegment () const
 Returns the number of scalebar units per segment. More...
 
void update ()
 Adjusts the scale bar box size and updates the item. More...
 
- Public Member Functions inherited from QgsLayoutItem
 QgsLayoutItem (QgsLayout *layout, bool manageZValue=true)
 Constructor for QgsLayoutItem, with the specified parent layout. More...
 
 ~QgsLayoutItem () override
 
virtual bool accept (QgsStyleEntityVisitorInterface *visitor) const
 Accepts the specified style entity visitor, causing it to visit all style entities associated with the layout item. More...
 
virtual void attemptMove (const QgsLayoutPoint &point, bool useReferencePoint=true, bool includesFrame=false, int page=-1)
 Attempts to move the item to a specified point. More...
 
void attemptMoveBy (double deltaX, double deltaY)
 Attempts to shift the item's position by a specified deltaX and deltaY, in layout units. More...
 
virtual void attemptResize (const QgsLayoutSize &size, bool includesFrame=false)
 Attempts to resize the item to a specified target size. More...
 
void attemptSetSceneRect (const QRectF &rect, bool includesFrame=false)
 Attempts to update the item's position and size to match the passed rect in layout coordinates. More...
 
QColor backgroundColor (bool useDataDefined=true) const
 Returns the background color for this item. More...
 
void beginCommand (const QString &commandText, UndoCommand command=UndoNone)
 Starts new undo command for this item. More...
 
QPainter::CompositionMode blendMode () const
 Returns the item's composition blending mode. More...
 
void cancelCommand ()
 Cancels the current item command and discards it. More...
 
virtual void cleanup ()
 Called just before a batch of items are deleted, allowing them to run cleanup tasks. More...
 
virtual QgsGeometry clipPath () const
 Returns the clipping path generated by this item, in layout coordinates. More...
 
virtual bool containsAdvancedEffects () const
 Returns true if the item contains contents with blend modes or transparency effects which can only be reproduced by rastering the item. More...
 
QgsAbstractLayoutUndoCommandcreateCommand (const QString &text, int id, QUndoCommand *parent=nullptr) override
 Creates a new layout undo command with the specified text and parent. More...
 
QgsExpressionContext createExpressionContext () const override
 This method needs to be reimplemented in all classes which implement this interface and return an expression context. More...
 
virtual QString displayName () const
 Gets item display name. More...
 
void endCommand ()
 Completes the current item command and push it onto the layout's undo stack. More...
 
virtual double estimatedFrameBleed () const
 Returns the estimated amount the item's frame bleeds outside the item's actual rectangle. More...
 
bool excludeFromExports () const
 Returns whether the item should be excluded from layout exports and prints. More...
 
virtual ExportLayerBehavior exportLayerBehavior () const
 Returns the behavior of this item during exporting to layered exports (e.g. More...
 
virtual QgsLayoutItem::ExportLayerDetail exportLayerDetails () const
 Returns the details for the specified current export layer. More...
 
virtual void finalizeRestoreFromXml ()
 Called after all pending items have been restored from XML. More...
 
virtual QgsLayoutSize fixedSize () const
 Returns the fixed size of the item, if applicable, or an empty size if item can be freely resized. More...
 
bool frameEnabled () const
 Returns true if the item includes a frame. More...
 
Qt::PenJoinStyle frameJoinStyle () const
 Returns the join style used for drawing the item's frame. More...
 
QColor frameStrokeColor () const
 Returns the frame's stroke color. More...
 
QgsLayoutMeasurement frameStrokeWidth () const
 Returns the frame's stroke width. More...
 
bool hasBackground () const
 Returns true if the item has a background. More...
 
virtual QIcon icon () const
 Returns the item's icon. More...
 
QString id () const
 Returns the item's ID name. More...
 
bool isGroupMember () const
 Returns true if the item is part of a QgsLayoutItemGroup group. More...
 
bool isLocked () const
 Returns true if the item is locked, and cannot be interacted with using the mouse. More...
 
virtual bool isRefreshing () const
 Returns true if the item is currently refreshing content in the background. More...
 
virtual Flags itemFlags () const
 Returns the item's flags, which indicate how the item behaves. More...
 
double itemOpacity () const
 Returns the item's opacity. More...
 
double itemRotation () const
 Returns the current rotation for the item, in degrees clockwise. More...
 
virtual QgsLayoutSize minimumSize () const
 Returns the minimum allowed size of the item, if applicable, or an empty size if item can be freely resized. More...
 
virtual void moveContent (double dx, double dy)
 Moves the content of the item, by a specified dx and dy in layout units. More...
 
virtual bool nextExportPart ()
 Moves to the next export part for a multi-layered export item, during a multi-layered export. More...
 
virtual Q_DECL_DEPRECATED int numberExportLayers () const
 Returns the number of layers that this item requires for exporting during layered exports (e.g. More...
 
int page () const
 Returns the page the item is currently on, with the first page returning 0. More...
 
QPointF pagePos () const
 Returns the item's position (in layout units) relative to the top left corner of its current page. More...
 
QgsLayoutPoint pagePositionWithUnits () const
 Returns the item's position (in item units) relative to the top left corner of its current page. More...
 
void paint (QPainter *painter, const QStyleOptionGraphicsItem *itemStyle, QWidget *pWidget) override
 Handles preparing a paint surface for the layout item and painting the item's content. More...
 
QgsLayoutItemGroupparentGroup () const
 Returns the item's parent group, if the item is part of a QgsLayoutItemGroup group. More...
 
QgsLayoutPoint positionWithUnits () const
 Returns the item's current position, including units. More...
 
bool readXml (const QDomElement &itemElement, const QDomDocument &document, const QgsReadWriteContext &context)
 Sets the item state from a DOM element. More...
 
virtual QRectF rectWithFrame () const
 Returns the item's rectangular bounds, including any bleed caused by the item's frame. More...
 
ReferencePoint referencePoint () const
 Returns the reference point for positioning of the layout item. More...
 
virtual bool requiresRasterization () const
 Returns true if the item is drawn in such a way that forces the whole layout to be rasterized when exporting to vector formats. More...
 
void setBackgroundColor (const QColor &color)
 Sets the background color for this item. More...
 
void setBackgroundEnabled (bool drawBackground)
 Sets whether this item has a background drawn under it or not. More...
 
void setBlendMode (QPainter::CompositionMode mode)
 Sets the item's composition blending mode. More...
 
void setExcludeFromExports (bool exclude)
 Sets whether the item should be excluded from layout exports and prints. More...
 
virtual void setFrameEnabled (bool drawFrame)
 Sets whether this item has a frame drawn around it or not. More...
 
void setFrameJoinStyle (Qt::PenJoinStyle style)
 Sets the join style used when drawing the item's frame. More...
 
void setFrameStrokeColor (const QColor &color)
 Sets the frame stroke color. More...
 
virtual void setFrameStrokeWidth (QgsLayoutMeasurement width)
 Sets the frame stroke width. More...
 
virtual void setId (const QString &id)
 Set the item's id name. More...
 
void setItemOpacity (double opacity)
 Sets the item's opacity. More...
 
void setLocked (bool locked)
 Sets whether the item is locked, preventing mouse interactions with the item. More...
 
virtual void setMoveContentPreviewOffset (double dx, double dy)
 Sets temporary offset for the item, by a specified dx and dy in layout units. More...
 
void setParentGroup (QgsLayoutItemGroup *group)
 Sets the item's parent group. More...
 
void setReferencePoint (ReferencePoint point)
 Sets the reference point for positioning of the layout item. More...
 
virtual void setSelected (bool selected)
 Sets whether the item should be selected. More...
 
virtual void setVisibility (bool visible)
 Sets whether the item is visible. More...
 
bool shouldDrawItem () const
 Returns whether the item should be drawn in the current context. More...
 
QgsLayoutSize sizeWithUnits () const
 Returns the item's current size, including units. More...
 
virtual void startLayeredExport ()
 Starts a multi-layer export operation. More...
 
virtual void stopLayeredExport ()
 Stops a multi-layer export operation. More...
 
int type () const override
 Returns a unique graphics item type identifier. More...
 
virtual QString uuid () const
 Returns the item identification string. More...
 
bool writeXml (QDomElement &parentElement, QDomDocument &document, const QgsReadWriteContext &context) const
 Stores the item state in a DOM element. More...
 
virtual void zoomContent (double factor, QPointF point)
 Zooms content of item. More...
 
- Public Member Functions inherited from QgsLayoutObject
 QgsLayoutObject (QgsLayout *layout)
 Constructor for QgsLayoutObject, with the specified parent layout. More...
 
QgsExpressionContext createExpressionContext () const override
 Creates an expression context relating to the objects' current state. More...
 
QStringList customProperties () const
 Returns list of keys stored in custom properties for the object. More...
 
QVariant customProperty (const QString &key, const QVariant &defaultValue=QVariant()) const
 Read a custom property from the object. More...
 
QgsPropertyCollectiondataDefinedProperties ()
 Returns a reference to the object's property collection, used for data defined overrides. More...
 
const QgsPropertyCollectiondataDefinedProperties () const
 Returns a reference to the object's property collection, used for data defined overrides. More...
 
QgsLayoutlayout ()
 Returns the layout the object is attached to. More...
 
const QgsLayoutlayout () const
 Returns the layout the object is attached to. More...
 
void removeCustomProperty (const QString &key)
 Remove a custom property from the object. More...
 
void setCustomProperty (const QString &key, const QVariant &value)
 Set a custom property for the object. More...
 
void setDataDefinedProperties (const QgsPropertyCollection &collection)
 Sets the objects's property collection, used for data defined overrides. More...
 
- Public Member Functions inherited from QgsExpressionContextGenerator
virtual ~QgsExpressionContextGenerator ()=default
 
virtual QgsExpressionContext createExpressionContext () const =0
 This method needs to be reimplemented in all classes which implement this interface and return an expression context. More...
 
- Public Member Functions inherited from QgsLayoutUndoObjectInterface
virtual ~QgsLayoutUndoObjectInterface ()=default
 Destructor for QgsLayoutUndoObjectInterface. More...
 
virtual QgsAbstractLayoutUndoCommandcreateCommand (const QString &text, int id=0, QUndoCommand *parent=nullptr)=0
 Creates a new layout undo command with the specified text and parent. More...
 

Static Public Member Functions

static QgsLayoutItemScaleBarcreate (QgsLayout *layout)
 Returns a new scale bar item for the specified layout. More...
 
- Static Public Member Functions inherited from QgsLayoutObject
static bool propertyAssociatesWithParentMultiframe (DataDefinedProperty property)
 Returns true if the specified property key is normally associated with the parent QgsLayoutMultiFrame object instead of a child QgsLayoutFrame object. More...
 
static const QgsPropertiesDefinitionpropertyDefinitions ()
 Returns the layout object property definitions. More...
 

Protected Member Functions

void draw (QgsLayoutItemRenderContext &context) override
 Draws the item's contents using the specified item render context. More...
 
bool readPropertiesFromElement (const QDomElement &element, const QDomDocument &document, const QgsReadWriteContext &context) override
 Sets item state from a DOM element. More...
 
bool writePropertiesToElement (QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context) const override
 Stores item state within an XML DOM element. More...
 
- Protected Member Functions inherited from QgsLayoutItem
QPointF adjustPointForReferencePosition (QPointF point, QSizeF size, ReferencePoint reference) const
 Adjusts the specified point at which a reference position of the item sits and returns the top left corner of the item, if reference point were placed at the specified position. More...
 
QgsLayoutSize applyDataDefinedSize (const QgsLayoutSize &size)
 Applies any present data defined size overrides to the specified layout size. More...
 
virtual QSizeF applyItemSizeConstraint (QSizeF targetSize)
 Applies any item-specific size constraint handling to a given targetSize in layout units. More...
 
virtual void draw (QgsLayoutItemRenderContext &context)=0
 Draws the item's contents using the specified item render context. More...
 
virtual void drawBackground (QgsRenderContext &context)
 Draws the background for the item. More...
 
virtual void drawDebugRect (QPainter *painter)
 Draws a debugging rectangle of the item's current bounds within the specified painter. More...
 
virtual void drawFrame (QgsRenderContext &context)
 Draws the frame around the item. More...
 
void drawRefreshingOverlay (QPainter *painter, const QStyleOptionGraphicsItem *itemStyle)
 Draws a "refreshing" overlay icon on the item. More...
 
virtual QPainterPath framePath () const
 Returns the path to use when drawing the item's frame or background. More...
 
QPointF positionAtReferencePoint (ReferencePoint reference) const
 Returns the current position (in layout units) of a reference point for the item. More...
 
virtual bool readPropertiesFromElement (const QDomElement &element, const QDomDocument &document, const QgsReadWriteContext &context)
 Sets item state from a DOM element. More...
 
void refreshBackgroundColor (bool updateItem=true)
 Refresh item's background color, considering data defined colors. More...
 
void refreshBlendMode ()
 Refresh item's blend mode, considering data defined blend mode. More...
 
void refreshFrame (bool updateItem=true)
 Refresh item's frame, considering data defined colors and frame size. More...
 
void refreshItemPosition ()
 Refreshes an item's position by rechecking it against any possible overrides such as data defined positioning. More...
 
void refreshItemRotation (QPointF *origin=nullptr)
 Refreshes an item's rotation by rechecking it against any possible overrides such as data defined rotation. More...
 
void refreshItemSize ()
 Refreshes an item's size by rechecking it against any possible item fixed or minimum sizes. More...
 
void refreshOpacity (bool updateItem=true)
 Refresh item's opacity, considering data defined opacity. More...
 
virtual void setFixedSize (const QgsLayoutSize &size)
 Sets a fixed size for the layout item, which prevents it from being freely resized. More...
 
virtual void setMinimumSize (const QgsLayoutSize &size)
 Sets the minimum allowed size for the layout item. More...
 
QgsLayoutPoint topLeftToReferencePoint (const QgsLayoutPoint &point) const
 Returns the position for the reference point of the item, if the top-left of the item was placed at the specified point. More...
 
virtual bool writePropertiesToElement (QDomElement &element, QDomDocument &document, const QgsReadWriteContext &context) const
 Stores item state within an XML DOM element. More...
 
- Protected Member Functions inherited from QgsLayoutObject
bool readObjectPropertiesFromElement (const QDomElement &parentElement, const QDomDocument &document, const QgsReadWriteContext &context)
 Sets object properties from a DOM element. More...
 
bool writeObjectPropertiesToElement (QDomElement &parentElement, QDomDocument &document, const QgsReadWriteContext &context) const
 Stores object properties within an XML DOM element. More...
 

Friends

class QgsCompositionConverter
 

Additional Inherited Members

- Public Types inherited from QgsLayoutItem
enum  ExportLayerBehavior { CanGroupWithAnyOtherItem , CanGroupWithItemsOfSameType , MustPlaceInOwnLayer , ItemContainsSubLayers }
 Behavior of item when exporting to layered outputs. More...
 
enum  Flag { FlagOverridesPaint = 1 << 1 , FlagProvidesClipPath = 1 << 2 , FlagDisableSceneCaching = 1 << 3 }
 Flags for controlling how an item behaves. More...
 
typedef QFlags< FlagFlags
 
enum  ReferencePoint {
  UpperLeft , UpperMiddle , UpperRight , MiddleLeft ,
  Middle , MiddleRight , LowerLeft , LowerMiddle ,
  LowerRight
}
 Fixed position reference point. More...
 
enum  UndoCommand {
  UndoNone = -1 , UndoIncrementalMove = 1 , UndoIncrementalResize , UndoStrokeColor ,
  UndoStrokeWidth , UndoBackgroundColor , UndoOpacity , UndoMarginLeft ,
  UndoMarginTop , UndoMarginBottom , UndoMarginRight , UndoSetId ,
  UndoRotation , UndoShapeStyle , UndoShapeCornerRadius , UndoNodeMove ,
  UndoAtlasMargin , UndoMapRotation , UndoZoomContent , UndoOverviewStyle ,
  UndoGridFramePenColor , UndoMapGridFrameFill1Color , UndoMapGridFrameFill2Color , UndoMapAnnotationDistance ,
  UndoMapGridAnnotationFontColor , UndoMapGridLineSymbol , UndoMapGridMarkerSymbol , UndoMapGridIntervalRange ,
  UndoMapLabelMargin , UndoPictureRotation , UndoPictureFillColor , UndoPictureStrokeColor ,
  UndoPictureStrokeWidth , UndoPictureNorthOffset , UndoLabelText , UndoLabelFont ,
  UndoLabelMargin , UndoLabelFontColor , UndoLegendText , UndoLegendColumnCount ,
  UndoLegendSymbolWidth , UndoLegendSymbolHeight , UndoLegendMaxSymbolSize , UndoLegendMinSymbolSize ,
  UndoLegendWmsLegendWidth , UndoLegendWmsLegendHeight , UndoLegendTitleSpaceBottom , UndoLegendGroupSpace ,
  UndoLegendGroupIndent , UndoLegendSubgroupIndent , UndoLegendLayerSpace , UndoLegendSymbolSpace ,
  UndoLegendIconSymbolSpace , UndoLegendFontColor , UndoLegendBoxSpace , UndoLegendColumnSpace ,
  UndoLegendLineSpacing , UndoLegendRasterStrokeWidth , UndoLegendRasterStrokeColor , UndoLegendTitleFont ,
  UndoLegendGroupFont , UndoLegendLayerFont , UndoLegendItemFont , UndoScaleBarLineWidth ,
  UndoScaleBarSegmentSize , UndoScaleBarSegmentsLeft , UndoScaleBarSegments , UndoScaleBarHeight ,
  UndoScaleBarSubdivisions , UndoScaleBarSubdivisionsHeight , UndoScaleBarFontColor , UndoScaleBarFillColor ,
  UndoScaleBarFillColor2 , UndoScaleBarStrokeColor , UndoScaleBarUnitText , UndoScaleBarMapUnitsSegment ,
  UndoScaleBarLabelBarSize , UndoScaleBarBoxContentSpace , UndoArrowStrokeWidth , UndoArrowHeadWidth ,
  UndoArrowHeadFillColor , UndoArrowHeadStrokeColor , UndoElevationProfileTolerance , UndoElevationProfileChartBackground ,
  UndoElevationProfileChartBorder , UndoElevationProfileDistanceMajorGridlines , UndoElevationProfileDistanceMinorGridlines , UndoElevationProfileDistanceFormat ,
  UndoElevationProfileDistanceFont , UndoElevationProfileDistanceLabels , UndoElevationProfileElevationMajorGridlines , UndoElevationProfileElevationMinorGridlines ,
  UndoElevationProfileElevationFormat , UndoElevationProfileElevationFont , UndoElevationProfileElevationLabels , UndoElevationProfileMinimumDistance ,
  UndoElevationProfileMaximumDistance , UndoElevationProfileMinimumElevation , UndoElevationProfileMaximumElevation , UndoCustomCommand
}
 Layout item undo commands, used for collapsing undo commands. More...
 
- Public Types inherited from QgsLayoutObject
enum class  DataDefinedProperty : int {
  NoProperty = 0 , AllProperties , TestProperty , PresetPaperSize ,
  PaperWidth , PaperHeight , NumPages , PaperOrientation ,
  PageNumber , PositionX , PositionY , ItemWidth ,
  ItemHeight , ItemRotation , Transparency , Opacity ,
  BlendMode , ExcludeFromExports , FrameColor , BackgroundColor ,
  MarginLeft , MarginTop , MarginRight , MarginBottom ,
  MapRotation , MapScale , MapXMin , MapYMin ,
  MapXMax , MapYMax , MapAtlasMargin , MapLayers ,
  MapStylePreset , MapLabelMargin , MapGridEnabled , MapGridIntervalX ,
  MapGridIntervalY , MapGridOffsetX , MapGridOffsetY , MapGridFrameSize ,
  MapGridFrameMargin , MapGridLabelDistance , MapGridCrossSize , MapGridFrameLineThickness ,
  MapGridAnnotationDisplayLeft , MapGridAnnotationDisplayRight , MapGridAnnotationDisplayTop , MapGridAnnotationDisplayBottom ,
  MapGridFrameDivisionsLeft , MapGridFrameDivisionsRight , MapGridFrameDivisionsTop , MapGridFrameDivisionsBottom ,
  MapCrs , StartDateTime , EndDateTime , MapZRangeLower ,
  MapZRangeUpper , PictureSource , PictureSvgBackgroundColor , PictureSvgStrokeColor ,
  PictureSvgStrokeWidth , SourceUrl , LegendTitle , LegendColumnCount ,
  ScalebarLeftSegments , ScalebarRightSegments , ScalebarSegmentWidth , ScalebarMinimumWidth ,
  ScalebarMaximumWidth , ScalebarHeight , ScalebarRightSegmentSubdivisions , ScalebarSubdivisionHeight ,
  ScalebarFillColor , ScalebarFillColor2 , ScalebarLineColor , ScalebarLineWidth ,
  AttributeTableSourceLayer , ElevationProfileTolerance , ElevationProfileDistanceMajorInterval , ElevationProfileDistanceMinorInterval ,
  ElevationProfileDistanceLabelInterval , ElevationProfileElevationMajorInterval , ElevationProfileElevationMinorInterval , ElevationProfileElevationLabelInterval ,
  ElevationProfileMinimumDistance , ElevationProfileMaximumDistance , ElevationProfileMinimumElevation , ElevationProfileMaximumElevation
}
 Data defined properties for different item types. More...
 
enum  PropertyValueType { EvaluatedValue = 0 , OriginalValue }
 Specifies whether the value returned by a function should be the original, user set value, or the current evaluated value for the property. More...
 
- Public Slots inherited from QgsLayoutItem
virtual void invalidateCache ()
 Forces a deferred update of any cached image the item uses. More...
 
virtual void redraw ()
 Triggers a redraw (update) of the item. More...
 
void refresh () override
 Refreshes the item, causing a recalculation of any property overrides and recalculation of its position and size. More...
 
virtual void refreshDataDefinedProperty (QgsLayoutObject::DataDefinedProperty property=QgsLayoutObject::DataDefinedProperty::AllProperties)
 Refreshes a data defined property for the item by reevaluating the property's value and redrawing the item with this new value. More...
 
virtual void rotateItem (double angle, QPointF transformOrigin)
 Rotates the item by a specified angle in degrees clockwise around a specified reference point. More...
 
virtual void setItemRotation (double rotation, bool adjustPosition=true)
 Sets the layout item's rotation, in degrees clockwise. More...
 
- Public Slots inherited from QgsLayoutObject
virtual void refresh ()
 Refreshes the object, causing a recalculation of any property overrides. More...
 
- Signals inherited from QgsLayoutItem
void backgroundTaskCountChanged (int count)
 Emitted whenever the number of background tasks an item is executing changes. More...
 
void clipPathChanged ()
 Emitted when the item's clipping path has changed. More...
 
void frameChanged ()
 Emitted if the item's frame style changes. More...
 
void lockChanged ()
 Emitted if the item's lock status changes. More...
 
void rotationChanged (double newRotation)
 Emitted on item rotation change. More...
 
void sizePositionChanged ()
 Emitted when the item's size or position changes. More...
 
- Signals inherited from QgsLayoutObject
void changed ()
 Emitted when the object's properties change. More...
 
- Protected Attributes inherited from QgsLayoutObject
QgsObjectCustomProperties mCustomProperties
 Custom properties for object. More...
 
QgsPropertyCollection mDataDefinedProperties
 
QPointer< QgsLayoutmLayout
 
- Properties inherited from QgsLayoutItem
bool locked
 

Detailed Description

A layout item subclass for scale bars.

Definition at line 34 of file qgslayoutitemscalebar.h.

Constructor & Destructor Documentation

◆ QgsLayoutItemScaleBar()

QgsLayoutItemScaleBar::QgsLayoutItemScaleBar ( QgsLayout layout)

Constructor for QgsLayoutItemScaleBar, with the specified parent layout.

Definition at line 49 of file qgslayoutitemscalebar.cpp.

Member Function Documentation

◆ accept()

bool QgsLayoutItemScaleBar::accept ( QgsStyleEntityVisitorInterface visitor) const
overridevirtual

Accepts the specified style entity visitor, causing it to visit all style entities associated with the layout item.

Returns true if the visitor should continue visiting other objects, or false if visiting should be canceled.

Since
QGIS 3.10

Reimplemented from QgsLayoutItem.

Definition at line 1397 of file qgslayoutitemscalebar.cpp.

◆ alignment()

QgsScaleBarSettings::Alignment QgsLayoutItemScaleBar::alignment ( ) const
inline

Returns the scalebar alignment.

See also
setAlignment()

Definition at line 533 of file qgslayoutitemscalebar.h.

◆ alternateFillSymbol()

QgsFillSymbol * QgsLayoutItemScaleBar::alternateFillSymbol ( ) const

Returns the secondary fill symbol used to render the scalebar (only used for some scalebar types).

Ownership is not transferred.

See also
setAlternateFillSymbol()
fillSymbol()
Since
QGIS 3.14

Definition at line 231 of file qgslayoutitemscalebar.cpp.

◆ applyDefaultRendererSettings()

bool QgsLayoutItemScaleBar::applyDefaultRendererSettings ( QgsScaleBarRenderer renderer)

Applies any default settings relating to the specified renderer to the item.

Returns true if settings were applied.

Since
QGIS 3.14

Definition at line 690 of file qgslayoutitemscalebar.cpp.

◆ applyDefaultSettings()

void QgsLayoutItemScaleBar::applyDefaultSettings ( )

Applies the default scalebar settings to the scale bar.

See also
applyDefaultSize()

Definition at line 661 of file qgslayoutitemscalebar.cpp.

◆ applyDefaultSize()

void QgsLayoutItemScaleBar::applyDefaultSize ( Qgis::DistanceUnit  units = Qgis::DistanceUnit::Meters)

Applies the default size to the scale bar (scale bar 1/5 of map item width)

See also
applyDefaultSettings()

Definition at line 737 of file qgslayoutitemscalebar.cpp.

◆ boxContentSpace()

double QgsLayoutItemScaleBar::boxContentSpace ( ) const
inline

Returns the spacing (margin) between the scalebar box and content in millimeters.

See also
setBoxContentSpace()

Definition at line 493 of file qgslayoutitemscalebar.h.

◆ brush()

QBrush QgsLayoutItemScaleBar::brush ( ) const

Returns the primary brush for the scalebar.

Returns
QBrush used for filling the scalebar
See also
brush2
pen
Deprecated:
use fillSymbol() instead

Definition at line 930 of file qgslayoutitemscalebar.cpp.

◆ brush2()

QBrush QgsLayoutItemScaleBar::brush2 ( ) const

Returns the secondary brush for the scalebar.

This is used for alternating color style scalebars, such as single and double box styles.

Returns
QBrush used for secondary color areas
See also
brush
Deprecated:
use alternateFillSymbol() instead

Definition at line 937 of file qgslayoutitemscalebar.cpp.

◆ create()

QgsLayoutItemScaleBar * QgsLayoutItemScaleBar::create ( QgsLayout layout)
static

Returns a new scale bar item for the specified layout.

The caller takes responsibility for deleting the returned object.

Definition at line 66 of file qgslayoutitemscalebar.cpp.

◆ divisionLineSymbol()

QgsLineSymbol * QgsLayoutItemScaleBar::divisionLineSymbol ( ) const

Returns the line symbol used to render the scalebar divisions (only used for some scalebar types).

Ownership is not transferred.

See also
setDivisionLineSymbol()
lineSymbol()
subdivisionLineSymbol()
Since
QGIS 3.14

Definition at line 201 of file qgslayoutitemscalebar.cpp.

◆ draw()

void QgsLayoutItemScaleBar::draw ( QgsLayoutItemRenderContext context)
overrideprotectedvirtual

Draws the item's contents using the specified item render context.

Note that the context's painter has been scaled so that painter units are pixels. Use the QgsRenderContext methods to convert from millimeters or other units to the painter's units.

Implements QgsLayoutItem.

Definition at line 77 of file qgslayoutitemscalebar.cpp.

◆ exportLayerBehavior()

QgsLayoutItem::ExportLayerBehavior QgsLayoutItemScaleBar::exportLayerBehavior ( ) const
overridevirtual

Returns the behavior of this item during exporting to layered exports (e.g.

SVG).

See also
numberExportLayers()
exportLayerDetails()
Since
QGIS 3.10

Reimplemented from QgsLayoutItem.

Definition at line 1406 of file qgslayoutitemscalebar.cpp.

◆ fillColor()

QColor QgsLayoutItemScaleBar::fillColor ( ) const

Returns the color used for fills in the scalebar.

See also
setFillColor()
fillColor2()
Deprecated:
use fillSymbol() instead

Definition at line 867 of file qgslayoutitemscalebar.cpp.

◆ fillColor2()

QColor QgsLayoutItemScaleBar::fillColor2 ( ) const

Returns the secondary color used for fills in the scalebar.

See also
setFillColor2()
fillColor()
Deprecated:
use alternateFillSymbol() instead

Definition at line 881 of file qgslayoutitemscalebar.cpp.

◆ fillSymbol()

QgsFillSymbol * QgsLayoutItemScaleBar::fillSymbol ( ) const

Returns the primary fill symbol used to render the scalebar (only used for some scalebar types).

Ownership is not transferred.

See also
setFillSymbol()
alternateFillSymbol()
Since
QGIS 3.14

Definition at line 221 of file qgslayoutitemscalebar.cpp.

◆ finalizeRestoreFromXml()

void QgsLayoutItemScaleBar::finalizeRestoreFromXml ( )
overridevirtual

Called after all pending items have been restored from XML.

Items can use this method to run steps which must take place after all items have been restored to the layout, such as connecting to signals emitted by other items, which may not have existed in the layout at the time readXml() was called. E.g. a scalebar can use this to connect to its linked map item after restoration from XML.

See also
readXml()

Reimplemented from QgsLayoutItem.

Definition at line 1381 of file qgslayoutitemscalebar.cpp.

◆ font()

QFont QgsLayoutItemScaleBar::font ( ) const

Returns the font used for drawing text in the scalebar.

See also
setFont()
Deprecated:
use textFormat() instead

Definition at line 840 of file qgslayoutitemscalebar.cpp.

◆ fontColor()

QColor QgsLayoutItemScaleBar::fontColor ( ) const

Returns the color used for drawing text in the scalebar.

See also
setFontColor()
font()
Deprecated:
use textFormat() instead

Definition at line 854 of file qgslayoutitemscalebar.cpp.

◆ guessUnits()

Qgis::DistanceUnit QgsLayoutItemScaleBar::guessUnits ( ) const

Attempts to guess the most reasonable unit choice for the scalebar, given the current linked map's scale.

This method also considers the linked map's CRS, in order to determine if metric or imperial units are more appropriate.

Definition at line 695 of file qgslayoutitemscalebar.cpp.

◆ height()

double QgsLayoutItemScaleBar::height ( ) const
inline

Returns the scalebar height (in millimeters).

See also
setHeight()

Definition at line 457 of file qgslayoutitemscalebar.h.

◆ icon()

QIcon QgsLayoutItemScaleBar::icon ( ) const
overridevirtual

Returns the item's icon.

Reimplemented from QgsLayoutItem.

Definition at line 61 of file qgslayoutitemscalebar.cpp.

◆ labelBarSpace()

double QgsLayoutItemScaleBar::labelBarSpace ( ) const
inline

Returns the spacing (in millimeters) between labels and the scalebar.

See also
setLabelBarSpace()

Definition at line 481 of file qgslayoutitemscalebar.h.

◆ labelHorizontalPlacement()

QgsScaleBarSettings::LabelHorizontalPlacement QgsLayoutItemScaleBar::labelHorizontalPlacement ( ) const
inline

Returns the horizontal placement of text labels.

See also
setLabelHorizontalPlacement()
Since
QGIS 3.10

Definition at line 520 of file qgslayoutitemscalebar.h.

◆ labelVerticalPlacement()

QgsScaleBarSettings::LabelVerticalPlacement QgsLayoutItemScaleBar::labelVerticalPlacement ( ) const
inline

Returns the vertical placement of text labels.

See also
setLabelVerticalPlacement()
Since
QGIS 3.10

Definition at line 506 of file qgslayoutitemscalebar.h.

◆ lineCapStyle()

Qt::PenCapStyle QgsLayoutItemScaleBar::lineCapStyle ( ) const

Returns the cap style used for drawing lines in the scalebar.

See also
setLineCapStyle()
Deprecated:
use lineSymbol() instead

Definition at line 640 of file qgslayoutitemscalebar.cpp.

◆ lineColor()

QColor QgsLayoutItemScaleBar::lineColor ( ) const

Returns the color used for lines in the scalebar.

See also
setLineColor()
Deprecated:
use lineSymbol() instead

Definition at line 895 of file qgslayoutitemscalebar.cpp.

◆ lineJoinStyle()

Qt::PenJoinStyle QgsLayoutItemScaleBar::lineJoinStyle ( ) const

Returns the join style used for drawing lines in the scalebar.

See also
setLineJoinStyle()
Deprecated:
use lineSymbol() instead

Definition at line 619 of file qgslayoutitemscalebar.cpp.

◆ lineSymbol()

QgsLineSymbol * QgsLayoutItemScaleBar::lineSymbol ( ) const

Returns the line symbol used to render the scalebar (only used for some scalebar types).

Ownership is not transferred.

See also
setLineSymbol()
divisionLineSymbol()
subdivisionLineSymbol()
Since
QGIS 3.14

Definition at line 191 of file qgslayoutitemscalebar.cpp.

◆ lineWidth()

double QgsLayoutItemScaleBar::lineWidth ( ) const

Returns the line width in millimeters for lines in the scalebar.

See also
setLineWidth()
Deprecated:
use lineSymbol() instead

Definition at line 909 of file qgslayoutitemscalebar.cpp.

◆ linkedMap()

QgsLayoutItemMap * QgsLayoutItemScaleBar::linkedMap ( ) const
inline

Returns the map item linked to the scalebar.

See also
setLinkedMap()

Definition at line 475 of file qgslayoutitemscalebar.h.

◆ mapUnitsPerScaleBarUnit()

double QgsLayoutItemScaleBar::mapUnitsPerScaleBarUnit ( ) const
inline

Returns the number of map units per scale bar unit used by the scalebar.

See also
setMapUnitsPerScaleBarUnit()

Definition at line 192 of file qgslayoutitemscalebar.h.

◆ maximumBarWidth()

double QgsLayoutItemScaleBar::maximumBarWidth ( ) const
inline

Returns the maximum width (in millimeters) for scale bar segments.

This property is only effective if the segmentSizeMode() is set to SegmentSizeFitWidth.

See also
segmentSizeMode()
setMaximumBarWidth()
minimumBarWidth()

Definition at line 176 of file qgslayoutitemscalebar.h.

◆ minimumBarWidth()

double QgsLayoutItemScaleBar::minimumBarWidth ( ) const
inline

Returns the minimum width (in millimeters) for scale bar segments.

This property is only effective if the segmentSizeMode() is set to SegmentSizeFitWidth.

See also
segmentSizeMode()
setMinimumBarWidth()
maximumBarWidth()

Definition at line 156 of file qgslayoutitemscalebar.h.

◆ minimumSize()

QgsLayoutSize QgsLayoutItemScaleBar::minimumSize ( ) const
overridevirtual

Returns the minimum allowed size of the item, if applicable, or an empty size if item can be freely resized.

See also
setMinimumSize()
fixedSize()

Reimplemented from QgsLayoutItem.

Definition at line 71 of file qgslayoutitemscalebar.cpp.

◆ numberOfSegments()

int QgsLayoutItemScaleBar::numberOfSegments ( ) const
inline

Returns the number of segments included in the scalebar.

See also
setNumberOfSegments()
numberOfSegmentsLeft()

Definition at line 61 of file qgslayoutitemscalebar.h.

◆ numberOfSegmentsLeft()

int QgsLayoutItemScaleBar::numberOfSegmentsLeft ( ) const
inline

Returns the number of segments included in the left part of the scalebar.

See also
setNumberOfSegmentsLeft()
numberOfSegments()

Definition at line 75 of file qgslayoutitemscalebar.h.

◆ numberOfSubdivisions()

int QgsLayoutItemScaleBar::numberOfSubdivisions ( ) const
inline

Returns the number of subdivisions for segments included in the right part of the scalebar (only used for some scalebar types).

Note
The number of subdivisions represents the number of subdivision segments, not the number of subdivision lines. E.g. if the number is 1 then NO subdivision lines will be shown.
See also
setNumberOfSubdivisions()
Since
QGIS 3.14

Definition at line 93 of file qgslayoutitemscalebar.h.

◆ numericFormat()

const QgsNumericFormat * QgsLayoutItemScaleBar::numericFormat ( ) const

Returns the numeric format used for numbers in the scalebar.

See also
setNumericFormat()
Since
QGIS 3.12

Definition at line 830 of file qgslayoutitemscalebar.cpp.

◆ pen()

QPen QgsLayoutItemScaleBar::pen ( ) const

Returns the pen used for drawing outlines in the scalebar.

See also
brush()
Deprecated:
use lineSymbol() instead

Definition at line 923 of file qgslayoutitemscalebar.cpp.

◆ readPropertiesFromElement()

bool QgsLayoutItemScaleBar::readPropertiesFromElement ( const QDomElement &  element,
const QDomDocument &  document,
const QgsReadWriteContext context 
)
overrideprotectedvirtual

Sets item state from a DOM element.

Parameters
elementis the DOM element for the item
documentDOM document
contextread write context

Note that item subclasses should not rely on all other items being present in the layout at the time this method is called. Instead, any connections and links to other items must be made in the finalizeRestoreFromXml() method. E.g. when restoring a scalebar, the connection to the linked map's signals should be implemented in finalizeRestoreFromXml(), not readPropertiesFromElement().

See also
writePropertiesToElement()
readXml()

Reimplemented from QgsLayoutItem.

Definition at line 1070 of file qgslayoutitemscalebar.cpp.

◆ refreshDataDefinedProperty()

void QgsLayoutItemScaleBar::refreshDataDefinedProperty ( QgsLayoutObject::DataDefinedProperty  property = QgsLayoutObject::DataDefinedProperty::AllProperties)
overridevirtual

Refreshes a data defined property for the item by reevaluating the property's value and redrawing the item with this new value.

If property is set to QgsLayoutObject::AllProperties then all data defined properties for the item will be refreshed.

Reimplemented from QgsLayoutItem.

Definition at line 392 of file qgslayoutitemscalebar.cpp.

◆ resizeToMinimumWidth()

void QgsLayoutItemScaleBar::resizeToMinimumWidth ( )

Resizes the scale bar to its minimum width, without changing the height.

Definition at line 771 of file qgslayoutitemscalebar.cpp.

◆ segmentSizeMode()

QgsScaleBarSettings::SegmentSizeMode QgsLayoutItemScaleBar::segmentSizeMode ( ) const
inline

Returns the size mode for the scale bar segments.

See also
setSegmentSizeMode()
minimumBarWidth()
maximumBarWidth()

Definition at line 138 of file qgslayoutitemscalebar.h.

◆ setAlignment()

void QgsLayoutItemScaleBar::setAlignment ( QgsScaleBarSettings::Alignment  alignment)

Sets the scalebar alignment.

See also
alignment()

Definition at line 604 of file qgslayoutitemscalebar.cpp.

◆ setAlternateFillSymbol()

void QgsLayoutItemScaleBar::setAlternateFillSymbol ( QgsFillSymbol symbol)

Sets the secondary fill symbol used to render the scalebar (only used for some scalebar types).

Ownership of symbol is transferred to the scalebar.

See also
alternateFillSymbol()
setFillSymbol()
Since
QGIS 3.14

Definition at line 236 of file qgslayoutitemscalebar.cpp.

◆ setBoxContentSpace()

void QgsLayoutItemScaleBar::setBoxContentSpace ( double  space)

Sets the space (margin) between the scalebar box and content in millimeters.

See also
boxContentSpace()

Definition at line 252 of file qgslayoutitemscalebar.cpp.

◆ setDivisionLineSymbol()

void QgsLayoutItemScaleBar::setDivisionLineSymbol ( QgsLineSymbol symbol)

Sets the line symbol used to render the scalebar divisions (only used for some scalebar types).

Ownership of symbol is transferred to the scalebar.

See also
divisionLineSymbol()
setLineSymbol()
setSubdivisionLineSymbol()
Since
QGIS 3.14

Definition at line 206 of file qgslayoutitemscalebar.cpp.

◆ setFillColor()

void QgsLayoutItemScaleBar::setFillColor ( const QColor &  color)

Sets the color used for fills in the scalebar.

See also
fillColor()
setFillColor2()
Deprecated:
use setFillSymbol() instead

Definition at line 874 of file qgslayoutitemscalebar.cpp.

◆ setFillColor2()

void QgsLayoutItemScaleBar::setFillColor2 ( const QColor &  color)

Sets the secondary color used for fills in the scalebar.

See also
fillColor2()
setFillColor2()
Deprecated:
use setAlternateFillSymbol() instead

Definition at line 888 of file qgslayoutitemscalebar.cpp.

◆ setFillSymbol()

void QgsLayoutItemScaleBar::setFillSymbol ( QgsFillSymbol symbol)

Sets the primary fill symbol used to render the scalebar (only used for some scalebar types).

Ownership of symbol is transferred to the scalebar.

See also
fillSymbol()
setAlternateFillSymbol()
Since
QGIS 3.14

Definition at line 226 of file qgslayoutitemscalebar.cpp.

◆ setFont()

void QgsLayoutItemScaleBar::setFont ( const QFont &  font)

Sets the font used for drawing text in the scalebar.

See also
font()
Deprecated:
use setTextFormat() instead

Definition at line 845 of file qgslayoutitemscalebar.cpp.

◆ setFontColor()

void QgsLayoutItemScaleBar::setFontColor ( const QColor &  color)

Sets the color used for drawing text in the scalebar.

See also
fontColor()
setFont()
Deprecated:
use setTextFormat() instead

Definition at line 861 of file qgslayoutitemscalebar.cpp.

◆ setHeight()

void QgsLayoutItemScaleBar::setHeight ( double  height)
inline

Sets the scalebar height (in millimeters).

See also
height()

Definition at line 463 of file qgslayoutitemscalebar.h.

◆ setLabelBarSpace()

void QgsLayoutItemScaleBar::setLabelBarSpace ( double  space)
inline

Sets the spacing (in millimeters) between labels and the scalebar.

See also
labelBarSpace()

Definition at line 487 of file qgslayoutitemscalebar.h.

◆ setLabelHorizontalPlacement()

void QgsLayoutItemScaleBar::setLabelHorizontalPlacement ( QgsScaleBarSettings::LabelHorizontalPlacement  placement)

Sets the horizontal placement of text labels.

See also
labelHorizontalPlacement()
Since
QGIS 3.10

Definition at line 597 of file qgslayoutitemscalebar.cpp.

◆ setLabelVerticalPlacement()

void QgsLayoutItemScaleBar::setLabelVerticalPlacement ( QgsScaleBarSettings::LabelVerticalPlacement  placement)

Sets the vertical placement of text labels.

See also
labelVerticalPlacement()
Since
QGIS 3.10

Definition at line 590 of file qgslayoutitemscalebar.cpp.

◆ setLineCapStyle()

void QgsLayoutItemScaleBar::setLineCapStyle ( Qt::PenCapStyle  style)

Sets the cap style used when drawing the lines in the scalebar.

See also
lineCapStyle()
Deprecated:
use setLineSymbol() instead

Definition at line 647 of file qgslayoutitemscalebar.cpp.

◆ setLineColor()

void QgsLayoutItemScaleBar::setLineColor ( const QColor &  color)

Sets the color used for lines in the scalebar.

See also
lineColor()
Deprecated:
use setLineSymbol() instead

Definition at line 902 of file qgslayoutitemscalebar.cpp.

◆ setLineJoinStyle()

void QgsLayoutItemScaleBar::setLineJoinStyle ( Qt::PenJoinStyle  style)

Sets the join style used when drawing the lines in the scalebar.

See also
lineJoinStyle()
Deprecated:
use setLineSymbol() instead

Definition at line 626 of file qgslayoutitemscalebar.cpp.

◆ setLineSymbol()

void QgsLayoutItemScaleBar::setLineSymbol ( QgsLineSymbol symbol)

Sets the line symbol used to render the scalebar (only used for some scalebar types).

Ownership of symbol is transferred to the scalebar.

See also
lineSymbol()
setDivisionLineSymbol()
setSubdivisionLineSymbol()
Since
QGIS 3.14

Definition at line 196 of file qgslayoutitemscalebar.cpp.

◆ setLineWidth()

void QgsLayoutItemScaleBar::setLineWidth ( double  width)

Sets the line width in millimeters for lines in the scalebar.

See also
lineWidth()
Deprecated:
use setLineSymbol() instead

Definition at line 916 of file qgslayoutitemscalebar.cpp.

◆ setLinkedMap()

void QgsLayoutItemScaleBar::setLinkedMap ( QgsLayoutItemMap map)

Sets the map item linked to the scalebar.

See also
linkedMap()

Definition at line 263 of file qgslayoutitemscalebar.cpp.

◆ setMapUnitsPerScaleBarUnit()

void QgsLayoutItemScaleBar::setMapUnitsPerScaleBarUnit ( double  units)
inline

Sets the number of map units per scale bar unit used by the scalebar.

See also
mapUnitsPerScaleBarUnit()

Definition at line 198 of file qgslayoutitemscalebar.h.

◆ setMaximumBarWidth()

void QgsLayoutItemScaleBar::setMaximumBarWidth ( double  maxWidth)

Sets the maximum width (in millimeters) for scale bar segments.

This property is only effective if the segmentSizeMode() is set to SegmentSizeFitWidth.

See also
minimumBarWidth()
setMinimumBarWidth()
setSegmentSizeMode()

Definition at line 167 of file qgslayoutitemscalebar.cpp.

◆ setMinimumBarWidth()

void QgsLayoutItemScaleBar::setMinimumBarWidth ( double  minWidth)

Sets the minimum width (in millimeters) for scale bar segments.

This property is only effective if the segmentSizeMode() is set to SegmentSizeFitWidth.

See also
minimumBarWidth()
setMaximumBarWidth()
setSegmentSizeMode()

Definition at line 155 of file qgslayoutitemscalebar.cpp.

◆ setNumberOfSegments()

void QgsLayoutItemScaleBar::setNumberOfSegments ( int  segments)

Sets the number of segments included in the scalebar.

See also
numberOfSegments()
setNumberOfSegmentsLeft()

Definition at line 119 of file qgslayoutitemscalebar.cpp.

◆ setNumberOfSegmentsLeft()

void QgsLayoutItemScaleBar::setNumberOfSegmentsLeft ( int  segments)

Sets the number of segments included in the left part of the scalebar.

See also
numberOfSegmentsLeft()
setNumberOfSegments()

Definition at line 241 of file qgslayoutitemscalebar.cpp.

◆ setNumberOfSubdivisions()

void QgsLayoutItemScaleBar::setNumberOfSubdivisions ( int  subdivisions)
inline

Sets the number of subdivisions for segments included in the right part of the scalebar (only used for some scalebar types).

Note
The number of subdivisions represents the number of subdivision segments, not the number of subdivision lines. E.g. if the number is 1 then NO subdivision lines will be shown.
See also
numberOfSubdivisions()
Since
QGIS 3.14

Definition at line 104 of file qgslayoutitemscalebar.h.

◆ setNumericFormat()

void QgsLayoutItemScaleBar::setNumericFormat ( QgsNumericFormat format)

Sets the numeric format used for numbers in the scalebar.

Ownership of format is transferred to the scalebar.

See also
numericFormat()
Since
QGIS 3.12

Definition at line 835 of file qgslayoutitemscalebar.cpp.

◆ setSegmentSizeMode()

void QgsLayoutItemScaleBar::setSegmentSizeMode ( QgsScaleBarSettings::SegmentSizeMode  mode)

Sets the size mode for scale bar segments.

See also
segmentSizeMode()
setMinimumBarWidth()
setMaximumBarWidth()

Definition at line 143 of file qgslayoutitemscalebar.cpp.

◆ setStyle()

void QgsLayoutItemScaleBar::setStyle ( const QString &  name)

Sets the scale bar style by name.

The name parameter gives the (untranslated) style name. Possibilities are: 'Single Box', 'Double Box', 'Line Ticks Middle', 'Line Ticks Down', 'Line Ticks Up', 'Stepped Line', 'Hollow', 'Numeric'.

See also
style()

Definition at line 806 of file qgslayoutitemscalebar.cpp.

◆ setSubdivisionLineSymbol()

void QgsLayoutItemScaleBar::setSubdivisionLineSymbol ( QgsLineSymbol symbol)

Sets the line symbol used to render the scalebar subdivisions (only used for some scalebar types).

Ownership of symbol is transferred to the scalebar.

See also
subdivisionLineSymbol()
setLineSymbol()
setDivisionLineSymbol()
Since
QGIS 3.14

Definition at line 216 of file qgslayoutitemscalebar.cpp.

◆ setSubdivisionsHeight()

void QgsLayoutItemScaleBar::setSubdivisionsHeight ( double  height)
inline

Sets the scalebar subdivisions height (in millimeters) for segments included in the right part of the scalebar (only used for some scalebar types).

See also
subdivisionsHeight()
Since
QGIS 3.14

Definition at line 118 of file qgslayoutitemscalebar.h.

◆ setTextFormat()

void QgsLayoutItemScaleBar::setTextFormat ( const QgsTextFormat format)

Sets the text format used for drawing text in the scalebar.

See also
textFormat()
Since
QGIS 3.2

Definition at line 184 of file qgslayoutitemscalebar.cpp.

◆ setUnitLabel()

void QgsLayoutItemScaleBar::setUnitLabel ( const QString &  label)
inline

Sets the label for units.

See also
unitLabel()

Definition at line 210 of file qgslayoutitemscalebar.h.

◆ setUnits()

void QgsLayoutItemScaleBar::setUnits ( Qgis::DistanceUnit  units)

Sets the distance units used by the scalebar.

See also
units()

Definition at line 611 of file qgslayoutitemscalebar.cpp.

◆ setUnitsPerSegment()

void QgsLayoutItemScaleBar::setUnitsPerSegment ( double  units)

Sets the number of scalebar units per segment.

See also
unitsPerSegment()

Definition at line 130 of file qgslayoutitemscalebar.cpp.

◆ style()

QString QgsLayoutItemScaleBar::style ( ) const

Returns the scale bar style name.

See also
setStyle()

Definition at line 818 of file qgslayoutitemscalebar.cpp.

◆ subdivisionLineSymbol()

QgsLineSymbol * QgsLayoutItemScaleBar::subdivisionLineSymbol ( ) const

Returns the line symbol used to render the scalebar subdivisions (only used for some scalebar types).

Ownership is not transferred.

See also
setSubdivisionLineSymbol()
lineSymbol()
divisionLineSymbol()
Since
QGIS 3.14

Definition at line 211 of file qgslayoutitemscalebar.cpp.

◆ subdivisionsHeight()

double QgsLayoutItemScaleBar::subdivisionsHeight ( ) const
inline

Returns the scalebar subdivisions height (in millimeters) for segments included in the right part of the scalebar (only used for some scalebar types).

See also
setSubdivisionsHeight()
Since
QGIS 3.14

Definition at line 111 of file qgslayoutitemscalebar.h.

◆ textFormat()

QgsTextFormat QgsLayoutItemScaleBar::textFormat ( ) const

Returns the text format used for drawing text in the scalebar.

See also
setTextFormat()
Since
QGIS 3.2

Definition at line 179 of file qgslayoutitemscalebar.cpp.

◆ type()

int QgsLayoutItemScaleBar::type ( ) const
override

Definition at line 56 of file qgslayoutitemscalebar.cpp.

◆ unitLabel()

QString QgsLayoutItemScaleBar::unitLabel ( ) const
inline

Returns the label for units.

See also
setUnitLabel()

Definition at line 204 of file qgslayoutitemscalebar.h.

◆ units()

Qgis::DistanceUnit QgsLayoutItemScaleBar::units ( ) const
inline

Returns the distance units used by the scalebar.

See also
setUnits()

Definition at line 545 of file qgslayoutitemscalebar.h.

◆ unitsPerSegment()

double QgsLayoutItemScaleBar::unitsPerSegment ( ) const
inline

Returns the number of scalebar units per segment.

See also
setUnitsPerSegment()

Definition at line 124 of file qgslayoutitemscalebar.h.

◆ update()

void QgsLayoutItemScaleBar::update ( )

Adjusts the scale bar box size and updates the item.

Definition at line 785 of file qgslayoutitemscalebar.cpp.

◆ writePropertiesToElement()

bool QgsLayoutItemScaleBar::writePropertiesToElement ( QDomElement &  element,
QDomDocument &  document,
const QgsReadWriteContext context 
) const
overrideprotectedvirtual

Stores item state within an XML DOM element.

Parameters
elementis the DOM element to store the item's properties in
documentDOM document
contextread write context
See also
writeXml()
readPropertiesFromElement()

Reimplemented from QgsLayoutItem.

Definition at line 944 of file qgslayoutitemscalebar.cpp.

Friends And Related Function Documentation

◆ QgsCompositionConverter

friend class QgsCompositionConverter
friend

Definition at line 693 of file qgslayoutitemscalebar.h.


The documentation for this class was generated from the following files: