|
HLCC Documentation 2.2.0
|
#include <actionMgr.hpp>
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 | |
| 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 |
|
overridevirtual |
Method to instantiate the action objects.
|
overridevirtual |
Method to instantiate activity objects.
Disable copy constructor.