ExtrudeDialog Class Reference

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...
 

Detailed Description

Dialog for saving to file.

Constructor & Destructor Documentation

ExtrudeDialog ( const std::string &  _filename,
QWidget *  _parent = 0 
)

Constructor.

Parameters
[in]_filenameFull path to the SVG file.
[in]_parentParent QWidget.

Destructor.

Member Function Documentation

double GetResolution ( ) const

Get the resolution in px/m.

Returns
Resolution value.
unsigned int GetSamples ( ) const

Get the number of samples per segment.

Returns
Number of samples.
double GetThickness ( ) const

Get the thickness value.

Returns
Thickness value.
void UpdateView ( )

Reload SVG file to update the view with the current data in the dialog.


The documentation for this class was generated from the following file: