17#ifndef GAZEBO_GUI_BUILDING_IMPORTIMAGEDIALOG_HH_
18#define GAZEBO_GUI_BUILDING_IMPORTIMAGEDIALOG_HH_
31 class ImportImageDialogPrivate;
33 class ImportImageView;
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;
gui
Definition KeyEventHandler.hh:29
Definition ImportImageDialog.hh:38
void SetFileName(QString _string)
A signal used to set the file label.
virtual ~ImportImageDialog()
Destructor.
ImportImageDialog(QWidget *_parent=0)
Constructor.
Control the import image view and manage contents in the scene.
Definition ImportImageView.hh:42
Forward declarations for the common classes.
Definition Animation.hh:27