Engauge Digitizer 2
|
Base class for cartesian/polar calculations for centipedes. More...
#include <CentipedeEndpointsAbstract.h>
Public Member Functions | |
CentipedeEndpointsAbstract (const DocumentModelGuideline &modelGuideline, const Transformation &transformation, const QPointF &posClickScreen) | |
Constructor with individual coordinates. | |
virtual | ~CentipedeEndpointsAbstract () |
Protected Member Functions | |
const DocumentModelGuideline & | modelGuideline () const |
Settings. | |
QPointF | posClickScreen () const |
Center of circle in screen coordinates. | |
const Transformation & | transformation () const |
Transformation which is static through the entire lifetime of the Centipede class instances. |
Base class for cartesian/polar calculations for centipedes.
Definition at line 15 of file CentipedeEndpointsAbstract.h.
CentipedeEndpointsAbstract::CentipedeEndpointsAbstract | ( | const DocumentModelGuideline & | modelGuideline, |
const Transformation & | transformation, | ||
const QPointF & | posClickScreen ) |
Constructor with individual coordinates.
Definition at line 14 of file CentipedeEndpointsAbstract.cpp.
|
virtual |
Definition at line 23 of file CentipedeEndpointsAbstract.cpp.
|
protected |
Settings.
Definition at line 27 of file CentipedeEndpointsAbstract.cpp.
|
protected |
Center of circle in screen coordinates.
Definition at line 32 of file CentipedeEndpointsAbstract.cpp.
|
protected |
Transformation which is static through the entire lifetime of the Centipede class instances.
Definition at line 37 of file CentipedeEndpointsAbstract.cpp.