1#ifndef ControlNetGraphicsItem_h
2#define ControlNetGraphicsItem_h
4#include <QGraphicsObject>
43 virtual ~ControlNetGraphicsItem();
45 QRectF boundingRect()
const;
46 void paint(QPainter *,
const QStyleOptionGraphicsItem *,
48 QString snToFileName(QString sn);
50 void setArrowsVisible(
bool visible,
bool colorByMeasureCount,
int measureCount,
51 bool colorByJigsawError,
double residualMagnitude);
57 void clearControlPointGraphicsItem(QString pointId);
ControlPoint * findClosestControlPoint(QPointF locationPoint)
Return the closest control point to the pointLocation.
void setArrowsVisible(bool visible, bool colorByMeasureCount, int measureCount, bool colorByJigsawError, double residualMagnitude)
Enable/disable and configure movement arrows for all CP displays in the network.
void buildChildren()
Call this to re-calculate where control points ought to lie.
Base class for Map Projections.
Serial Number list generator.
This is free and unencumbered software released into the public domain.
This is free and unencumbered software released into the public domain.
This is free and unencumbered software released into the public domain.