|
Engauge Digitizer 2
|
Factor for generating GraphicsPointAbstractBase class objects. More...
#include <GraphicsPointFactory.h>
Public Member Functions | |
| GraphicsPointFactory () | |
| Single constructor. | |
| GraphicsPoint * | createPoint (QGraphicsScene &scene, const QString &identifier, const QPointF &posScreen, const PointStyle &pointStyle) |
| Create circle or polygon point according to the PointStyle. | |
Factor for generating GraphicsPointAbstractBase class objects.
Definition at line 18 of file GraphicsPointFactory.h.
| GraphicsPointFactory::GraphicsPointFactory | ( | ) |
Single constructor.
Definition at line 18 of file GraphicsPointFactory.cpp.
| GraphicsPoint * GraphicsPointFactory::createPoint | ( | QGraphicsScene & | scene, |
| const QString & | identifier, | ||
| const QPointF & | posScreen, | ||
| const PointStyle & | pointStyle | ||
| ) |
Create circle or polygon point according to the PointStyle.
Definition at line 22 of file GraphicsPointFactory.cpp.