18 #ifndef _LEVEL_INSPECTOR_DIALOG_HH_
19 #define _LEVEL_INSPECTOR_DIALOG_HH_
50 public: std::string GetLevelName()
const;
54 public:
double GetHeight()
const;
58 public:
void SetLevelName(
const std::string &_levelName);
62 public:
void SetHeight(
double _height);
65 Q_SIGNALS:
void Applied();
68 private slots:
void OnCancel();
71 private slots:
void OnApply();
74 private slots:
void OnOK();
80 private: QLineEdit *levelNameLineEdit;
83 private: QDoubleSpinBox *heightSpinBox;
86 private: QDoubleSpinBox *floorThicknessSpinBox;
Base Dialog for a specific inspector dialog.
Definition: BaseInspectorDialog.hh:35
Dialog for configuring a building level.
Definition: LevelInspectorDialog.hh:36
#define GZ_GUI_BUILDING_VISIBLE
Definition: system.hh:393
QWidget * floorWidget
Widget containing the floor specs.
Definition: LevelInspectorDialog.hh:77