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

Dialog for configuring a building level. More...

#include <LevelInspectorDialog.hh>

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

Signals

void Applied ()
 Qt signal emitted to indicate that changes should be applied. More...
 

Public Member Functions

 LevelInspectorDialog (QWidget *_parent=0)
 Constructor. More...
 
 ~LevelInspectorDialog ()
 Destructor. More...
 
double GetHeight () const
 Get the height of the level. More...
 
std::string GetLevelName () const
 Get the name of the level. More...
 
void SetHeight (double _height)
 Set the height of the level. More...
 
void SetLevelName (const std::string &_levelName)
 Set the name of the level. More...
 

Detailed Description

Dialog for configuring a building level.

Constructor & Destructor Documentation

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

Constructor.

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

Destructor.

Member Function Documentation

void gazebo::gui::LevelInspectorDialog::Applied ( )
signal

Qt signal emitted to indicate that changes should be applied.

double gazebo::gui::LevelInspectorDialog::GetHeight ( ) const

Get the height of the level.

Returns
The level height in pixels.
std::string gazebo::gui::LevelInspectorDialog::GetLevelName ( ) const

Get the name of the level.

Returns
The level name.
void gazebo::gui::LevelInspectorDialog::SetHeight ( double  _height)

Set the height of the level.

Parameters
[in]_heightLevel height in pixels.
void gazebo::gui::LevelInspectorDialog::SetLevelName ( const std::string &  _levelName)

Set the name of the level.

Parameters
[in]_levelNameNew level name.

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