rad  4.0.0
Public Member Functions | List of all members
exciiserver::ActionsPreset Class Reference

#include <actionsPreset.hpp>

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

Public Member Functions

 ActionsPreset (rad::SMAdapter &sm, DataContext &data)
 
void Start (scxml4cpp::Context *c)
 
 ActionsPreset (const ActionsPreset &)=delete
 
ActionsPresetoperator= (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
 
ActionGroupoperator= (const ActionGroup &)=delete
 Disable copy constructor. More...
 

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::SMAdapter 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

◆ 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: