Public Member Functions | List of all members
gazebo::gui::ExtrudeDialog Class Reference

Dialog for saving to file. More...

#include <gui/gui.hh>

Inheritance diagram for gazebo::gui::ExtrudeDialog:
Inheritance graph
[legend]

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

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

Constructor.

Parameters
[in]_filenameFull path to the SVG file.
[in]_parentParent QWidget.
gazebo::gui::ExtrudeDialog::~ExtrudeDialog ( )

Destructor.

Member Function Documentation

double gazebo::gui::ExtrudeDialog::GetResolution ( ) const

Get the resolution in px/m.

Returns
Resolution value.
unsigned int gazebo::gui::ExtrudeDialog::GetSamples ( ) const

Get the number of samples per segment.

Returns
Number of samples.
double gazebo::gui::ExtrudeDialog::GetThickness ( ) const

Get the thickness value.

Returns
Thickness value.
void gazebo::gui::ExtrudeDialog::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: