Dialog for saving the building model.
More...
#include <FinishBuildingDialog.hh>
Dialog for saving the building model.
Unique identifiers for all dialog modes.
Enumerator |
---|
MODEL_FINISH |
Finish mode.
|
MODEL_SAVE |
Save mode.
|
gazebo::gui::FinishBuildingDialog::FinishBuildingDialog |
( |
int |
_mode = 0 , |
|
|
QWidget * |
_parent = 0 |
|
) |
| |
Constructor.
- Parameters
-
[in] | _mode | Mode of the dialog |
[in] | _parent | Parent QWidget. |
gazebo::gui::FinishBuildingDialog::~FinishBuildingDialog |
( |
| ) |
|
std::string gazebo::gui::FinishBuildingDialog::GetAuthorEmail |
( |
| ) |
const |
Get the model's author's email.
- Returns
- The author's email.
std::string gazebo::gui::FinishBuildingDialog::GetAuthorName |
( |
| ) |
const |
Get the model's author's name.
- Returns
- The author's name.
std::string gazebo::gui::FinishBuildingDialog::GetDescription |
( |
| ) |
const |
Get the model's description.
- Returns
- The model's description.
std::string gazebo::gui::FinishBuildingDialog::GetModelName |
( |
| ) |
const |
Get the building model name.
- Returns
- The model name.
std::string gazebo::gui::FinishBuildingDialog::GetSaveLocation |
( |
| ) |
const |
Get the save location.
- Returns
- Path of the save location.
std::string gazebo::gui::FinishBuildingDialog::GetVersion |
( |
| ) |
const |
Get the model's version.
- Returns
- The model's version.
void gazebo::gui::FinishBuildingDialog::SetModelName |
( |
const std::string & |
_name | ) |
|
Set the building model name.
- Parameters
-
[in] | _name | Name to set the model to. |
void gazebo::gui::FinishBuildingDialog::SetSaveLocation |
( |
const std::string & |
_location | ) |
|
Set the save location.
- Parameters
-
[in] | _location | Location to save to. |
The documentation for this class was generated from the following file: