18 #ifndef _GAZEBO_GUI_IMPORT_IMAGE_DIALOG_HH_
19 #define _GAZEBO_GUI_IMPORT_IMAGE_DIALOG_HH_
32 class ImportImageDialogPrivate;
34 class ImportImageView;
53 signals:
void SetFileName(QString _string);
56 private slots:
void OnSelectFile();
59 private slots:
void OnAccept();
62 private slots:
void OnReject();
65 private slots:
void OnNext();
68 private slots:
void OnBack();
71 private slots:
void OnChangeDistance(
double _distance);
74 private slots:
void OnChangeResolution(
double _resolution);
78 private: std::unique_ptr<ImportImageDialogPrivate> dataPtr;
Control the import image view and manage contents in the scene.
Definition: ImportImageView.hh:42
Definition: ImportImageDialog.hh:38