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:133
bool endTimeSet
Log end time has been set or not.
Definition: LogPlayWidgetPrivate.hh:121
int margin
Margin from the ends.
Definition: LogPlayWidgetPrivate.hh:130
int sceneWidth
Width of this view's scene.
Definition: LogPlayWidgetPrivate.hh:124
common::Time startTime
Start time in milliseconds.
Definition: LogPlayWidgetPrivate.hh:112
Definition: TimePanel.hh:44
Private data for the LogPlayView class.
Definition: LogPlayWidgetPrivate.hh:106
bool startTimeSet
Log start time has been set or not.
Definition: LogPlayWidgetPrivate.hh:118
common::Time endTime
End time in milliseconds.
Definition: LogPlayWidgetPrivate.hh:115
CurrentTimeItem * currentTimeItem
Item which indicates the current time.
Definition: LogPlayWidgetPrivate.hh:109
boost::shared_ptr< Node > NodePtr
Definition: TransportTypes.hh:57
boost::shared_ptr< Publisher > PublisherPtr
Definition: TransportTypes.hh:49
Item which represents the current time within the view.
Definition: LogPlayWidget.hh:197
int sceneHeight
Height of this view's scene.
Definition: LogPlayWidgetPrivate.hh:127
View for the timeline.
Definition: LogPlayWidget.hh:154
A Time class, can be used to hold wall- or sim-time.
Definition: Time.hh:44