|
rad
4.0.0
|
#include <actionsPreset.hpp>
Public Member Functions | |
| ActionsPreset (rad::SMAdapter &sm, DataContext &data) | |
| void | Start (scxml4cpp::Context *c) |
| ActionsPreset (const ActionsPreset &)=delete | |
| ActionsPreset & | operator= (const ActionsPreset &)=delete |
| Disable copy constructor. More... | |
Public Member Functions inherited from rad::ActionGroup | |
| 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. More... | |
This class contains the implementation of the actions dealing with the Preset use case.
| exciiserver::ActionsPreset::ActionsPreset | ( | rad::SMAdapter & | sm, |
| DataContext & | data | ||
| ) |
Constructor.
| [in] | sm | Reference to the SM Adapter used to inject internal events. |
| [in] | data | Data shared within the application among actions and activities. |
|
delete |
|
delete |
Disable copy constructor.
| void exciiserver::ActionsPreset::Start | ( | scxml4cpp::Context * | c | ) |