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, GeometryWindow *geometryWindow) |
Create circle or polygon point according to the PointStyle. | |
Factor for generating GraphicsPointAbstractBase class objects.
Definition at line 19 of file GraphicsPointFactory.h.
GraphicsPointFactory::GraphicsPointFactory | ( | ) |
GraphicsPoint * GraphicsPointFactory::createPoint | ( | QGraphicsScene & | scene, |
const QString & | identifier, | ||
const QPointF & | posScreen, | ||
const PointStyle & | pointStyle, | ||
GeometryWindow * | geometryWindow ) |
Create circle or polygon point according to the PointStyle.
Definition at line 23 of file GraphicsPointFactory.cpp.