TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Namespaces | Defines | Functions
CloneItems.h File Reference
#include <stdlib.h>
#include <QtGui>
#include <QList>
#include <QGraphicsItem>
Include dependency graph for CloneItems.h:
This graph shows which files directly or indirectly include this file:

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 Documentation

#define TINKERCELLCOREEXPORT

Definition at line 29 of file CloneItems.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines