Dialog for saving to file.
More...
#include <ImportDialog.hh>
|
virtual void | showEvent (QShowEvent *event) |
| Qt event emitted showing the dialog. More...
|
|
Dialog for saving to file.
gazebo::gui::ImportDialog::ImportDialog |
( |
QWidget * |
_parent = 0 | ) |
|
Constructor.
- Parameters
-
[in] | _parent | Parent QWidget. |
gazebo::gui::ImportDialog::~ImportDialog |
( |
| ) |
|
std::string gazebo::gui::ImportDialog::GetImportPath |
( |
| ) |
const |
Get the import path of the custom link.
- Returns
- Path of the custom location.
std::string gazebo::gui::ImportDialog::GetLinkName |
( |
| ) |
const |
Get name of file.
- Returns
- The name of file.
void gazebo::gui::ImportDialog::SetImportPath |
( |
const std::string & |
_path | ) |
|
Set the import path of the custom link.
- Parameters
-
[in] | _path | Path to import the custom link. |
void gazebo::gui::ImportDialog::SetLinkName |
( |
const std::string & |
_name | ) |
|
Set the name of the custom link.
- Parameters
-
void gazebo::gui::ImportDialog::SetMessage |
( |
const std::string & |
_msg | ) |
|
Set the message to be displayed.
- Parameters
-
[in] | _msg | Message to be displayed. |
void gazebo::gui::ImportDialog::SetTitle |
( |
const std::string & |
_title | ) |
|
Set the tile of the dialog.
- Parameters
-
[in] | _title | Title of dialog. |
virtual void gazebo::gui::ImportDialog::showEvent |
( |
QShowEvent * |
event | ) |
|
|
protectedvirtual |
Qt event emitted showing the dialog.
The documentation for this class was generated from the following file: