![]() |
Home · All Classes · Main Classes · Grouped Classes · Modules · Functions | ![]() |
The QGraphicsItemGroup class provides treating a group of items as one. More...
#include <QGraphicsItemGroup>
Inherits QGraphicsItem.
This class was introduced in Qt 4.2.
The QGraphicsItemGroup class provides treating a group of items as one.
See also QGraphicsItem and The Graphics View Framework.
Constructs a QGraphicsItemGroup. parent and scene are passed to QGraphicsItem's constructor.
Destroys the QGraphicsItemGroup.
Adds item to this item group. 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 item from this group. item will be reparented to this group's parent item, or to 0 if this group has no parent. item's position and transformation relative to the scene will stay intact.
See also addToGroup() and QGraphicsScene::destroyItemGroup().
Copyright © 2006 Trolltech | Trademarks | Qt 4.2.0-rc1 |