1 #ifndef ControlNetGraphicsItem_h 2 #define ControlNetGraphicsItem_h 4 #include <QGraphicsObject> 9 class MosaicSceneWidget;
11 class SerialNumberList;
12 class UniversalGroundMap;
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);
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.
ControlPoint * findClosestControlPoint(QPointF locationPoint)
Return the closest control point to the pointLocation.
Control Network Display on Mosaic Scene.
Namespace for ISIS/Bullet specific routines.
Serial Number list generator.
void buildChildren()
Call this to re-calculate where control points ought to lie.