|
| QgsComposerTable (QgsComposition *composition) |
|
virtual | ~QgsComposerTable () |
|
QList< QgsComposerTableColumn * > * | columns () |
| Returns a pointer to the list of QgsComposerTableColumns shown in the table. More...
|
|
QFont | contentFont () const |
| Returns the font used to draw text in table body cells. More...
|
|
QColor | contentFontColor () const |
| Returns the color used to draw text in table body cells. More...
|
|
virtual bool | getFeatureAttributes (QList< QgsAttributeMap > &attributeMaps) |
| Fetches the text used for the rows of the table. More...
|
|
QColor | gridColor () const |
| Returns the color used for grid lines in the table. More...
|
|
double | gridStrokeWidth () const |
| Returns the width of grid lines in the table. More...
|
|
QFont | headerFont () const |
| Returns the font used to draw header text in the table. More...
|
|
QColor | headerFontColor () const |
| Returns the color used to draw header text in the table. More...
|
|
HeaderHAlignment | headerHAlignment () const |
| Returns the horizontal alignment for table headers. More...
|
|
virtual QMap< int, QString > | headerLabels () const |
| Returns the text used in the column headers for the table. More...
|
|
double | lineTextDistance () const |
| Returns the margin distance between cell borders and their contents. More...
|
|
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *itemStyle, QWidget *pWidget) override |
| Reimplementation of QCanvasItem::paint. More...
|
|
virtual bool | readXML (const QDomElement &itemElem, const QDomDocument &doc) override=0 |
| Sets item state from DOM element. More...
|
|
void | setColumns (const QList< QgsComposerTableColumn *> &columns) |
| Replaces the columns in the table with a specified list of QgsComposerTableColumns. More...
|
|
void | setContentFont (const QFont &f) |
| Sets the font used to draw text in table body cells. More...
|
|
void | setContentFontColor (const QColor &color) |
| Sets the color used to draw text in table body cells. More...
|
|
void | setGridColor (const QColor &c) |
| Sets color used for grid lines in the table. More...
|
|
void | setGridStrokeWidth (double w) |
| Sets the width for grid lines in the table. More...
|
|
void | setHeaderFont (const QFont &f) |
| Sets the font used to draw header text in the table. More...
|
|
void | setHeaderFontColor (const QColor &color) |
| Sets the color used to draw header text in the table. More...
|
|
void | setHeaderHAlignment (const HeaderHAlignment alignment) |
| Sets the horizontal alignment for table headers. More...
|
|
void | setLineTextDistance (double d) |
| Sets the margin distance between cell borders and their contents. More...
|
|
void | setShowGrid (bool show) |
| Sets whether grid lines should be drawn in the table. More...
|
|
bool | showGrid () const |
| Returns whether grid lines are drawn in the table. More...
|
|
virtual int | type () const override |
| Return correct graphics item type. More...
|
|
virtual bool | writeXML (QDomElement &elem, QDomDocument &doc) const override=0 |
| Stores item state in DOM element. More...
|
|
| QgsComposerItem (QgsComposition *composition, bool manageZValue=true) |
| Constructor. More...
|
|
| QgsComposerItem (qreal x, qreal y, qreal width, qreal height, QgsComposition *composition, bool manageZValue=true) |
| Constructor with box position and composer object. More...
|
|
virtual | ~QgsComposerItem () |
|
bool | _readXML (const QDomElement &itemElem, const QDomDocument &doc) |
| Reads parameter that are not subclass specific in document. More...
|
|
bool | _writeXML (QDomElement &itemElem, QDomDocument &doc) const |
| Writes parameter that are not subclass specific in document. More...
|
|
virtual void | addItem (QgsComposerItem *item) |
| Composite operations for item groups do nothing per default. More...
|
|
QColor | backgroundColor () const |
| Gets the background color for this item. More...
|
|
void | beginCommand (const QString &commandText, QgsComposerMergeCommand::Context c=QgsComposerMergeCommand::Unknown) |
| Starts new composer undo command. More...
|
|
virtual void | beginItemCommand (const QString &text) |
|
QPainter::CompositionMode | blendMode () const |
| Returns the item's composition blending mode. More...
|
|
void | cancelCommand () |
|
virtual QgsExpressionContext * | createExpressionContext () const override |
| Creates an expression context relating to the item's current state. More...
|
|
virtual QString | displayName () const |
| Get item display name. More...
|
|
Q_DECL_DEPRECATED void | drawText (QPainter *p, double x, double y, const QString &text, const QFont &font, const QColor &c=QColor()) const |
| Draws Text. More...
|
|
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. More...
|
|
bool | effectsEnabled () const |
| Returns whether effects (eg blend modes) are enabled for the item. More...
|
|
void | endCommand () |
| Finish current command and push it onto the undo stack. More...
|
|
virtual void | endItemCommand () |
|
virtual double | estimatedFrameBleed () const |
| Returns the estimated amount the item's frame bleeds outside the item's actual rectangle. More...
|
|
bool | excludeFromExports (const QgsComposerObject::PropertyValueType valueType=QgsComposerObject::EvaluatedValue) |
| Returns whether the item should be excluded from composer exports and prints. More...
|
|
Q_DECL_DEPRECATED double | fontAscentMillimeters (const QFont &font) const |
| Returns the font ascent in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. More...
|
|
Q_DECL_DEPRECATED double | fontDescentMillimeters (const QFont &font) const |
| Returns the font descent in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. More...
|
|
Q_DECL_DEPRECATED double | fontHeightCharacterMM (const QFont &font, QChar c) const |
| Returns the font height of a character in millimeters. More...
|
|
Q_DECL_DEPRECATED double | fontHeightMillimeters (const QFont &font) const |
| Returns the font height in Millimeters (considers upscaling and downscaling with FONT_WORKAROUND_SCALE. More...
|
|
Qt::PenJoinStyle | frameJoinStyle () const |
| Returns the join style used for drawing the item's frame. More...
|
|
QColor | frameOutlineColor () const |
| Returns the frame's outline color. More...
|
|
double | frameOutlineWidth () const |
| Returns the frame's outline width. More...
|
|
bool | hasBackground () const |
| Whether this item has a Background or not. More...
|
|
bool | hasFrame () const |
| Whether this item has a frame or not. More...
|
|
QString | id () const |
| Get item's id (which is not necessarly unique) More...
|
|
bool | isGroupMember () const |
| Returns whether this item is part of a group. More...
|
|
virtual bool | isRemoved () const |
| Returns whether this item has been removed from the composition. More...
|
|
double | itemRotation (const QgsComposerObject::PropertyValueType valueType=QgsComposerObject::EvaluatedValue) const |
| Returns the current rotation for the composer item. More...
|
|
ItemPositionMode | lastUsedPositionMode () |
| Returns item's last used position mode. More...
|
|
void | move (double dx, double dy) |
| Moves item in canvas coordinates. More...
|
|
virtual void | moveContent (double dx, double dy) |
| Move Content of item. More...
|
|
virtual int | numberExportLayers () const |
| Get the number of layers that this item requires for exporting as layers. More...
|
|
int | page () const |
| Gets the page the item is currently on. More...
|
|
QPointF | pagePos () const |
| Returns the item's position relative to its current page. More...
|
|
Q_DECL_DEPRECATED double | pixelFontSize (double pointSize) const |
| Calculates font size in mm from a font point size. More...
|
|
bool | positionLock () const |
| Returns whether position lock for mouse drags is enabled returns true if item is locked for mouse movement and resizing. More...
|
|
virtual QRectF | rectWithFrame () const |
| Returns the item's rectangular bounds, including any bleed caused by the item's frame. More...
|
|
virtual void | removeItems () |
|
Q_DECL_DEPRECATED double | rotation () const |
| Returns the rotation for the composer item. More...
|
|
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. More...
|
|
virtual bool | selected () const |
| Is selected. More...
|
|
void | setBackgroundColor (const QColor &backgroundColor) |
| Sets the background color for this item. More...
|
|
void | setBackgroundEnabled (const bool drawBackground) |
| Set whether this item has a Background drawn around it or not. More...
|
|
void | setBlendMode (const QPainter::CompositionMode blendMode) |
| Sets the item's composition blending mode. More...
|
|
virtual void | setCurrentExportLayer (const int layerIdx=-1) |
| Sets the current layer to draw for exporting. More...
|
|
void | setEffectsEnabled (const bool effectsEnabled) |
| Sets whether effects (eg blend modes) are enabled for the item. More...
|
|
virtual void | setExcludeFromExports (const bool exclude) |
| Sets whether the item should be excluded from composer exports and prints. More...
|
|
virtual void | setFrameEnabled (const bool drawFrame) |
| Set whether this item has a frame drawn around it or not. More...
|
|
void | setFrameJoinStyle (const Qt::PenJoinStyle style) |
| Sets join style used when drawing the item's frame. More...
|
|
virtual void | setFrameOutlineColor (const QColor &color) |
| Sets frame outline color. More...
|
|
virtual void | setFrameOutlineWidth (const double outlineWidth) |
| Sets frame outline width. More...
|
|
virtual void | setId (const QString &id) |
| Set item's id (which is not necessarly unique) More...
|
|
void | setIsGroupMember (const bool isGroupMember) |
| Sets whether this item is part of a group. More...
|
|
void | setIsRemoved (const bool removed) |
| Sets whether this item has been removed from the composition. More...
|
|
void | setItemPosition (double x, double y, ItemPositionMode itemPoint=UpperLeft, int page=-1) |
| Moves the item to a new position (in canvas coordinates) More...
|
|
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. More...
|
|
void | setPositionLock (const bool lock) |
| Locks / unlocks the item position for mouse drags. More...
|
|
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. More...
|
|
virtual void | setSelected (bool s) |
| Set selected, selected item should be highlighted. More...
|
|
void | setTransparency (const int transparency) |
| Sets the item's transparency. More...
|
|
virtual void | setVisibility (const bool visible) |
| Sets visibility for item. More...
|
|
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. More...
|
|
int | transparency () const |
| Returns the item's transparency. More...
|
|
virtual void | updateItem () |
| Updates item, with the possibility to do custom update for subclasses. More...
|
|
void | updatePagePos (double newPageWidth, double newPageHeight) |
| Moves the item so that it retains its relative position on the page when the paper size changes. More...
|
|
QString | uuid () const |
| Get item identification name. More...
|
|
virtual Q_DECL_DEPRECATED void | zoomContent (int delta, double x, double y) |
| Zoom content of item. More...
|
|
virtual void | zoomContent (const double factor, const QPointF point, const ZoomMode mode=QgsComposerItem::Zoom) |
| Zoom content of item. More...
|
|
| QgsComposerObject (QgsComposition *composition) |
| Constructor. More...
|
|
virtual | ~QgsComposerObject () |
|
const QgsComposition * | composition () const |
| Returns the composition the item is attached to. More...
|
|
QgsComposition * | composition () |
|
QStringList | customProperties () const |
| Return 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...
|
|
QgsDataDefined * | dataDefinedProperty (const DataDefinedProperty property) const |
| Returns a reference to the data defined settings for one of the item's data defined properties. 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 | 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. More...
|
|
| QObject (QObject *parent) |
|
| QObject (QObject *parent, const char *name) |
|
virtual | ~QObject () |
|
bool | blockSignals (bool block) |
|
QObject * | child (const char *objName, const char *inheritsClass, bool recursiveSearch) const |
|
const QObjectList & | children () const |
|
const char * | className () const |
|
bool | connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const |
|
void | deleteLater () |
|
void | destroyed (QObject *obj) |
|
bool | disconnect (const QObject *receiver, const char *method) |
|
bool | disconnect (const char *signal, const QObject *receiver, const char *method) |
|
void | dumpObjectInfo () |
|
void | dumpObjectTree () |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
virtual bool | event (QEvent *e) |
|
virtual bool | eventFilter (QObject *watched, QEvent *event) |
|
T | findChild (const QString &name) const |
|
QList< T > | findChildren (const QRegExp ®Exp) const |
|
QList< T > | findChildren (const QString &name) const |
|
bool | inherits (const char *className) const |
|
void | insertChild (QObject *object) |
|
void | installEventFilter (QObject *filterObj) |
|
bool | isA (const char *className) const |
|
bool | isWidgetType () const |
|
void | killTimer (int id) |
|
virtual const QMetaObject * | metaObject () const |
|
void | moveToThread (QThread *targetThread) |
|
const char * | name () const |
|
const char * | name (const char *defaultName) const |
|
QString | objectName () const |
|
QObject * | parent () const |
|
QVariant | property (const char *name) const |
|
void | removeChild (QObject *object) |
|
void | removeEventFilter (QObject *obj) |
|
void | setName (const char *name) |
|
void | setObjectName (const QString &name) |
|
void | setParent (QObject *parent) |
|
bool | setProperty (const char *name, const QVariant &value) |
|
bool | signalsBlocked () const |
|
int | startTimer (int interval) |
|
QThread * | thread () const |
|
| QGraphicsRectItem (QGraphicsItem *parent) |
|
| QGraphicsRectItem (const QRectF &rect, QGraphicsItem *parent) |
|
| QGraphicsRectItem (qreal x, qreal y, qreal width, qreal height, QGraphicsItem *parent) |
|
| ~QGraphicsRectItem () |
|
virtual QRectF | boundingRect () const |
|
virtual bool | contains (const QPointF &point) const |
|
virtual bool | isObscuredBy (const QGraphicsItem *item) const |
|
virtual QPainterPath | opaqueArea () const |
|
QRectF | rect () const |
|
void | setRect (const QRectF &rectangle) |
|
void | setRect (qreal x, qreal y, qreal width, qreal height) |
|
virtual QPainterPath | shape () const |
|
| QAbstractGraphicsShapeItem (QGraphicsItem *parent) |
|
| ~QAbstractGraphicsShapeItem () |
|
QBrush | brush () const |
|
QPen | pen () const |
|
void | setBrush (const QBrush &brush) |
|
void | setPen (const QPen &pen) |
|
| QGraphicsItem (QGraphicsItem *parent) |
|
virtual | ~QGraphicsItem () |
|
bool | acceptDrops () const |
|
Qt::MouseButtons | acceptedMouseButtons () const |
|
bool | acceptHoverEvents () const |
|
bool | acceptsHoverEvents () const |
|
bool | acceptTouchEvents () const |
|
virtual void | advance (int phase) |
|
virtual QRectF | boundingRect () const=0 |
|
QRegion | boundingRegion (const QTransform &itemToDeviceTransform) const |
|
qreal | boundingRegionGranularity () const |
|
CacheMode | cacheMode () const |
|
QList< QGraphicsItem * > | childItems () const |
|
QList< QGraphicsItem * > | children () const |
|
QRectF | childrenBoundingRect () const |
|
void | clearFocus () |
|
QPainterPath | clipPath () const |
|
virtual bool | collidesWithItem (const QGraphicsItem *other, Qt::ItemSelectionMode mode) const |
|
virtual bool | collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode) const |
|
QList< QGraphicsItem * > | collidingItems (Qt::ItemSelectionMode mode) const |
|
QGraphicsItem * | commonAncestorItem (const QGraphicsItem *other) const |
|
QCursor | cursor () const |
|
QVariant | data (int key) const |
|
QTransform | deviceTransform (const QTransform &viewportTransform) const |
|
qreal | effectiveOpacity () const |
|
void | ensureVisible (const QRectF &rect, int xmargin, int ymargin) |
|
void | ensureVisible (qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin) |
|
bool | filtersChildEvents () const |
|
GraphicsItemFlags | flags () const |
|
QGraphicsItem * | focusItem () const |
|
QGraphicsItem * | focusProxy () const |
|
void | grabKeyboard () |
|
void | grabMouse () |
|
QGraphicsEffect * | graphicsEffect () const |
|
QGraphicsItemGroup * | group () const |
|
bool | handlesChildEvents () const |
|
bool | hasCursor () const |
|
bool | hasFocus () const |
|
void | hide () |
|
Qt::InputMethodHints | inputMethodHints () const |
|
void | installSceneEventFilter (QGraphicsItem *filterItem) |
|
bool | isActive () const |
|
bool | isAncestorOf (const QGraphicsItem *child) const |
|
bool | isBlockedByModalPanel (QGraphicsItem **blockingPanel) const |
|
bool | isClipped () const |
|
bool | isEnabled () const |
|
bool | isObscured () const |
|
bool | isObscured (const QRectF &rect) const |
|
bool | isObscured (qreal x, qreal y, qreal w, qreal h) const |
|
bool | isPanel () const |
|
bool | isSelected () const |
|
bool | isUnderMouse () const |
|
bool | isVisible () const |
|
bool | isVisibleTo (const QGraphicsItem *parent) const |
|
bool | isWidget () const |
|
bool | isWindow () const |
|
QTransform | itemTransform (const QGraphicsItem *other, bool *ok) const |
|
QPointF | mapFromItem (const QGraphicsItem *item, const QPointF &point) const |
|
QPolygonF | mapFromItem (const QGraphicsItem *item, const QRectF &rect) const |
|
QPolygonF | mapFromItem (const QGraphicsItem *item, const QPolygonF &polygon) const |
|
QPainterPath | mapFromItem (const QGraphicsItem *item, const QPainterPath &path) const |
|
QPointF | mapFromItem (const QGraphicsItem *item, qreal x, qreal y) const |
|
QPolygonF | mapFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
|
QPointF | mapFromParent (const QPointF &point) const |
|
QPolygonF | mapFromParent (const QRectF &rect) const |
|
QPolygonF | mapFromParent (const QPolygonF &polygon) const |
|
QPainterPath | mapFromParent (const QPainterPath &path) const |
|
QPointF | mapFromParent (qreal x, qreal y) const |
|
QPolygonF | mapFromParent (qreal x, qreal y, qreal w, qreal h) const |
|
QPolygonF | mapFromScene (const QPolygonF &polygon) const |
|
QPointF | mapFromScene (const QPointF &point) const |
|
QPolygonF | mapFromScene (const QRectF &rect) const |
|
QPainterPath | mapFromScene (const QPainterPath &path) const |
|
QPointF | mapFromScene (qreal x, qreal y) const |
|
QPolygonF | mapFromScene (qreal x, qreal y, qreal w, qreal h) const |
|
QRectF | mapRectFromItem (const QGraphicsItem *item, const QRectF &rect) const |
|
QRectF | mapRectFromItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
|
QRectF | mapRectFromParent (const QRectF &rect) const |
|
QRectF | mapRectFromParent (qreal x, qreal y, qreal w, qreal h) const |
|
QRectF | mapRectFromScene (qreal x, qreal y, qreal w, qreal h) const |
|
QRectF | mapRectFromScene (const QRectF &rect) const |
|
QRectF | mapRectToItem (const QGraphicsItem *item, const QRectF &rect) const |
|
QRectF | mapRectToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
|
QRectF | mapRectToParent (const QRectF &rect) const |
|
QRectF | mapRectToParent (qreal x, qreal y, qreal w, qreal h) const |
|
QRectF | mapRectToScene (const QRectF &rect) const |
|
QRectF | mapRectToScene (qreal x, qreal y, qreal w, qreal h) const |
|
QPointF | mapToItem (const QGraphicsItem *item, const QPointF &point) const |
|
QPolygonF | mapToItem (const QGraphicsItem *item, const QRectF &rect) const |
|
QPolygonF | mapToItem (const QGraphicsItem *item, const QPolygonF &polygon) const |
|
QPainterPath | mapToItem (const QGraphicsItem *item, const QPainterPath &path) const |
|
QPointF | mapToItem (const QGraphicsItem *item, qreal x, qreal y) const |
|
QPolygonF | mapToItem (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const |
|
QPointF | mapToParent (const QPointF &point) const |
|
QPolygonF | mapToParent (const QRectF &rect) const |
|
QPainterPath | mapToParent (const QPainterPath &path) const |
|
QPointF | mapToParent (qreal x, qreal y) const |
|
QPolygonF | mapToParent (qreal x, qreal y, qreal w, qreal h) const |
|
QPolygonF | mapToParent (const QPolygonF &polygon) const |
|
QPolygonF | mapToScene (const QRectF &rect) const |
|
QPainterPath | mapToScene (const QPainterPath &path) const |
|
QPointF | mapToScene (qreal x, qreal y) const |
|
QPolygonF | mapToScene (qreal x, qreal y, qreal w, qreal h) const |
|
QPolygonF | mapToScene (const QPolygonF &polygon) const |
|
QPointF | mapToScene (const QPointF &point) const |
|
QMatrix | matrix () const |
|
void | moveBy (qreal dx, qreal dy) |
|
qreal | opacity () const |
|
virtual void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget)=0 |
|
QGraphicsItem * | panel () const |
|
PanelModality | panelModality () const |
|
QGraphicsItem * | parentItem () const |
|
QGraphicsObject * | parentObject () const |
|
QGraphicsWidget * | parentWidget () const |
|
QPointF | pos () const |
|
void | removeSceneEventFilter (QGraphicsItem *filterItem) |
|
void | resetMatrix () |
|
void | resetTransform () |
|
void | rotate (qreal angle) |
|
qreal | rotation () const |
|
void | scale (qreal sx, qreal sy) |
|
qreal | scale () const |
|
QGraphicsScene * | scene () const |
|
QRectF | sceneBoundingRect () const |
|
QMatrix | sceneMatrix () const |
|
QPointF | scenePos () const |
|
QTransform | sceneTransform () const |
|
void | scroll (qreal dx, qreal dy, const QRectF &rect) |
|
void | setAcceptDrops (bool on) |
|
void | setAcceptedMouseButtons (QFlags< Qt::MouseButton > buttons) |
|
void | setAcceptHoverEvents (bool enabled) |
|
void | setAcceptsHoverEvents (bool enabled) |
|
void | setAcceptTouchEvents (bool enabled) |
|
void | setActive (bool active) |
|
void | setBoundingRegionGranularity (qreal granularity) |
|
void | setCacheMode (CacheMode mode, const QSize &logicalCacheSize) |
|
void | setCursor (const QCursor &cursor) |
|
void | setData (int key, const QVariant &value) |
|
void | setEnabled (bool enabled) |
|
void | setFiltersChildEvents (bool enabled) |
|
void | setFlag (GraphicsItemFlag flag, bool enabled) |
|
void | setFlags (QFlags< QGraphicsItem::GraphicsItemFlag > flags) |
|
void | setFocus (Qt::FocusReason focusReason) |
|
void | setFocusProxy (QGraphicsItem *item) |
|
void | setGraphicsEffect (QGraphicsEffect *effect) |
|
void | setGroup (QGraphicsItemGroup *group) |
|
void | setHandlesChildEvents (bool enabled) |
|
void | setInputMethodHints (QFlags< Qt::InputMethodHint > hints) |
|
void | setMatrix (const QMatrix &matrix, bool combine) |
|
void | setOpacity (qreal opacity) |
|
void | setPanelModality (PanelModality panelModality) |
|
void | setParentItem (QGraphicsItem *newParent) |
|
void | setPos (const QPointF &pos) |
|
void | setPos (qreal x, qreal y) |
|
void | setRotation (qreal angle) |
|
void | setScale (qreal factor) |
|
void | setSelected (bool selected) |
|
void | setToolTip (const QString &toolTip) |
|
void | setTransform (const QTransform &matrix, bool combine) |
|
void | setTransformations (const QList< QGraphicsTransform * > &transformations) |
|
void | setTransformOriginPoint (qreal x, qreal y) |
|
void | setTransformOriginPoint (const QPointF &origin) |
|
void | setVisible (bool visible) |
|
void | setX (qreal x) |
|
void | setY (qreal y) |
|
void | setZValue (qreal z) |
|
void | shear (qreal sh, qreal sv) |
|
void | show () |
|
void | stackBefore (const QGraphicsItem *sibling) |
|
QGraphicsObject * | toGraphicsObject () |
|
const QGraphicsObject * | toGraphicsObject () const |
|
QString | toolTip () const |
|
QGraphicsItem * | topLevelItem () const |
|
QGraphicsWidget * | topLevelWidget () const |
|
QTransform | transform () const |
|
QList< QGraphicsTransform * > | transformations () const |
|
QPointF | transformOriginPoint () const |
|
void | translate (qreal dx, qreal dy) |
|
void | ungrabKeyboard () |
|
void | ungrabMouse () |
|
void | unsetCursor () |
|
void | update (qreal x, qreal y, qreal width, qreal height) |
|
void | update (const QRectF &rect) |
|
QGraphicsWidget * | window () const |
|
qreal | x () const |
|
qreal | y () const |
|
qreal | zValue () const |
|
|
void | adaptItemFrame (const QMap< int, double > &maxWidthMap, const QList< QgsAttributeMap > &attributeMaps) |
| Adapts the size of the item frame to match the table's content. More...
|
|
virtual bool | calculateMaxColumnWidths (QMap< int, double > &maxWidthMap, const QList< QgsAttributeMap > &attributeMaps) const |
| Calculates the maximum width of text shown in columns. More...
|
|
void | drawHorizontalGridLines (QPainter *p, int nAttributes) |
| Draws the horizontal grid lines for the table. More...
|
|
void | drawVerticalGridLines (QPainter *p, const QMap< int, double > &maxWidthMap) |
| Draws the vertical grid lines for the table. More...
|
|
bool | tableReadXML (const QDomElement &itemElem, const QDomDocument &doc) |
| Reads the table's common properties from xml. More...
|
|
bool | tableWriteXML (QDomElement &itemElem, QDomDocument &doc) const |
| Writes common table properties to xml for storage. More...
|
|
Q_DECL_DEPRECATED double | angle (QPointF p1, QPointF p2) const |
| Returns angle of the line from p1 to p2 (clockwise, starting at N) More...
|
|
Q_DECL_DEPRECATED bool | cornerPointOnRotatedAndScaledRect (double &x, double &y, double width, double height, double rotation) const |
| Calculates corner point after rotation and scaling. More...
|
|
Q_DECL_DEPRECATED bool | cornerPointOnRotatedAndScaledRect (double &x, double &y, double width, double height) const |
| Calculates corner point after rotation and scaling. More...
|
|
void | deleteAlignItems () |
|
void | deleteHAlignSnapItem () |
|
void | deleteVAlignSnapItem () |
|
Q_DECL_DEPRECATED void | drawArrowHead (QPainter *p, double x, double y, double angle, double arrowHeadWidth) const |
| Draws arrowhead. More...
|
|
virtual void | drawBackground (QPainter *p) |
| Draw background. More...
|
|
virtual void | drawFrame (QPainter *p) |
| Draw black frame around item. More...
|
|
virtual void | drawSelectionBoxes (QPainter *p) |
| Draws additional graphics on selected items. More...
|
|
QRectF | evalItemRect (const QRectF &newRect, const bool resizeOnly=false, const QgsExpressionContext *context=nullptr) |
| Evaluates an item's bounding rect to consider data defined position and size of item and reference point. More...
|
|
QGraphicsLineItem * | hAlignSnapItem () |
| Return horizontal align snap item. More...
|
|
double | horizontalViewScaleFactor () const |
| Returns the zoom factor of the graphics view. More...
|
|
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. More...
|
|
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. More...
|
|
Q_DECL_DEPRECATED QRectF | largestRotatedRectWithinBounds (const QRectF &originalRect, const QRectF &boundsRect, double rotation) const |
| Calculates the largest scaled version of originalRect which fits within boundsRect, when it is rotated by a specified amount. More...
|
|
Q_DECL_DEPRECATED double | lockSymbolSize () const |
| Returns the size of the lock symbol depending on the composer zoom level and the item size. More...
|
|
double | rectHandlerBorderTolerance () const |
| Returns the current (zoom level dependent) tolerance to decide if mouse position is close enough to the item border for resizing. More...
|
|
Q_DECL_DEPRECATED void | rotate (double angle, double &x, double &y) const |
| Rotates a point / vector. More...
|
|
bool | shouldDrawItem () const |
| Returns whether the item should be drawn in the current context. More...
|
|
Q_DECL_DEPRECATED void | sizeChangedByRotation (double &width, double &height, double rotation) |
| Calculates width / height of the bounding box of a rotated rectangle. More...
|
|
Q_DECL_DEPRECATED void | sizeChangedByRotation (double &width, double &height) |
| Calculates width / height of the bounding box of a rotated rectangle. More...
|
|
QGraphicsLineItem * | vAlignSnapItem () |
| Return vertical align snap item. More...
|
|
bool | dataDefinedEvaluate (const QgsComposerObject::DataDefinedProperty property, QVariant &expressionValue, const QgsExpressionContext &context=QgsExpressionContext()) const |
| Evaluate a data defined property and return the calculated value. More...
|
|
bool | checkConnectArgs (const char *signal, const QObject *object, const char *method) |
|
virtual void | childEvent (QChildEvent *event) |
|
virtual void | connectNotify (const char *signal) |
|
virtual void | customEvent (QEvent *event) |
|
virtual void | disconnectNotify (const char *signal) |
|
int | receivers (const char *signal) const |
|
QObject * | sender () const |
|
int | senderSignalIndex () const |
|
virtual void | timerEvent (QTimerEvent *event) |
|
virtual void | dragEnterEvent (QGraphicsSceneDragDropEvent *event) |
|
virtual void | dragLeaveEvent (QGraphicsSceneDragDropEvent *event) |
|
virtual void | dragMoveEvent (QGraphicsSceneDragDropEvent *event) |
|
virtual void | dropEvent (QGraphicsSceneDragDropEvent *event) |
|
virtual void | focusInEvent (QFocusEvent *event) |
|
virtual void | focusOutEvent (QFocusEvent *event) |
|
virtual void | hoverEnterEvent (QGraphicsSceneHoverEvent *event) |
|
virtual void | hoverLeaveEvent (QGraphicsSceneHoverEvent *event) |
|
virtual void | hoverMoveEvent (QGraphicsSceneHoverEvent *event) |
|
virtual void | inputMethodEvent (QInputMethodEvent *event) |
|
virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
|
virtual QVariant | itemChange (GraphicsItemChange change, const QVariant &value) |
|
virtual void | keyPressEvent (QKeyEvent *event) |
|
virtual void | keyReleaseEvent (QKeyEvent *event) |
|
virtual void | mouseDoubleClickEvent (QGraphicsSceneMouseEvent *event) |
|
virtual void | mouseMoveEvent (QGraphicsSceneMouseEvent *event) |
|
virtual void | mousePressEvent (QGraphicsSceneMouseEvent *event) |
|
virtual void | mouseReleaseEvent (QGraphicsSceneMouseEvent *event) |
|
void | prepareGeometryChange () |
|
virtual bool | sceneEvent (QEvent *event) |
|
virtual bool | sceneEventFilter (QGraphicsItem *watched, QEvent *event) |
|
void | updateMicroFocus () |
|
virtual void | wheelEvent (QGraphicsSceneWheelEvent *event) |
|