Go to the documentation of this file.
10 #ifndef RAD_ACTION_GROUP_HPP
11 #define RAD_ACTION_GROUP_HPP
25 const std::string&
GetId()
const;
26 void SetId(
const std::string&
id);
37 #endif // RAD_ACTION_GROUP_HPP
ActionGroup(const ActionGroup &)=delete
ActionGroup & operator=(const ActionGroup &)=delete
Disable copy constructor.
const std::string & GetId() const
Definition: actionGroup.cpp:28
Definition: actionCallback.hpp:21
ActionGroup(const std::string &id)
Definition: actionGroup.cpp:18
void SetId(const std::string &id)
Definition: actionGroup.cpp:36
Definition: actionGroup.hpp:20
virtual ~ActionGroup()
Definition: actionGroup.cpp:23