rad 6.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
exciiserver::ActionsPreset Class Reference

#include <actionsPreset.hpp>

Inheritance diagram for exciiserver::ActionsPreset:
rad::ConfigurableActionGroup rad::ActionGroup

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
 
ActionsPresetoperator= (const ActionsPreset &)=delete
 Disable copy constructor.
 
- Public Member Functions inherited from rad::ConfigurableActionGroup
 ConfigurableActionGroup (const std::string &id)
 
virtual ~ConfigurableActionGroup ()
 
 ConfigurableActionGroup (const ConfigurableActionGroup &)=delete
 
ConfigurableActionGroupoperator= (const ConfigurableActionGroup &)=delete
 Disable copy constructor.
 
- 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
 
ActionGroupoperator= (const ActionGroup &)=delete
 Disable copy constructor.
 

Detailed Description

This class contains the implementation of the actions dealing with the Preset use case.

Constructor & Destructor Documentation

◆ ActionsPreset() [1/2]

exciiserver::ActionsPreset::ActionsPreset ( rad::Application & sm,
DataContext & data )

Constructor.

Parameters
[in]smReference to the SM Adapter used to inject internal events.
[in]dataData shared within the application among actions and activities.

◆ ActionsPreset() [2/2]

exciiserver::ActionsPreset::ActionsPreset ( const ActionsPreset & )
delete

Member Function Documentation

◆ Configure()

void exciiserver::ActionsPreset::Configure ( const std::vector< std::string > & keys)
overridevirtual

Method invoked when SetConfig or LoadConfig command is received to re-configure the actions class attributes.

Parameters
keysModified parameters. Empty vector means all params have changed.

Implements rad::ConfigurableActionGroup.

◆ Initialize()

void exciiserver::ActionsPreset::Initialize ( )
overridevirtual

Method invoked when Init command is received to re-initialize the actions class attributes.

Implements rad::ConfigurableActionGroup.

◆ operator=()

ActionsPreset & exciiserver::ActionsPreset::operator= ( const ActionsPreset & )
delete

Disable copy constructor.

◆ Start()

void exciiserver::ActionsPreset::Start ( scxml4cpp::Context * c)

The documentation for this class was generated from the following files: