Go to the documentation of this file.
17 #ifndef _GAZEBO_GUI_BUILDING_LEVELINSPECTORDIALOG_HH_
18 #define _GAZEBO_GUI_BUILDING_LEVELINSPECTORDIALOG_HH_
33 class LevelInspectorDialogPrivate;
54 public: std::string LevelName()
const;
58 public:
double Height()
const;
62 public:
void SetLevelName(
const std::string &_levelName);
66 public:
void SetHeight(
const double _height);
70 public:
void ShowFloorWidget(
const bool _show);
74 private: std::unique_ptr<LevelInspectorDialogPrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:26
void SetLevelName(const std::string &_levelName)
Set the name of the level.
LevelInspectorDialog(QWidget *_parent=0)
Constructor.
Dialog for configuring a building level.
Definition: LevelInspectorDialog.hh:40
Base Dialog for a specific inspector dialog.
Definition: BaseInspectorDialog.hh:39
double Height() const
Get the height of the level.
void SetHeight(const double _height)
Set the height of the level.
void ShowFloorWidget(const bool _show)
Show or hide the floor widget.
~LevelInspectorDialog()
Destructor.
std::string LevelName() const
Get the name of the level.