Public Attributes | List of all members
gazebo::gui::ExtrudeDialogPrivate Class Reference

Private data for the ExtrudeDialog class. More...

#include <ExtrudeDialogPrivate.hh>

Public Attributes

std::string filename
 Full file path of the SVG file. More...
 
QDoubleSpinBox * resolutionSpin
 Resolution spin box. More...
 
QSpinBox * samplesSpin
 Samples spin box. More...
 
QDoubleSpinBox * thicknessSpin
 Thickness spin box. More...
 
QGraphicsView * view
 Display the SVG paths. More...
 
int viewWidth
 Width of the graphics view in px. More...
 

Detailed Description

Private data for the ExtrudeDialog class.

Member Data Documentation

std::string gazebo::gui::ExtrudeDialogPrivate::filename

Full file path of the SVG file.

QDoubleSpinBox* gazebo::gui::ExtrudeDialogPrivate::resolutionSpin

Resolution spin box.

QSpinBox* gazebo::gui::ExtrudeDialogPrivate::samplesSpin

Samples spin box.

QDoubleSpinBox* gazebo::gui::ExtrudeDialogPrivate::thicknessSpin

Thickness spin box.

QGraphicsView* gazebo::gui::ExtrudeDialogPrivate::view

Display the SVG paths.

int gazebo::gui::ExtrudeDialogPrivate::viewWidth

Width of the graphics view in px.


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