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

Plot diagnostic information. More...

#include <Diagnostics.hh>

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

Public Member Functions

 Diagnostics (QWidget *_parent)
 Constructor. More...
 
virtual ~Diagnostics ()
 Destructor. More...
 
virtual bool eventFilter (QObject *_o, QEvent *_e)
 Used to filter scroll wheel events. More...
 

Detailed Description

Plot diagnostic information.

Constructor & Destructor Documentation

gazebo::gui::Diagnostics::Diagnostics ( QWidget *  _parent)

Constructor.

Parameters
[in]_parentPointer to the parent widget.
virtual gazebo::gui::Diagnostics::~Diagnostics ( )
virtual

Destructor.

Member Function Documentation

virtual bool gazebo::gui::Diagnostics::eventFilter ( QObject *  _o,
QEvent *  _e 
)
virtual

Used to filter scroll wheel events.

Parameters
[in]_oObject that receives the event.
[in]_eventPointer to the event.

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