All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Public Member Functions | List of all members
gazebo::gui::LevelWidget Class Reference

#include <LevelWidget.hh>

Inheritance diagram for gazebo::gui::LevelWidget:
Inheritance graph
[legend]
Collaboration diagram for gazebo::gui::LevelWidget:
Collaboration graph
[legend]

Public Slots

void OnAddLevel ()
 Qt callback when the add level button has been pressed. More...
 
void OnCurrentLevelChanged (int _level)
 Qt callback when the selection of the level combo box has been changed. More...
 

Public Member Functions

 LevelWidget (QWidget *_parent=0)
 Constructor. More...
 
 ~LevelWidget ()
 Destructor. More...
 
void OnDeleteLevel (int _level)
 Callback received when the level has been deleted. More...
 

Constructor & Destructor Documentation

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

Constructor.

Parameters
[in]_parentParent QWidget.
gazebo::gui::LevelWidget::~LevelWidget ( )

Destructor.

Member Function Documentation

void gazebo::gui::LevelWidget::OnAddLevel ( )
slot

Qt callback when the add level button has been pressed.

void gazebo::gui::LevelWidget::OnCurrentLevelChanged ( int  _level)
slot

Qt callback when the selection of the level combo box has been changed.

void gazebo::gui::LevelWidget::OnDeleteLevel ( int  _level)

Callback received when the level has been deleted.


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