![]() |
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>
Go to the source code of this file.
Classes | |
class | Tinkercell::ControlPoint |
A simple circle or square that is used for changing specific locations. More... | |
Namespaces | |
namespace | Tinkercell |
Defines | |
#define | TINKERCELLCOREEXPORT |
#define TINKERCELLCOREEXPORT |
Definition at line 42 of file ControlPoint.h.