![]() | Home · All Classes · Modules |
The QGraphicsItemGroup class provides treating a group of items as one. More...
Inherits QGraphicsItem.
The QGraphicsItemGroup class provides treating a group of items as one.
See also QGraphicsItem and The Graphics View Framework.
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
Constructs a QGraphicsItemGroup. The parent and scene parameters are passed to QGraphicsItem's constructor.
The item argument has it's ownership transferred to Qt.
Adds the given item to this item group. The item will be reparented to this group, but its position and transformation relative to the scene will stay intact.
See also removeFromGroup() and QGraphicsScene.createItemGroup().
Removes the specified item from this group. The item will be reparented to this group's parent item, or to 0 if this group has no parent. Its position and transformation relative to the scene will stay intact.
See also addToGroup() and QGraphicsScene.destroyItemGroup().
PyQt 4.1 for X11 | Copyright © Riverbank Computing Ltd and Trolltech AS 2006 | Qt 4.2.1 |