Widget which displays log playback options.
More...
#include <LogPlayWidget.hh>
Widget which displays log playback options.
gazebo::gui::LogPlayWidget::LogPlayWidget |
( |
QWidget * |
_parent = 0 | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent widget, commonly a TimePanel. |
virtual gazebo::gui::LogPlayWidget::~LogPlayWidget |
( |
| ) |
|
|
virtual |
void gazebo::gui::LogPlayWidget::EmitSetCurrentTime |
( |
const common::Time & |
_time | ) |
|
Emit signal to set current time.
- Parameters
-
void gazebo::gui::LogPlayWidget::EmitSetEndTime |
( |
const common::Time & |
_time | ) |
|
Emit signal to set end time.
- Parameters
-
void gazebo::gui::LogPlayWidget::EmitSetStartTime |
( |
const common::Time & |
_time | ) |
|
Emit signal to set start time.
- Parameters
-
void gazebo::gui::LogPlayWidget::HidePause |
( |
| ) |
|
|
signal |
Qt signal to hide the pause button.
void gazebo::gui::LogPlayWidget::HidePlay |
( |
| ) |
|
|
signal |
Qt signal to hide the play button.
bool gazebo::gui::LogPlayWidget::IsPaused |
( |
| ) |
const |
Returns if the simulation is displayed as paused.
- Returns
- True if paused, false otherwise.
void gazebo::gui::LogPlayWidget::OnPause |
( |
| ) |
|
|
slot |
void gazebo::gui::LogPlayWidget::OnPlay |
( |
| ) |
|
|
slot |
void gazebo::gui::LogPlayWidget::OnStepForward |
( |
| ) |
|
|
slot |
void gazebo::gui::LogPlayWidget::SetCurrentTime |
( |
const QString & |
| ) |
|
|
signal |
Qt signal used to set the current time line edit.
- Parameters
-
[in] | _string | String representation of current time. |
void gazebo::gui::LogPlayWidget::SetCurrentTime |
( |
const common::Time & |
_time | ) |
|
|
signal |
Qt signal used to set the current time in the view.
- Parameters
-
void gazebo::gui::LogPlayWidget::SetEndTime |
( |
const QString & |
| ) |
|
|
signal |
Qt signal used to set the end time line edit.
- Parameters
-
[in] | _string | String representation of current time. |
void gazebo::gui::LogPlayWidget::SetEndTime |
( |
const common::Time & |
_time | ) |
|
|
signal |
Qt signal used to set the end time in the view.
- Parameters
-
void gazebo::gui::LogPlayWidget::SetPaused |
( |
const bool |
_paused | ) |
|
Set whether to display the simulation as paused.
- Parameters
-
[in] | _p | True to display the simulation as paused. False indicates the simulation is running |
void gazebo::gui::LogPlayWidget::SetStartTime |
( |
const common::Time & |
_time | ) |
|
|
signal |
Qt signal used to set the start time in the view.
- Parameters
-
void gazebo::gui::LogPlayWidget::ShowPause |
( |
| ) |
|
|
signal |
Qt signal to show the pause button.
void gazebo::gui::LogPlayWidget::ShowPlay |
( |
| ) |
|
|
signal |
Qt signal to show the play button.
The documentation for this class was generated from the following file: