18 #ifndef _LEVEL_INSPECTOR_DIALOG_HH_
19 #define _LEVEL_INSPECTOR_DIALOG_HH_
47 public: std::string GetLevelName()
const;
51 public:
double GetHeight()
const;
55 public:
void SetLevelName(
const std::string &_levelName);
59 public:
void SetHeight(
double _height);
62 Q_SIGNALS:
void Applied();
65 private slots:
void OnCancel();
68 private slots:
void OnApply();
71 private slots:
void OnOK();
74 private: QLineEdit *levelNameLineEdit;
77 private: QDoubleSpinBox *heightSpinBox;
80 private: QDoubleSpinBox *floorThicknessSpinBox;
83 private: QComboBox *materialComboBox;
Dialog for configuring a building level.
Definition: LevelInspectorDialog.hh:34
#define GAZEBO_VISIBLE
Use to represent "symbol visible" if supported.
Definition: system.hh:48