17 #ifndef _GAZEBO_LOG_PLAY_WIDGET_PRIVATE_HH_
18 #define _GAZEBO_LOG_PLAY_WIDGET_PRIVATE_HH_
bool timelineDrawn
Whether the timeline has already been drawn.
Definition: LogPlayWidgetPrivate.hh:81
bool endTimeSet
Log end time has been set or not.
Definition: LogPlayWidgetPrivate.hh:69
int margin
Margin from the ends.
Definition: LogPlayWidgetPrivate.hh:78
int sceneWidth
Width of this view's scene.
Definition: LogPlayWidgetPrivate.hh:72
common::Time startTime
Start time in milliseconds.
Definition: LogPlayWidgetPrivate.hh:60
Definition: TimePanel.hh:44
Private data for the LogPlayView class.
Definition: LogPlayWidgetPrivate.hh:54
bool startTimeSet
Log start time has been set or not.
Definition: LogPlayWidgetPrivate.hh:66
common::Time endTime
End time in milliseconds.
Definition: LogPlayWidgetPrivate.hh:63
CurrentTimeItem * currentTimeItem
Item which indicates the current time.
Definition: LogPlayWidgetPrivate.hh:57
Item which represents the current time within the view.
Definition: LogPlayWidget.hh:145
int sceneHeight
Height of this view's scene.
Definition: LogPlayWidgetPrivate.hh:75
View for the timeline.
Definition: LogPlayWidget.hh:115
A Time class, can be used to hold wall- or sim-time.
Definition: Time.hh:39