18#ifndef _GAZEBO_EXTRUDE_DIALOG_HH_
19#define _GAZEBO_EXTRUDE_DIALOG_HH_
30 class ExtrudeDialogPrivate;
44 public:
ExtrudeDialog(
const std::string &_filename, QWidget *_parent = 0);
66 private slots:
void OnAccept();
69 private slots:
void OnReject();
74 private slots:
void OnUpdateView(
int _value);
79 private slots:
void OnUpdateView(
double _value);
85 private:
bool eventFilter(QObject *_obj, QEvent *_event);
89 private: ExtrudeDialogPrivate *dataPtr;
gui
Definition KeyEventHandler.hh:29
Dialog for saving to file.
Definition ExtrudeDialog.hh:38
void UpdateView()
Reload SVG file to update the view with the current data in the dialog.
double GetThickness() const
Get the thickness value.
unsigned int GetSamples() const
Get the number of samples per segment.
ExtrudeDialog(const std::string &_filename, QWidget *_parent=0)
Constructor.
double GetResolution() const
Get the resolution in px/m.
~ExtrudeDialog()
Destructor.
Forward declarations for the common classes.
Definition Animation.hh:27