18 #ifndef _GAZEBO_GUI_IMPORT_IMAGE_DIALOG_PRIVATE_HH_
19 #define _GAZEBO_GUI_IMPORT_IMAGE_DIALOG_PRIVATE_HH_
29 class ImportImageView;
Definition: ImportImageDialogPrivate.hh:33
EditorView * view
Building editor 2D view.
Definition: ImportImageDialogPrivate.hh:42
bool drawingLine
Indicates whether currently drawing a line or not.
Definition: ImportImageDialogPrivate.hh:66
QDoubleSpinBox * resolutionSpin
Resolution spin box.
Definition: ImportImageDialogPrivate.hh:39
int imageDisplayHeight
Import image view height.
Definition: ImportImageDialogPrivate.hh:60
QStackedLayout * stackedStepLayout
Stacked layout of steps 1 and 2.
Definition: ImportImageDialogPrivate.hh:45
ImportImageView * importImageView
Import image view.
Definition: ImportImageDialogPrivate.hh:63
QDoubleSpinBox * distanceSpin
Distance spin box.
Definition: ImportImageDialogPrivate.hh:36
Control the editor view and manage contents in the editor scene.
Definition: EditorView.hh:78
QLineEdit * fileLineEdit
File path line edit.
Definition: ImportImageDialogPrivate.hh:54
QPushButton * okButton
Ok button.
Definition: ImportImageDialogPrivate.hh:51
int imageDisplayWidth
Import image view width.
Definition: ImportImageDialogPrivate.hh:57
Control the import image view and manage contents in the scene.
Definition: ImportImageView.hh:42
QPushButton * nextButton
Next button.
Definition: ImportImageDialogPrivate.hh:48