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