![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
#include <math.h>
#include <QObject>
#include <QtDebug>
#include <QString>
#include <QColor>
#include <QPoint>
#include <QPainter>
#include <QGraphicsPolygonItem>
#include <QAbstractGraphicsShapeItem>
#include <QGraphicsItemGroup>
#include <QGraphicsRectItem>
#include <QStyleOptionGraphicsItem>
#include <QGraphicsScene>
#include <QTransform>
#include <QUndoCommand>
#include <QTextCursor>
#include "ControlPoint.h"
Go to the source code of this file.
Classes | |
class | Tinkercell::NodeGraphicsItem |
A simple figure made from one or more polygons. The class can be represented in an XML file. More... | |
class | Tinkercell::NodeGraphicsItem::ControlPoint |
a control point with a pointer to a NodeGraphicsItem More... | |
class | Tinkercell::NodeGraphicsItem::Shape |
A closed polygon path made from arcs, lines, and beziers. More... | |
Namespaces | |
namespace | Tinkercell |
Functions | |
void | Tinkercell::setHandle (QGraphicsItem *, ItemHandle *) |
set the handle of a graphics item (use 0 to remove handle) |