Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
GraphicsPointFactory Class Reference

Factor for generating GraphicsPointAbstractBase class objects. More...

#include <GraphicsPointFactory.h>

Public Member Functions

 GraphicsPointFactory ()
 Single constructor.
 
GraphicsPointcreatePoint (QGraphicsScene &scene, const QString &identifier, const QPointF &posScreen, const PointStyle &pointStyle)
 Create circle or polygon point according to the PointStyle.
 

Detailed Description

Factor for generating GraphicsPointAbstractBase class objects.

Definition at line 18 of file GraphicsPointFactory.h.

Constructor & Destructor Documentation

◆ GraphicsPointFactory()

GraphicsPointFactory::GraphicsPointFactory ( )

Single constructor.

Definition at line 18 of file GraphicsPointFactory.cpp.

Member Function Documentation

◆ createPoint()

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.


The documentation for this class was generated from the following files: