CopperSpice API
1.9.2
|
The QGraphicsItemGroup class provides a container that treats a group of items as a single item. More...
Public Methods | |
QGraphicsItemGroup (QGraphicsItem *parent=nullptr) | |
~QGraphicsItemGroup () | |
void | addToGroup (QGraphicsItem *graphicsItem) |
QRectF | boundingRect () const override |
bool | isObscuredBy (const QGraphicsItem *graphicsItem) const override |
QPainterPath | opaqueArea () const override |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget=nullptr) override |
void | removeFromGroup (QGraphicsItem *graphicsItem) |
int | type () const override |
Public Methods inherited from QGraphicsItem | |
QGraphicsItem (QGraphicsItem *parent=nullptr) | |
virtual | ~QGraphicsItem () |
bool | acceptDrops () const |
Qt::MouseButtons | acceptedMouseButtons () const |
bool | acceptHoverEvents () const |
bool | acceptTouchEvents () const |
virtual void | advance (int phase) |
QRegion | boundingRegion (const QTransform &itemToDeviceTransform) const |
qreal | boundingRegionGranularity () const |
CacheMode | cacheMode () const |
QList< QGraphicsItem * > | childItems () const |
QRectF | childrenBoundingRect () const |
void | clearFocus () |
QPainterPath | clipPath () const |
virtual bool | collidesWithItem (const QGraphicsItem *graphicsItem, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const |
virtual bool | collidesWithPath (const QPainterPath &path, Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const |
QList< QGraphicsItem * > | collidingItems (Qt::ItemSelectionMode mode=Qt::IntersectsItemShape) const |
QGraphicsItem * | commonAncestorItem (const QGraphicsItem *graphicsItem) const |
virtual bool | contains (const QPointF &point) const |
QCursor | cursor () const |
QVariant | data (int key) const |
QTransform | deviceTransform (const QTransform &viewportTransform) const |
qreal | effectiveOpacity () const |
void | ensureVisible (const QRectF &rectF=QRectF (), int xmargin=50, int ymargin=50) |
void | ensureVisible (qreal x, qreal y, qreal width, qreal height, int xmargin=50, int ymargin=50) |
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 *graphicsItem) const |
bool | isBlockedByModalPanel (QGraphicsItem **blockingPanel=nullptr) const |
bool | isClipped () const |
bool | isEnabled () const |
bool | isObscured (const QRectF &rectF=QRectF ()) const |
bool | isObscured (qreal x, qreal y, qreal width, qreal height) const |
bool | isPanel () const |
bool | isSelected () const |
bool | isUnderMouse () const |
bool | isVisible () const |
bool | isVisibleTo (const QGraphicsItem *graphicsItem) const |
bool | isWidget () const |
bool | isWindow () const |
QTransform | itemTransform (const QGraphicsItem *graphicsItem, bool *ok=nullptr) const |
QPainterPath | mapFromItem (const QGraphicsItem *graphicsItem, const QPainterPath &path) const |
QPointF | mapFromItem (const QGraphicsItem *graphicsItem, const QPointF &point) const |
QPolygonF | mapFromItem (const QGraphicsItem *graphicsItem, const QPolygonF &polygon) const |
QPolygonF | mapFromItem (const QGraphicsItem *graphicsItem, const QRectF &rectF) const |
QPointF | mapFromItem (const QGraphicsItem *graphicsItem, qreal x, qreal y) const |
QPolygonF | mapFromItem (const QGraphicsItem *graphicsItem, qreal x, qreal y, qreal width, qreal height) const |
QPainterPath | mapFromParent (const QPainterPath &path) const |
QPointF | mapFromParent (const QPointF &point) const |
QPolygonF | mapFromParent (const QPolygonF &polygon) const |
QPolygonF | mapFromParent (const QRectF &rectF) const |
QPointF | mapFromParent (qreal x, qreal y) const |
QPolygonF | mapFromParent (qreal x, qreal y, qreal width, qreal height) const |
QPainterPath | mapFromScene (const QPainterPath &path) const |
QPointF | mapFromScene (const QPointF &point) const |
QPolygonF | mapFromScene (const QPolygonF &polygon) const |
QPolygonF | mapFromScene (const QRectF &rectF) const |
QPointF | mapFromScene (qreal x, qreal y) const |
QPolygonF | mapFromScene (qreal x, qreal y, qreal width, qreal height) const |
QRectF | mapRectFromItem (const QGraphicsItem *graphicsItem, const QRectF &rectF) const |
QRectF | mapRectFromItem (const QGraphicsItem *graphicsItem, qreal x, qreal y, qreal width, qreal height) const |
QRectF | mapRectFromParent (const QRectF &rectF) const |
QRectF | mapRectFromParent (qreal x, qreal y, qreal width, qreal height) const |
QRectF | mapRectFromScene (const QRectF &rectF) const |
QRectF | mapRectFromScene (qreal x, qreal y, qreal width, qreal height) const |
QRectF | mapRectToItem (const QGraphicsItem *graphicsItem, const QRectF &rectF) const |
QRectF | mapRectToItem (const QGraphicsItem *graphicsItem, qreal x, qreal y, qreal width, qreal height) const |
QRectF | mapRectToParent (const QRectF &rectF) const |
QRectF | mapRectToParent (qreal x, qreal y, qreal width, qreal height) const |
QRectF | mapRectToScene (const QRectF &rectF) const |
QRectF | mapRectToScene (qreal x, qreal y, qreal width, qreal height) const |
QPainterPath | mapToItem (const QGraphicsItem *graphicsItem, const QPainterPath &path) const |
QPointF | mapToItem (const QGraphicsItem *graphicsItem, const QPointF &point) const |
QPolygonF | mapToItem (const QGraphicsItem *graphicsItem, const QPolygonF &polygon) const |
QPolygonF | mapToItem (const QGraphicsItem *graphicsItem, const QRectF &rectF) const |
QPointF | mapToItem (const QGraphicsItem *graphicsItem, qreal x, qreal y) const |
QPolygonF | mapToItem (const QGraphicsItem *graphicsItem, qreal x, qreal y, qreal width, qreal height) const |
QPainterPath | mapToParent (const QPainterPath &path) const |
QPointF | mapToParent (const QPointF &point) const |
QPolygonF | mapToParent (const QPolygonF &polygon) const |
QPolygonF | mapToParent (const QRectF &rectF) const |
QPointF | mapToParent (qreal x, qreal y) const |
QPolygonF | mapToParent (qreal x, qreal y, qreal width, qreal height) const |
QPainterPath | mapToScene (const QPainterPath &path) const |
QPointF | mapToScene (const QPointF &point) const |
QPolygonF | mapToScene (const QPolygonF &polygon) const |
QPolygonF | mapToScene (const QRectF &rectF) const |
QPointF | mapToScene (qreal x, qreal y) const |
QPolygonF | mapToScene (qreal x, qreal y, qreal width, qreal height) const |
QMatrix | matrix () const |
void | moveBy (qreal dx, qreal dy) |
qreal | opacity () const |
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 () |
qreal | rotation () const |
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 &rectF=QRectF ()) |
void | setAcceptDrops (bool on) |
void | setAcceptedMouseButtons (Qt::MouseButtons buttons) |
void | setAcceptHoverEvents (bool enabled) |
void | setAcceptTouchEvents (bool enabled) |
void | setActive (bool active) |
void | setBoundingRegionGranularity (qreal granularity) |
void | setCacheMode (CacheMode mode, const QSize &cacheSize=QSize ()) |
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=true) |
void | setFlags (GraphicsItemFlags flags) |
void | setFocus (Qt::FocusReason focusReason=Qt::OtherFocusReason) |
void | setFocusProxy (QGraphicsItem *graphicsItem) |
void | setGraphicsEffect (QGraphicsEffect *effect) |
void | setGroup (QGraphicsItemGroup *group) |
void | setHandlesChildEvents (bool enabled) |
void | setInputMethodHints (Qt::InputMethodHints hints) |
void | setMatrix (const QMatrix &matrix, bool combine=false) |
void | setOpacity (qreal opacity) |
void | setPanelModality (PanelModality panelModality) |
void | setParentItem (QGraphicsItem *parent) |
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=false) |
void | setTransformations (const QList< QGraphicsTransform * > &transformations) |
void | setTransformOriginPoint (const QPointF &origin) |
void | setTransformOriginPoint (qreal x, qreal y) |
void | setVisible (bool visible) |
void | setX (qreal x) |
void | setY (qreal y) |
void | setZValue (qreal z) |
virtual QPainterPath | shape () const |
void | show () |
void | stackBefore (const QGraphicsItem *graphicsItem) |
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 | ungrabKeyboard () |
void | ungrabMouse () |
void | unsetCursor () |
void | update (const QRectF &rectF=QRectF ()) |
void | update (qreal x, qreal y, qreal width, qreal height) |
QGraphicsWidget * | window () const |
qreal | x () const |
qreal | y () const |
qreal | zValue () const |
The QGraphicsItemGroup class provides a container that treats a group of items as a single item. A QGraphicsItemGroup is a special type of compound item which treats itself and all of its children as one item. It is common to use item groups in presentation tools, when the user wants to group several smaller items into one big item in order to simplify moving and copying of items.
If all you want is to store items inside other items, you can use any QGraphicsItem directly by passing a suitable parent to setParentItem().
The boundingRect() function of QGraphicsItemGroup returns the bounding rectangle of all items in the item group. QGraphicsItemGroup ignores the ItemIgnoresTransformations flag on its children (i.e., with respect to the geometry of the group item, the children are treated as if they were transformable).
There are two ways to construct an item group. The easiest and most common approach is to pass a list of items (e.g., all selected items) to QGraphicsScene::createItemGroup(), which returns a new QGraphicsItemGroup item. The other approach is to manually construct a QGraphicsItemGroup item, add it to the scene calling QGraphicsScene::addItem(), and then add items to the group manually, one at a time by calling addToGroup(). To dismantle ("ungroup") an item group, you can either call QGraphicsScene::destroyItemGroup(), or you can manually remove all items from the group by calling removeFromGroup().
The operation of adding and removing items preserves the items' scene-relative position and transformation, as opposed to calling setParentItem(), where only the child item's parent-relative position and transformation are kept.
The addtoGroup() function reparents the target item to this item group, keeping the item's position and transformation intact relative to the scene. Visually, this means that items added via addToGroup() will remain completely unchanged as a result of this operation, regardless of the item or the group's current position or transformation; although the item's position and matrix are likely to change.
The removeFromGroup() function has similar semantics to setParentItem(); it reparents the item to the parent item of the item group. As with addToGroup(), the item's scene-relative position and transformation remain intact.
|
explicit |
Constructs a QGraphicsItemGroup. The parent object is passed to the QGraphicsItem constructor.
QGraphicsItemGroup::~QGraphicsItemGroup | ( | ) |
Destroys the QGraphicsItemGroup.
void QGraphicsItemGroup::addToGroup | ( | QGraphicsItem * | graphicsItem | ) |
Adds the given graphicsItem and all child items to the current QGraphicsItemGroup. The graphicsItem and child items will be reparented to this group, the position and transformation relative to the scene will stay intact.
|
overridevirtual |
Returns the bounding rect of this group item, and all its children.
Implements QGraphicsItem::boundingRect()
|
overridevirtual |
Reimplemented from QGraphicsItem::isObscuredBy()
|
overridevirtual |
Reimplemented from QGraphicsItem::opaqueArea()
|
overridevirtual |
Implements QGraphicsItem::paint()
void QGraphicsItemGroup::removeFromGroup | ( | QGraphicsItem * | graphicsItem | ) |
Removes the specified graphicsItem from the current QGraphicsItemGroup. The item will be reparented to this group's parent item or to nullptr if this group has no parent. The position and transformation relative to the scene will stay intact.
|
overridevirtual |
Reimplemented from QGraphicsItem::type()