Custom delete action.
More...
#include <gui/gui.hh>
|
void | DeleteSignal (const std::string &_modelName) |
| The custom signal which a SLOT can connect to. More...
|
|
gazebo::gui::DeleteAction::DeleteAction |
( |
const QString & |
_text, |
|
|
QObject * |
_parent |
|
) |
| |
|
inline |
Constructor.
- Parameters
-
[in] | _text | Name of the action. |
[in] | _parent | Action parent object. |
void gazebo::gui::DeleteAction::DeleteSignal |
( |
const std::string & |
_modelName | ) |
|
|
signal |
The custom signal which a SLOT can connect to.
- Parameters
-
[in] | _modelName | The name of the model to delete. |
void gazebo::gui::DeleteAction::Signal |
( |
const std::string & |
_modelName | ) |
|
|
inline |
Emit the delete signal.
This triggers the action.
- Parameters
-
[in] | _modelName | Name of the model to delete. |
The documentation for this class was generated from the following file: