dRonin
adbada4
dRonin GCS
|
The WayPointCurve class draws an arc between two graphics items of a given radius and direction of curvature. It will display a red straight line if the radius is insufficient to connect the two waypoints. More...
#include <waypointcurve.h>
Public Slots | |
void | refreshLocations () |
Called if the waypoints move to redraw the curve. More... | |
void | waypointdeleted () |
Called if the start or end point is destroyed. More... | |
void | setOpacitySlot (qreal opacity) |
Protected Member Functions | |
void | paint (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) |
WayPointCurve::paint Draw the path arc. More... | |
The WayPointCurve class draws an arc between two graphics items of a given radius and direction of curvature. It will display a red straight line if the radius is insufficient to connect the two waypoints.
Definition at line 40 of file waypointcurve.h.