rad 6.2.0
|
#include <actionsPreset.hpp>
Public Member Functions | |
ActionsPreset (rad::Application &sm, DataContext &data) | |
void | Initialize () override |
void | Configure (const std::vector< std::string > &keys) override |
void | Start (scxml4cpp::Context *c) |
ActionsPreset (const ActionsPreset &)=delete | |
ActionsPreset & | operator= (const ActionsPreset &)=delete |
Disable copy constructor. | |
![]() | |
ConfigurableActionGroup (const std::string &id) | |
virtual | ~ConfigurableActionGroup () |
ConfigurableActionGroup (const ConfigurableActionGroup &)=delete | |
ConfigurableActionGroup & | operator= (const ConfigurableActionGroup &)=delete |
Disable copy constructor. | |
![]() | |
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 contains the implementation of the actions dealing with the Preset use case.
exciiserver::ActionsPreset::ActionsPreset | ( | rad::Application & | 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 |
|
overridevirtual |
Method invoked when SetConfig or LoadConfig command is received to re-configure the actions class attributes.
keys | Modified parameters. Empty vector means all params have changed. |
Implements rad::ConfigurableActionGroup.
|
overridevirtual |
Method invoked when Init command is received to re-initialize the actions class attributes.
Implements rad::ConfigurableActionGroup.
|
delete |
Disable copy constructor.
void exciiserver::ActionsPreset::Start | ( | scxml4cpp::Context * | c | ) |