17 #ifndef GAZEBO_GUI_MODEL_IMPORTDIALOG_HH_
18 #define GAZEBO_GUI_MODEL_IMPORTDIALOG_HH_
46 public: std::string GetLinkName()
const;
50 public: std::string GetImportPath()
const;
54 public:
void SetLinkName(
const std::string &_name);
58 public:
void SetImportPath(
const std::string &_path);
62 public:
void SetMessage(
const std::string &_msg);
66 public:
void SetTitle(
const std::string &_title);
69 protected:
virtual void showEvent(QShowEvent *event);
72 private slots:
void OnBrowse();
75 private slots:
void OnCancel();
78 private slots:
void OnImport();
81 private: QLineEdit *nameLineEdit;
84 private: QLineEdit *pathLineEdit;
87 private: QLabel *messageLabel;
Dialog for saving to file.
Definition: ImportDialog.hh:33