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

Private data for the SaveDialog class. More...

#include <SaveDialogPrivate.hh>

Public Attributes

QWidget * advancedOptionsWidget
 Widget container to hold advanced model saving options. More...
 
QLabel * messageLabel
 Label appearing at the top of the dialog box. More...
 
QLineEdit * modelAuthorEmailLineEdit
 Editable line that holds the model's author's email. More...
 
QLineEdit * modelAuthorNameLineEdit
 Editable line that holds the model's author's name. More...
 
TiXmlDocument modelConfig
 The model's config file. More...
 
QLineEdit * modelDescriptionLineEdit
 Editable line that holds the model's description. More...
 
QLineEdit * modelLocationLineEdit
 Editable line that holds the model's save location. More...
 
QLineEdit * modelNameLineEdit
 Editable line that holds the model name. More...
 
QLineEdit * modelVersionLineEdit
 Editable line that holds the model's version. More...
 

Detailed Description

Private data for the SaveDialog class.

Member Data Documentation

QWidget* gazebo::gui::SaveDialogPrivate::advancedOptionsWidget

Widget container to hold advanced model saving options.

QLabel* gazebo::gui::SaveDialogPrivate::messageLabel

Label appearing at the top of the dialog box.

QLineEdit* gazebo::gui::SaveDialogPrivate::modelAuthorEmailLineEdit

Editable line that holds the model's author's email.

QLineEdit* gazebo::gui::SaveDialogPrivate::modelAuthorNameLineEdit

Editable line that holds the model's author's name.

TiXmlDocument gazebo::gui::SaveDialogPrivate::modelConfig

The model's config file.

QLineEdit* gazebo::gui::SaveDialogPrivate::modelDescriptionLineEdit

Editable line that holds the model's description.

QLineEdit* gazebo::gui::SaveDialogPrivate::modelLocationLineEdit

Editable line that holds the model's save location.

QLineEdit* gazebo::gui::SaveDialogPrivate::modelNameLineEdit

Editable line that holds the model name.

QLineEdit* gazebo::gui::SaveDialogPrivate::modelVersionLineEdit

Editable line that holds the model's version.


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