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

A widget that provides data logging functionality. More...

#include <gui/DataLogger.hh>

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

Signals

void SetDestinationPath (QString _string)
 A signal used to set the destination path label. More...
 
void SetDestinationURI (QString _string)
 A signal used to set the destination URI label. More...
 
void SetSize (QString _string)
 A signal used to set the size label. More...
 
void SetTime (QString _string)
 A signal used to set the time label. More...
 

Public Member Functions

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

Detailed Description

A widget that provides data logging functionality.

Constructor & Destructor Documentation

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

Constructor.

Parameters
[in]_parentParent widget pointer.
virtual gazebo::gui::DataLogger::~DataLogger ( )
virtual

Destructor.

Member Function Documentation

void gazebo::gui::DataLogger::SetDestinationPath ( QString  _string)
signal

A signal used to set the destination path label.

Parameters
[in]_stringThe log destination directory
void gazebo::gui::DataLogger::SetDestinationURI ( QString  _string)
signal

A signal used to set the destination URI label.

Parameters
[in]_stringThe log destination URI
void gazebo::gui::DataLogger::SetSize ( QString  _string)
signal

A signal used to set the size label.

Parameters
[in]_stringString representation of size.
void gazebo::gui::DataLogger::SetTime ( QString  _string)
signal

A signal used to set the time label.

Parameters
[in]_stringString representation of time.

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