18 #ifndef _GAZEBO_GUI_BUILDING_SEGMENTITEM_PRIVATE_HH_
19 #define _GAZEBO_GUI_BUILDING_SEGMENTITEM_PRIVATE_HH_
QPointF end
Segment's end position in pixel coordinates.
Definition: SegmentItemPrivate.hh:34
double thickness
Thickness of the segment on the 2d view, in pixels.
Definition: SegmentItemPrivate.hh:40
double grabberHeight
Height of grabbers in pixels.
Definition: SegmentItemPrivate.hh:46
QPointF start
Segment's start position in pixel coordinates.
Definition: SegmentItemPrivate.hh:31
double grabberWidth
Width of grabbers in pixels.
Definition: SegmentItemPrivate.hh:43
QPointF segmentMouseMove
Keep track of mouse press position for translation.
Definition: SegmentItemPrivate.hh:37
Private data for the SegmentItem class.
Definition: SegmentItemPrivate.hh:28