Private data for the SegmentItem class. More...
#include <SegmentItemPrivate.hh>
Public Attributes | |
QPointF | end |
Segment's end position in pixel coordinates. More... | |
double | grabberHeight |
Height of grabbers in pixels. More... | |
double | grabberWidth |
Width of grabbers in pixels. More... | |
QPointF | segmentMouseMove |
Keep track of mouse press position for translation. More... | |
QPointF | start |
Segment's start position in pixel coordinates. More... | |
double | thickness |
Thickness of the segment on the 2d view, in pixels. More... | |
Private data for the SegmentItem class.
QPointF gazebo::gui::SegmentItemPrivate::end |
Segment's end position in pixel coordinates.
double gazebo::gui::SegmentItemPrivate::grabberHeight |
Height of grabbers in pixels.
double gazebo::gui::SegmentItemPrivate::grabberWidth |
Width of grabbers in pixels.
QPointF gazebo::gui::SegmentItemPrivate::segmentMouseMove |
Keep track of mouse press position for translation.
QPointF gazebo::gui::SegmentItemPrivate::start |
Segment's start position in pixel coordinates.
double gazebo::gui::SegmentItemPrivate::thickness |
Thickness of the segment on the 2d view, in pixels.