ifw
0.0.1-dev
|
This class is responsible for the life-cycle management of actions. More...
#include <actionMgr.hpp>
This class is responsible for the life-cycle management of actions.
ctd::qatk::qapp2::ActionMgr::ActionMgr | ( | ) |
|
virtual |
Delete all registered actions, group of actions, and activities.
Reimplemented from rad::ActionMgr.
ctd::qatk::qapp2::ActionMgr::ActionMgr | ( | ) |
|
virtual |
Delete all registered actions, group of actions, and activities.
Reimplemented from rad::ActionMgr.
void ctd::qatk::qapp2::ActionMgr::CreateActions | ( | boost::asio::io_service & | ios, |
rad::Dispatcher & | dispatcher, | ||
rad::MsgReplier & | msg_replier, | ||
DataContext & | data | ||
) |
Method to instantiate the action objects.
[in] | ios | Event loop. |
[in] | dispatcher | Event dispatcher. |
[in] | msgReplier | Helper class to reply to incoming requests. |
[in] | theData | Data shared within the application among actions and activities. |
void ctd::qatk::qapp2::ActionMgr::CreateActions | ( | boost::asio::io_service & | ios, |
rad::Dispatcher & | dispatcher, | ||
rad::MsgReplier & | msg_replier, | ||
DataContext & | data | ||
) |
Method to instantiate the action objects.
[in] | ios | Event loop. |
[in] | dispatcher | Event dispatcher. |
[in] | msgReplier | Helper class to reply to incoming requests. |
[in] | theData | Data shared within the application among actions and activities. |