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

A widget for adding and changing building levels. More...

#include <LevelWidget.hh>

Inheritance diagram for gazebo::gui::LevelWidget:
Inheritance 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...
 
void OnDeleteLevel ()
 Qt callback when the delete level button has been pressed. More...
 
void OnShowElements ()
 Qt callback when the show elements button has been pressed. More...
 
void OnShowFloorplan ()
 Qt callback when the show floorplan button has been pressed. More...
 
void OnTriggerShowElements ()
 Trigger show elements. More...
 
void OnTriggerShowFloorplan ()
 Trigger show floorplan. More...
 

Public Member Functions

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

Detailed Description

A widget for adding and changing building levels.

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.

Parameters
[in]_levelChosen level.
void gazebo::gui::LevelWidget::OnDeleteLevel ( )
slot

Qt callback when the delete level button has been pressed.

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

Qt callback when the show elements button has been pressed.

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

Qt callback when the show floorplan button has been pressed.

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

Trigger show elements.

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

Trigger show floorplan.


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