|
rad 6.2.0
|
#include <actionGroup.hpp>
Public Member Functions | |
| ActionGroup (const std::string &id) | |
| virtual | ~ActionGroup () |
| const std::string & | GetId () const |
| void | SetId (const std::string &id) |
| ActionGroup (const ActionGroup &)=delete | |
| ActionGroup & | operator= (const ActionGroup &)=delete |
| Disable copy constructor. | |
This class is the base class for classes grouping a set of actions.
|
explicit |
| [in] | id | Identifier of the group of actions. |
|
virtual |
Default destructor.
|
delete |
| const std::string & rad::ActionGroup::GetId | ( | ) | const |
|
delete |
Disable copy constructor.
| void rad::ActionGroup::SetId | ( | const std::string & | id | ) |
| [in] | id | Sets identifier of the group of actions. |