Public Attributes | List of all members
gazebo::gui::SegmentItemPrivate Class Reference

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...
 

Detailed Description

Private data for the SegmentItem class.

Member Data Documentation

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.


The documentation for this class was generated from the following file: