#include <TimeWidgetPrivate.hh>
Public Attributes | |
| std::vector< event::ConnectionPtr > | connections |
| Event based connections. More... | |
| QLineEdit * | fpsEdit |
| Display the average frames per second. More... | |
| QLabel * | fpsLabel |
| FPS label. More... | |
| QLineEdit * | iterationsEdit |
| Display the number of iterations. More... | |
| QLabel * | iterationsLabel |
| Iterations label. More... | |
| bool | paused |
| Paused state of the simulation. More... | |
| QLineEdit * | percentRealTimeEdit |
| Display the real time percentage. More... | |
| QLineEdit * | realTimeEdit |
| Display the real time. More... | |
| QLabel * | realTimeFactorLabel |
| Real time factor label. More... | |
| QLabel * | realTimeLabel |
| Real time label. More... | |
| QLineEdit * | simTimeEdit |
| Display the simulation time. More... | |
| QLabel * | simTimeLabel |
| Sim time label. More... | |
| QToolButton * | stepButton |
| Tool button that holds the step widget. More... | |
| QAction * | stepButtonAction |
| Action associated with the step button in the toolbar. More... | |
| QAction * | stepToolBarLabelAction |
| Action associated with the step label in the toolbar. More... | |
| TimePanel * | timePanel |
| Paused state of the simulation. More... | |
| std::vector<event::ConnectionPtr> gazebo::gui::TimeWidgetPrivate::connections |
Event based connections.
| QLineEdit* gazebo::gui::TimeWidgetPrivate::fpsEdit |
Display the average frames per second.
| QLabel* gazebo::gui::TimeWidgetPrivate::fpsLabel |
FPS label.
| QLineEdit* gazebo::gui::TimeWidgetPrivate::iterationsEdit |
Display the number of iterations.
| QLabel* gazebo::gui::TimeWidgetPrivate::iterationsLabel |
Iterations label.
| bool gazebo::gui::TimeWidgetPrivate::paused |
Paused state of the simulation.
| QLineEdit* gazebo::gui::TimeWidgetPrivate::percentRealTimeEdit |
Display the real time percentage.
| QLineEdit* gazebo::gui::TimeWidgetPrivate::realTimeEdit |
Display the real time.
| QLabel* gazebo::gui::TimeWidgetPrivate::realTimeFactorLabel |
Real time factor label.
| QLabel* gazebo::gui::TimeWidgetPrivate::realTimeLabel |
Real time label.
| QLineEdit* gazebo::gui::TimeWidgetPrivate::simTimeEdit |
Display the simulation time.
| QLabel* gazebo::gui::TimeWidgetPrivate::simTimeLabel |
Sim time label.
| QToolButton* gazebo::gui::TimeWidgetPrivate::stepButton |
Tool button that holds the step widget.
| QAction* gazebo::gui::TimeWidgetPrivate::stepButtonAction |
Action associated with the step button in the toolbar.
| QAction* gazebo::gui::TimeWidgetPrivate::stepToolBarLabelAction |
Action associated with the step label in the toolbar.
| TimePanel* gazebo::gui::TimeWidgetPrivate::timePanel |
Paused state of the simulation.