Dialog for saving to file. More...
#include <gui/gui.hh>
Inherits QDialog.
Public Member Functions | |
ExtrudeDialog (const std::string &_filename, QWidget *_parent=0) | |
Constructor. More... | |
~ExtrudeDialog () | |
Destructor. More... | |
double | GetResolution () const |
Get the resolution in px/m. More... | |
unsigned int | GetSamples () const |
Get the number of samples per segment. More... | |
double | GetThickness () const |
Get the thickness value. More... | |
void | UpdateView () |
Reload SVG file to update the view with the current data in the dialog. More... | |
Dialog for saving to file.
ExtrudeDialog | ( | const std::string & | _filename, |
QWidget * | _parent = 0 |
||
) |
Constructor.
[in] | _filename | Full path to the SVG file. |
[in] | _parent | Parent QWidget. |
~ExtrudeDialog | ( | ) |
Destructor.
double GetResolution | ( | ) | const |
Get the resolution in px/m.
unsigned int GetSamples | ( | ) | const |
Get the number of samples per segment.
double GetThickness | ( | ) | const |
Get the thickness value.
void UpdateView | ( | ) |
Reload SVG file to update the view with the current data in the dialog.