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... | |
Private data for the ExtrudeDialog class.
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.