|
HLCC Documentation 2.2.0
|
#include <actionMgr.hpp>
Public Member Functions | |
| ActionMgr (DataContext &the_data) | |
| virtual | ~ActionMgr () |
| void | CreateActions (rad::Application &appl) override |
| void | CreateActivities (rad::Application &appl) override |
| ActionMgr (const ActionMgr &)=delete | |
| ActionMgr & | operator= (const ActionMgr &)=delete |
| Disable copy constructor. | |
This class is responsible for the life-cycle management of actions and activities.
|
explicit |
Default constructor.
|
virtual |
Default destructor.
|
delete |
|
override |
Method to instantiate the action objects.
| [in] | appl | Reference to the rad-app application. |
|
override |
Method to instantiate activity objects.
| appl | Reference to the Application used to inject internal events. |
Disable copy constructor.