Signals | Public Member Functions | List of all members
gazebo::gui::TimePanel Class Reference

#include <TimePanel.hh>

Inheritance diagram for gazebo::gui::TimePanel:
Inheritance graph
[legend]

Signals

void SetIterations (QString _string)
 A signal used to set the iterations line edit. More...
 
void SetRealTime (QString _string)
 A signal used to set the real time line edit. More...
 
void SetSimTime (QString _string)
 A signal used to set the sim time line edit. More...
 

Public Member Functions

 TimePanel (QWidget *_parent=0)
 Constructor. More...
 
virtual ~TimePanel ()
 Destructor. More...
 

Constructor & Destructor Documentation

gazebo::gui::TimePanel::TimePanel ( QWidget *  _parent = 0)

Constructor.

virtual gazebo::gui::TimePanel::~TimePanel ( )
virtual

Destructor.

Member Function Documentation

void gazebo::gui::TimePanel::SetIterations ( QString  _string)
signal

A signal used to set the iterations line edit.

Parameters
[in]_stringString representation of iterations.
void gazebo::gui::TimePanel::SetRealTime ( QString  _string)
signal

A signal used to set the real time line edit.

Parameters
[in]_stringString representation of real time.
void gazebo::gui::TimePanel::SetSimTime ( QString  _string)
signal

A signal used to set the sim time line edit.

Parameters
[in]_stringString representation of sim time.

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