HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
hlcc::lsvsim::ActionMgr Class Reference

#include <actionMgr.hpp>

Inheritance diagram for hlcc::lsvsim::ActionMgr:

Public Member Functions

 ActionMgr (DataContext &the_data)
 
virtual ~ActionMgr ()
 
virtual void CreateActions (rad::Application &appl) override
 
virtual void CreateActivities (rad::Application &appl) override
 
 ActionMgr (const ActionMgr &)=delete
 
ActionMgroperator= (const ActionMgr &)=delete
 Disable copy constructor.
 

Detailed Description

This class is responsible for the life-cycle management of actions and activities.

Constructor & Destructor Documentation

◆ ActionMgr() [1/2]

hlcc::lsvsim::ActionMgr::ActionMgr ( DataContext & the_data)
explicit

Default constructor.

◆ ~ActionMgr()

hlcc::lsvsim::ActionMgr::~ActionMgr ( )
virtual

Default destructor.

◆ ActionMgr() [2/2]

hlcc::lsvsim::ActionMgr::ActionMgr ( const ActionMgr & )
delete

Member Function Documentation

◆ CreateActions()

void hlcc::lsvsim::ActionMgr::CreateActions ( rad::Application & appl)
overridevirtual

Method to instantiate the action objects.

◆ CreateActivities()

void hlcc::lsvsim::ActionMgr::CreateActivities ( rad::Application & appl)
overridevirtual

Method to instantiate activity objects.

◆ operator=()

ActionMgr & hlcc::lsvsim::ActionMgr::operator= ( const ActionMgr & )
delete

Disable copy constructor.


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