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