17 #ifndef GAZEBO_GUI_BUILDING_IMPORTIMAGEDIALOG_HH_ 18 #define GAZEBO_GUI_BUILDING_IMPORTIMAGEDIALOG_HH_ 31 class ImportImageDialogPrivate;
33 class ImportImageView;
52 signals:
void SetFileName(QString _string);
55 private slots:
void OnSelectFile();
58 private slots:
void OnAccept();
61 private slots:
void OnReject();
64 private slots:
void OnNext();
67 private slots:
void OnBack();
70 private slots:
void OnChangeDistance(
double _distance);
73 private slots:
void OnChangeResolution(
double _resolution);
77 private: std::unique_ptr<ImportImageDialogPrivate> dataPtr;
Forward declarations for the common classes.
Definition: Animation.hh:26
gui
Definition: KeyEventHandler.hh:29
Control the import image view and manage contents in the scene.
Definition: ImportImageView.hh:41
Definition: ImportImageDialog.hh:37