17#ifndef _GAZEBO_GUI_BUILDING_LEVELINSPECTORDIALOG_HH_
18#define _GAZEBO_GUI_BUILDING_LEVELINSPECTORDIALOG_HH_
33 class LevelInspectorDialogPrivate;
74 private: std::unique_ptr<LevelInspectorDialogPrivate> dataPtr;
BaseInspectorDialog(QWidget *_parent)
Constructor.
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.
gui namespace
Definition Actions.hh:28
Forward declarations for the common classes.
Definition Animation.hh:27