QGIS API Documentation
2.6.0-Brighton
|
A item that forms part of a map composition. More...
#include <qgscomposeritem.h>
Public Slots | |
virtual void | setRotation (double r) |
Sets the item rotation. | |
virtual void | setItemRotation (const double r, const bool adjustPosition=false) |
Sets the item rotation. | |
void | repaint () |
virtual void | refreshDataDefinedProperty (const QgsComposerObject::DataDefinedProperty property=QgsComposerObject::AllProperties) |
Refreshes a data defined property for the item by reevaluating the property's value and redrawing the item with this new value. | |
Public Slots inherited from QgsComposerObject | |
virtual void | repaint () |
Triggers a redraw for the item. | |
virtual void | refreshDataDefinedProperty (const DataDefinedProperty property=AllProperties) |
Refreshes a data defined property for the item by reevaluating the property's value and redrawing the item with this new value. |
Signals | |
void | itemRotationChanged (double newRotation) |
Is emitted on item rotation change. | |
void | sizeChanged () |
Emitted if the rectangle changes. | |
void | frameChanged () |
Emitted if the item's frame style changes. | |
void | lockChanged () |
Emitted if the item's lock status changes. | |
Signals inherited from QgsComposerObject | |
void | itemChanged () |
Emitted when the item changes. |
Public Member Functions | |
QgsComposerItem (QgsComposition *composition, bool manageZValue=true) | |
Constructor. | |
QgsComposerItem (qreal x, qreal y, qreal width, qreal height, QgsComposition *composition, bool manageZValue=true) | |
Constructor with box position and composer object. | |
virtual | ~QgsComposerItem () |
virtual int | type () const |
return correct graphics item type. | |
virtual bool | isRemoved () const |
Returns whether this item has been removed from the composition. | |
void | setIsRemoved (const bool removed) |
Sets whether this item has been removed from the composition. | |
virtual void | setSelected (bool s) |
Set selected, selected item should be highlighted. | |
virtual bool | selected () const |
Is selected. | |
void | move (double dx, double dy) |
Moves item in canvas coordinates. | |
virtual void | moveContent (double dx, double dy) |
Move Content of item. | |
virtual Q_DECL_DEPRECATED void | zoomContent (int delta, double x, double y) |
Zoom content of item. | |
virtual void | zoomContent (const double factor, const QPointF point, const ZoomMode mode=QgsComposerItem::Zoom) |
Zoom content of item. | |
int | page () const |
Gets the page the item is currently on. | |
QPointF | pagePos () const |
Returns the item's position relative to its current page. | |
void | updatePagePos (double newPageWidth, double newPageHeight) |
Moves the item so that it retains its relative position on the page when the paper size changes. | |
void | setItemPosition (double x, double y, ItemPositionMode itemPoint=UpperLeft, int page=-1) |
Moves the item to a new position (in canvas coordinates) | |
void | setItemPosition (double x, double y, double width, double height, ItemPositionMode itemPoint=UpperLeft, bool posIncludesFrame=false, int page=-1) |
Sets item position and width / height in one go. | |
ItemPositionMode | lastUsedPositionMode () |
Returns item's last used position mode. | |
virtual void | setSceneRect (const QRectF &rectangle) |
Sets this items bound in scene coordinates such that 1 item size units corresponds to 1 scene size unit. | |
bool | _writeXML (QDomElement &itemElem, QDomDocument &doc) const |
Writes parameter that are not subclass specific in document. | |
bool | _readXML (const QDomElement &itemElem, const QDomDocument &doc) |
Reads parameter that are not subclass specific in document. | |
bool | hasFrame () const |
Whether this item has a frame or not. | |
void | setFrameEnabled (const bool drawFrame) |
Set whether this item has a frame drawn around it or not. | |
virtual void | setFrameOutlineColor (const QColor &color) |
Sets frame outline color. | |
QColor | frameOutlineColor () const |
Returns the frame's outline color. | |
virtual void | setFrameOutlineWidth (const double outlineWidth) |
Sets frame outline width. | |
double | frameOutlineWidth () const |
Returns the frame's outline width. | |
Qt::PenJoinStyle | frameJoinStyle () const |
Returns the join style used for drawing the item's frame. | |
void | setFrameJoinStyle (const Qt::PenJoinStyle style) |
Sets join style used when drawing the item's frame. | |
virtual double | estimatedFrameBleed () const |
Returns the estimated amount the item's frame bleeds outside the item's actual rectangle. | |
virtual QRectF | rectWithFrame () const |
Returns the item's rectangular bounds, including any bleed caused by the item's frame. | |
bool | hasBackground () const |
Whether this item has a Background or not. | |
void | setBackgroundEnabled (const bool drawBackground) |
Set whether this item has a Background drawn around it or not. | |
QColor | backgroundColor () const |
Gets the background color for this item. | |
void | setBackgroundColor (const QColor &backgroundColor) |
Sets the background color for this item. | |
QPainter::CompositionMode | blendMode () const |
Returns the item's composition blending mode. | |
void | setBlendMode (const QPainter::CompositionMode blendMode) |
Sets the item's composition blending mode. | |
int | transparency () const |
Returns the item's transparency. | |
void | setTransparency (const int transparency) |
Sets the item's transparency. | |
bool | effectsEnabled () const |
Returns whether effects (eg blend modes) are enabled for the item. | |
void | setEffectsEnabled (const bool effectsEnabled) |
Sets whether effects (eg blend modes) are enabled for the item. | |
virtual void | addItem (QgsComposerItem *item) |
Composite operations for item groups do nothing per default. | |
virtual void | removeItems () |
virtual void | beginItemCommand (const QString &text) |
void | beginCommand (const QString &commandText, QgsComposerMergeCommand::Context c=QgsComposerMergeCommand::Unknown) |
Starts new composer undo command. | |
virtual void | endItemCommand () |
void | endCommand () |
Finish current command and push it onto the undo stack. | |
void | cancelCommand () |
Q_DECL_DEPRECATED void | drawText (QPainter *p, double x, double y, const QString &text, const QFont &font, const QColor &c=QColor()) const |
Draws Text. | |
Q_DECL_DEPRECATED void | drawText (QPainter *p, const QRectF &rect, const QString &text, const QFont &font, Qt::AlignmentFlag halignment=Qt::AlignLeft, Qt::AlignmentFlag valignment=Qt::AlignTop, int flags=Qt::TextWordWrap) const |
Like the above, but with a rectangle for multiline text. | |
Q_DECL_DEPRECATED double | textWidthMillimeters (const QFont &font, const QString &text) const |
Returns the font width in millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. | |
Q_DECL_DEPRECATED double | fontHeightCharacterMM (const QFont &font, const QChar &c) const |
Returns the font height of a character in millimeters. | |
Q_DECL_DEPRECATED double | fontAscentMillimeters (const QFont &font) const |
Returns the font ascent in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. | |
Q_DECL_DEPRECATED double | fontDescentMillimeters (const QFont &font) const |
Returns the font descent in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. | |
Q_DECL_DEPRECATED double | fontHeightMillimeters (const QFont &font) const |
Returns the font height in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. | |
Q_DECL_DEPRECATED double | pixelFontSize (double pointSize) const |
Calculates font size in mm from a font point size. | |
Q_DECL_DEPRECATED QFont | scaledFontPixelSize (const QFont &font) const |
Returns a font where size is in pixel and font size is upscaled with FONT_WORKAROUND_SCALE. | |
void | setPositionLock (const bool lock) |
Locks / unlocks the item position for mouse drags. | |
bool | positionLock () const |
Returns whether position lock for mouse drags is enabled returns true if item is locked for mouse movement and resizing. | |
double | itemRotation (const QgsComposerObject::PropertyValueType valueType=QgsComposerObject::EvaluatedValue) const |
Returns the current rotation for the composer item. | |
Q_DECL_DEPRECATED double | rotation () const |
Returns the rotation for the composer item. | |
virtual void | updateItem () |
Updates item, with the possibility to do custom update for subclasses. | |
QString | id () const |
Get item's id (which is not necessarly unique) | |
virtual void | setId (const QString &id) |
Set item's id (which is not necessarly unique) | |
QString | uuid () const |
Get item identification name. | |
virtual QString | displayName () const |
Get item display name. | |
virtual void | setVisibility (const bool visible) |
Sets visibility for item. | |
bool | excludeFromExports (const QgsComposerObject::PropertyValueType valueType=QgsComposerObject::EvaluatedValue) |
Returns whether the item should be excluded from composer exports and prints. | |
virtual void | setExcludeFromExports (const bool exclude) |
Sets whether the item should be excluded from composer exports and prints. | |
bool | isGroupMember () const |
Returns whether this item is part of a group. | |
void | setIsGroupMember (const bool isGroupMember) |
Sets whether this item is part of a group. | |
virtual int | numberExportLayers () const |
Get the number of layers that this item requires for exporting as layers. | |
virtual void | setCurrentExportLayer (const int layerIdx=-1) |
Sets the current layer to draw for exporting. | |
Public Member Functions inherited from QgsComposerObject | |
QgsComposerObject (QgsComposition *composition) | |
Constructor. | |
virtual | ~QgsComposerObject () |
const QgsComposition * | composition () const |
Returns the composition the item is attached to. | |
QgsComposition * | composition () |
virtual bool | writeXML (QDomElement &elem, QDomDocument &doc) const |
Stores item state in DOM element. | |
virtual bool | readXML (const QDomElement &itemElem, const QDomDocument &doc) |
Sets item state from DOM element. | |
QgsDataDefined * | dataDefinedProperty (const DataDefinedProperty property) const |
Returns a reference to the data defined settings for one of the item's data defined properties. | |
void | setDataDefinedProperty (const DataDefinedProperty property, const bool active, const bool useExpression, const QString &expression, const QString &field) |
Sets parameters for a data defined property for the item. |
Protected Member Functions | |
virtual void | drawSelectionBoxes (QPainter *p) |
Draws additional graphics on selected items. | |
virtual void | drawFrame (QPainter *p) |
Draw black frame around item. | |
virtual void | drawBackground (QPainter *p) |
Draw background. | |
Q_DECL_DEPRECATED void | drawArrowHead (QPainter *p, double x, double y, double angle, double arrowHeadWidth) const |
Draws arrowhead. | |
Q_DECL_DEPRECATED double | angle (const QPointF &p1, const QPointF &p2) const |
Returns angle of the line from p1 to p2 (clockwise, starting at N) | |
double | rectHandlerBorderTolerance () const |
Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the item border for resizing. | |
Q_DECL_DEPRECATED double | lockSymbolSize () const |
Returns the size of the lock symbol depending on the composer zoom level and the item size. | |
double | horizontalViewScaleFactor () const |
Returns the zoom factor of the graphics view. | |
Q_DECL_DEPRECATED bool | imageSizeConsideringRotation (double &width, double &height, double rotation) const |
Calculates width and hight of the picture (in mm) such that it fits into the item frame with the given rotation. | |
Q_DECL_DEPRECATED bool | imageSizeConsideringRotation (double &width, double &height) const |
Calculates width and hight of the picture (in mm) such that it fits into the item frame with the given rotation. | |
Q_DECL_DEPRECATED QRectF | largestRotatedRectWithinBounds (QRectF originalRect, QRectF boundsRect, double rotation) const |
Calculates the largest scaled version of originalRect which fits within boundsRect, when it is rotated by a specified amount. | |
Q_DECL_DEPRECATED bool | cornerPointOnRotatedAndScaledRect (double &x, double &y, double width, double height, double rotation) const |
Calculates corner point after rotation and scaling. | |
Q_DECL_DEPRECATED bool | cornerPointOnRotatedAndScaledRect (double &x, double &y, double width, double height) const |
Calculates corner point after rotation and scaling. | |
Q_DECL_DEPRECATED void | sizeChangedByRotation (double &width, double &height, double rotation) |
Calculates width / height of the bounding box of a rotated rectangle. | |
Q_DECL_DEPRECATED void | sizeChangedByRotation (double &width, double &height) |
Calculates width / height of the bounding box of a rotated rectangle. | |
Q_DECL_DEPRECATED void | rotate (double angle, double &x, double &y) const |
Rotates a point / vector. | |
QGraphicsLineItem * | hAlignSnapItem () |
Return horizontal align snap item. | |
void | deleteHAlignSnapItem () |
QGraphicsLineItem * | vAlignSnapItem () |
Return vertical align snap item. | |
void | deleteVAlignSnapItem () |
void | deleteAlignItems () |
QRectF | evalItemRect (const QRectF &newRect, const bool resizeOnly=false) |
Evaluates an item's bounding rect to consider data defined position and size of item and reference point. | |
bool | shouldDrawItem () const |
Returns whether the item should be drawn in the current context. | |
Protected Member Functions inherited from QgsComposerObject | |
bool | dataDefinedEvaluate (const QgsComposerObject::DataDefinedProperty property, QVariant &expressionValue) |
Evaluate a data defined property and return the calculated value. |
Protected Attributes | |
bool | mRemovedFromComposition |
True if item has been removed from the composition. | |
QgsComposerItem::MouseMoveAction | mCurrentMouseMoveAction |
QPointF | mMouseMoveStartPos |
Start point of the last mouse move action (in scene coordinates) | |
QPointF | mLastMouseEventPos |
Position of the last mouse move event (in scene coordinates) | |
QGraphicsRectItem * | mBoundingResizeRectangle |
Rectangle used during move and resize actions. | |
QGraphicsLineItem * | mHAlignSnapItem |
QGraphicsLineItem * | mVAlignSnapItem |
bool | mFrame |
True if item fram needs to be painted. | |
bool | mBackground |
True if item background needs to be painted. | |
QColor | mBackgroundColor |
Background color. | |
Qt::PenJoinStyle | mFrameJoinStyle |
Frame join style. | |
bool | mItemPositionLocked |
True if item position and size cannot be changed with mouse move. | |
double | mLastValidViewScaleFactor |
Backup to restore item appearance if no view scale factor is available. | |
double | mItemRotation |
Item rotation in degrees, clockwise. | |
double | mEvaluatedItemRotation |
Temporary evaluated item rotation in degrees, clockwise. | |
QPainter::CompositionMode | mBlendMode |
Composition blend mode for item. | |
bool | mEffectsEnabled |
QgsComposerEffect * | mEffect |
int | mTransparency |
Item transparency. | |
bool | mExcludeFromExports |
Whether item should be excluded in exports. | |
bool | mEvaluatedExcludeFromExports |
Temporary evaluated item exclusion. | |
ItemPositionMode | mLastUsedPositionMode |
The item's position mode. | |
bool | mIsGroupMember |
Whether or not this item is part of a group. | |
int | mCurrentExportLayer |
The layer that needs to be exported. | |
Protected Attributes inherited from QgsComposerObject | |
QgsComposition * | mComposition |
QMap < QgsComposerObject::DataDefinedProperty, QString > | mDataDefinedNames |
Map of data defined properties for the item to string name to use when exporting item to xml. |
Friends | |
class | QgsComposerItemGroup |
A item that forms part of a map composition.
QgsComposerItem::QgsComposerItem | ( | QgsComposition * | composition, |
bool | manageZValue = true |
||
) |
Constructor.
composition | parent composition |
manageZValue | true if the z-Value of this object should be managed by mComposition |
QgsComposerItem::QgsComposerItem | ( | qreal | x, |
qreal | y, | ||
qreal | width, | ||
qreal | height, | ||
QgsComposition * | composition, | ||
bool | manageZValue = true |
||
) |
Constructor with box position and composer object.
x | x coordinate of item |
y | y coordinate of item |
width | width of item |
height | height of item |
composition | parent composition |
manageZValue | true if the z-Value of this object should be managed by mComposition |
|
virtual |
bool QgsComposerItem::_readXML | ( | const QDomElement & | itemElem, |
const QDomDocument & | doc | ||
) |
Reads parameter that are not subclass specific in document.
Usually called from readXML methods of subclasses
bool QgsComposerItem::_writeXML | ( | QDomElement & | itemElem, |
QDomDocument & | doc | ||
) | const |
Writes parameter that are not subclass specific in document.
Usually called from writeXML methods of subclasses
|
inlinevirtual |
Composite operations for item groups do nothing per default.
Reimplemented in QgsComposerItemGroup.
|
protected |
Returns angle of the line from p1 to p2 (clockwise, starting at N)
|
inline |
Gets the background color for this item.
void QgsComposerItem::beginCommand | ( | const QString & | commandText, |
QgsComposerMergeCommand::Context | c = QgsComposerMergeCommand::Unknown |
||
) |
Starts new composer undo command.
commandText | command title |
c | context for mergeable commands (unknown for non-mergeable commands |
|
inlinevirtual |
Reimplemented in QgsComposerFrame.
|
inline |
void QgsComposerItem::cancelCommand | ( | ) |
|
protected |
Calculates corner point after rotation and scaling.
|
protected |
Calculates corner point after rotation and scaling.
Reimplemented in QgsComposerMap, and QgsComposerPicture.
|
protected |
|
protected |
|
protected |
|
virtual |
Get item display name.
This is the item's id if set, and if not, a user-friendly string identifying item type.
Reimplemented in QgsComposerMap, QgsComposerLegend, QgsComposerLabel, QgsComposerShape, and QgsComposerFrame.
|
protected |
Draws arrowhead.
|
protectedvirtual |
Draw background.
Reimplemented in QgsComposerShape.
|
protectedvirtual |
Draw black frame around item.
Reimplemented in QgsComposerShape, and QgsComposerItemGroup.
|
protectedvirtual |
Draws additional graphics on selected items.
The base implementation has no effect.
void QgsComposerItem::drawText | ( | QPainter * | p, |
double | x, | ||
double | y, | ||
const QString & | text, | ||
const QFont & | font, | ||
const QColor & | c = QColor() |
||
) | const |
Draws Text.
Takes care about all the composer specific issues (calculation to pixel, scaling of font and painter to work around the Qt font bug)
void QgsComposerItem::drawText | ( | QPainter * | p, |
const QRectF & | rect, | ||
const QString & | text, | ||
const QFont & | font, | ||
Qt::AlignmentFlag | halignment = Qt::AlignLeft , |
||
Qt::AlignmentFlag | valignment = Qt::AlignTop , |
||
int | flags = Qt::TextWordWrap |
||
) | const |
Like the above, but with a rectangle for multiline text.
p | painter to use |
rect | rectangle to draw into |
text | text to draw |
font | font to use |
halignment | optional horizontal alignment |
valignment | optional vertical alignment |
flags | allows for passing Qt::TextFlags to control appearance of rendered text |
|
inline |
Returns whether effects (eg blend modes) are enabled for the item.
void QgsComposerItem::endCommand | ( | ) |
Finish current command and push it onto the undo stack.
|
inlinevirtual |
Reimplemented in QgsComposerFrame.
|
virtual |
Returns the estimated amount the item's frame bleeds outside the item's actual rectangle.
For instance, if the item has a 2mm frame outline, then 1mm of this frame is drawn outside the item's rect. In this case the return value will be 1.0
Reimplemented in QgsComposerShape.
|
protected |
Evaluates an item's bounding rect to consider data defined position and size of item and reference point.
newRect | target bouding rect for item |
resizeOnly | set to true if the item is only being resized. If true then the position of the returned rect will be adjusted to account for the item's position mode |
bool QgsComposerItem::excludeFromExports | ( | const QgsComposerObject::PropertyValueType | valueType = QgsComposerObject::EvaluatedValue | ) |
Returns whether the item should be excluded from composer exports and prints.
valueType | controls whether the returned value is the user specified vaule, or the current evaluated value (which may be affected by data driven settings). |
double QgsComposerItem::fontAscentMillimeters | ( | const QFont & | font | ) | const |
Returns the font ascent in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE.
double QgsComposerItem::fontDescentMillimeters | ( | const QFont & | font | ) | const |
Returns the font descent in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE.
double QgsComposerItem::fontHeightCharacterMM | ( | const QFont & | font, |
const QChar & | c | ||
) | const |
Returns the font height of a character in millimeters.
double QgsComposerItem::fontHeightMillimeters | ( | const QFont & | font | ) | const |
Returns the font height in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE.
Font height equals the font ascent+descent+1 (for baseline).
|
signal |
Emitted if the item's frame style changes.
|
inline |
Returns the join style used for drawing the item's frame.
|
inline |
Returns the frame's outline color.
Only used if hasFrame is true.
|
inline |
Returns the frame's outline width.
Only used if hasFrame is true.
|
protected |
Return horizontal align snap item.
Creates a new graphics line if 0
|
inline |
Whether this item has a Background or not.
|
inline |
Whether this item has a frame or not.
|
protected |
Returns the zoom factor of the graphics view.
|
inline |
Get item's id (which is not necessarly unique)
Reimplemented in QgsComposerMap.
|
protected |
Calculates width and hight of the picture (in mm) such that it fits into the item frame with the given rotation.
|
protected |
Calculates width and hight of the picture (in mm) such that it fits into the item frame with the given rotation.
Reimplemented in QgsComposerMap, and QgsComposerPicture.
|
inline |
Returns whether this item is part of a group.
|
inlinevirtual |
Returns whether this item has been removed from the composition.
Items removed from the composition are not deleted so that they can be restored via an undo command.
double QgsComposerItem::itemRotation | ( | const QgsComposerObject::PropertyValueType | valueType = QgsComposerObject::EvaluatedValue | ) | const |
Returns the current rotation for the composer item.
valueType | controls whether the returned value is the user specified rotation, or the current evaluated rotation (which may be affected by data driven rotation settings). |
|
signal |
Is emitted on item rotation change.
|
protected |
Calculates the largest scaled version of originalRect which fits within boundsRect, when it is rotated by a specified amount.
originalRect | QRectF to be rotated and scaled |
boundsRect | QRectF specifying the bounds which the rotated and scaled rectangle must fit within |
rotation | the rotation in degrees to be applied to the rectangle |
|
inline |
Returns item's last used position mode.
|
signal |
Emitted if the item's lock status changes.
|
protected |
Returns the size of the lock symbol depending on the composer zoom level and the item size.
void QgsComposerItem::move | ( | double | dx, |
double | dy | ||
) |
Moves item in canvas coordinates.
|
inlinevirtual |
Move Content of item.
Does nothing per default (but implemented in composer map)
dx | move in x-direction (canvas coordinates) |
dy | move in y-direction(canvas coordinates) |
Reimplemented in QgsComposerMap.
|
inlinevirtual |
Get the number of layers that this item requires for exporting as layers.
Reimplemented in QgsComposerMap.
int QgsComposerItem::page | ( | ) | const |
Gets the page the item is currently on.
QPointF QgsComposerItem::pagePos | ( | ) | const |
Returns the item's position relative to its current page.
double QgsComposerItem::pixelFontSize | ( | double | pointSize | ) | const |
Calculates font size in mm from a font point size.
|
inline |
Returns whether position lock for mouse drags is enabled returns true if item is locked for mouse movement and resizing.
|
protected |
Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the item border for resizing.
|
virtual |
Returns the item's rectangular bounds, including any bleed caused by the item's frame.
The bounds are returned in the item's coordinate system (see Qt's QGraphicsItem docs for more details about QGraphicsItem coordinate systems). The results differ from Qt's rect() function, as rect() makes no allowances for the portion of outlines which are drawn outside of the item.
|
virtualslot |
Refreshes a data defined property for the item by reevaluating the property's value and redrawing the item with this new value.
property | data defined property to refresh. If property is set to QgsComposerItem::AllProperties then all data defined properties for the item will be refreshed. |
|
inlinevirtual |
Reimplemented in QgsComposerItemGroup.
|
slot |
|
protected |
Rotates a point / vector.
angle | rotation angle in degrees, counterclockwise |
x | in/out: x coordinate before / after the rotation |
y | in/out: y cooreinate before / after the rotation |
|
inline |
Returns the rotation for the composer item.
Reimplemented in QgsComposerMap, and QgsComposerPicture.
QFont QgsComposerItem::scaledFontPixelSize | ( | const QFont & | font | ) | const |
Returns a font where size is in pixel and font size is upscaled with FONT_WORKAROUND_SCALE.
|
inlinevirtual |
Is selected.
void QgsComposerItem::setBackgroundColor | ( | const QColor & | backgroundColor | ) |
Sets the background color for this item.
backgroundColor | new background color |
|
inline |
Set whether this item has a Background drawn around it or not.
drawBackground | draw Background |
void QgsComposerItem::setBlendMode | ( | const QPainter::CompositionMode | blendMode | ) |
Sets the item's composition blending mode.
blendMode | blending mode for item |
|
inlinevirtual |
Sets the current layer to draw for exporting.
layerIdx | can be set to -1 to draw all item layers, and must be less than numberExportLayers() |
void QgsComposerItem::setEffectsEnabled | ( | const bool | effectsEnabled | ) |
Sets whether effects (eg blend modes) are enabled for the item.
effectsEnabled | set to true to enable effects |
|
virtual |
Sets whether the item should be excluded from composer exports and prints.
exclude | set to true to exclude the item from exports |
void QgsComposerItem::setFrameEnabled | ( | const bool | drawFrame | ) |
Set whether this item has a frame drawn around it or not.
drawFrame | draw frame |
void QgsComposerItem::setFrameJoinStyle | ( | const Qt::PenJoinStyle | style | ) |
Sets join style used when drawing the item's frame.
style | Join style for outline frame |
|
virtual |
Sets frame outline color.
color | new color for outline frame |
|
virtual |
Sets frame outline width.
outlineWidth | new width for outline frame |
Reimplemented in QgsComposerMap.
|
virtual |
void QgsComposerItem::setIsGroupMember | ( | const bool | isGroupMember | ) |
Sets whether this item is part of a group.
isGroupMember | set to true if item is in a group |
|
inline |
Sets whether this item has been removed from the composition.
Items removed from the composition are not deleted so that they can be restored via an undo command.
removed | set to true if the item has been removed from the composition |
void QgsComposerItem::setItemPosition | ( | double | x, |
double | y, | ||
ItemPositionMode | itemPoint = UpperLeft , |
||
int | page = -1 |
||
) |
Moves the item to a new position (in canvas coordinates)
void QgsComposerItem::setItemPosition | ( | double | x, |
double | y, | ||
double | width, | ||
double | height, | ||
ItemPositionMode | itemPoint = UpperLeft , |
||
bool | posIncludesFrame = false , |
||
int | page = -1 |
||
) |
Sets item position and width / height in one go.
x | item position x |
y | item position y |
width | item width |
height | item height |
itemPoint | item position mode |
posIncludesFrame | set to true if the position and size arguments include the item's frame border |
page | if page > 0, y is interpreted as relative to the origin of the specified page, if page <= 0, y is in absolute canvas coordinates |
|
virtualslot |
Sets the item rotation.
r | item rotation in degrees |
adjustPosition | set to true if item should be shifted so that rotation occurs around item center. If false, rotation occurs around item origin |
void QgsComposerItem::setPositionLock | ( | const bool | lock | ) |
Locks / unlocks the item position for mouse drags.
lock | set to true to prevent item movement and resizing via the mouse |
|
virtualslot |
Sets the item rotation.
Reimplemented in QgsComposerMap.
|
virtual |
Sets this items bound in scene coordinates such that 1 item size units corresponds to 1 scene size unit.
Reimplemented in QgsComposerScaleBar, QgsComposerAttributeTable, QgsComposerMap, QgsComposerPicture, QgsComposerShape, QgsPaperItem, QgsComposerArrow, QgsComposerFrame, and QgsComposerItemGroup.
|
virtual |
Set selected, selected item should be highlighted.
void QgsComposerItem::setTransparency | ( | const int | transparency | ) |
Sets the item's transparency.
transparency | integer between 0 (transparent) and 255 (opaque) |
|
virtual |
Sets visibility for item.
visible | set to true to show item, false to hide item |
Reimplemented in QgsComposerItemGroup.
|
protected |
Returns whether the item should be drawn in the current context.
|
signal |
Emitted if the rectangle changes.
|
protected |
Calculates width / height of the bounding box of a rotated rectangle.
|
protected |
Calculates width / height of the bounding box of a rotated rectangle.
Reimplemented in QgsComposerMap, and QgsComposerPicture.
double QgsComposerItem::textWidthMillimeters | ( | const QFont & | font, |
const QString & | text | ||
) | const |
Returns the font width in millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE.
|
inline |
Returns the item's transparency.
|
inlinevirtual |
return correct graphics item type.
Reimplemented in QgsComposerLegend, QgsComposerPicture, QgsComposerMap, QgsComposerAttributeTable, QgsComposerFrame, QgsComposerScaleBar, QgsComposerArrow, QgsComposerTable, QgsPaperItem, QgsComposerShape, QgsComposerLabel, QgsComposerItemGroup, and QgsComposerTextTable.
|
inlinevirtual |
Updates item, with the possibility to do custom update for subclasses.
Reimplemented in QgsComposerMap.
void QgsComposerItem::updatePagePos | ( | double | newPageWidth, |
double | newPageHeight | ||
) |
|
inline |
|
protected |
Return vertical align snap item.
Creates a new graphics line if 0
|
inlinevirtual |
Zoom content of item.
Does nothing per default (but implemented in composer map)
delta | value from wheel event that describes direction (positive /negative number) |
x | x-position of mouse cursor (in item coordinates) |
y | y-position of mouse cursor (in item coordinates) |
Reimplemented in QgsComposerMap.
|
inlinevirtual |
Zoom content of item.
Does nothing per default (but implemented in composer map)
factor | zoom factor, where > 1 results in a zoom in and < 1 results in a zoom out |
point | item point for zoom center |
mode | zoom mode |
Reimplemented in QgsComposerMap.
|
friend |
|
protected |
True if item background needs to be painted.
|
protected |
Background color.
|
protected |
Composition blend mode for item.
|
protected |
Rectangle used during move and resize actions.
|
protected |
The layer that needs to be exported.
|
protected |
|
protected |
|
protected |
|
protected |
Temporary evaluated item exclusion.
Data defined properties may mean this value differs from mExcludeFromExports.
|
protected |
Temporary evaluated item rotation in degrees, clockwise.
Data defined rotation may mean this value differs from mItemRotation.
|
protected |
Whether item should be excluded in exports.
|
protected |
True if item fram needs to be painted.
|
protected |
Frame join style.
|
protected |
|
protected |
Whether or not this item is part of a group.
|
protected |
True if item position and size cannot be changed with mouse move.
|
protected |
Item rotation in degrees, clockwise.
|
protected |
Position of the last mouse move event (in scene coordinates)
|
protected |
The item's position mode.
|
mutableprotected |
Backup to restore item appearance if no view scale factor is available.
|
protected |
Start point of the last mouse move action (in scene coordinates)
|
protected |
True if item has been removed from the composition.
|
protected |
Item transparency.
|
protected |