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:33
 
Base Dialog for a specific inspector dialog. 
Definition: BaseInspectorDialog.hh:43
 
Dialog for configuring a building level. 
Definition: LevelInspectorDialog.hh:40