![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <stdlib.h>
#include <QtGui>
#include <QList>
#include <QGraphicsItem>
Go to the source code of this file.
Namespaces | |
namespace | Tinkercell |
Defines | |
#define | TINKERCELLCOREEXPORT |
Functions | |
QGraphicsItem * | Tinkercell::getGraphicsItem (QGraphicsItem *item) |
gets the parent of this item that is a node, text, connection, or control point | |
QGraphicsItem * | Tinkercell::cloneGraphicsItem (QGraphicsItem *item) |
Clone a graphics item. The item handle will NOT be duplicated. | |
QList< QGraphicsItem * > | Tinkercell::cloneGraphicsItems (QList< QGraphicsItem * > &items, QList< ItemHandle * > &newHandles, bool deep=true) |
Clone a list of graphics items. | |
QList< ItemHandle * > | Tinkercell::cloneHandles (const QList< ItemHandle * > &) |
clone given handles |
#define TINKERCELLCOREEXPORT |
Definition at line 29 of file CloneItems.h.