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