rad
6.2.0
Loading...
Searching...
No Matches
rad
cpp
utest
src
include
rad
utest
actionMgr.hpp
Go to the documentation of this file.
1
9
#ifndef RAD_UTEST_ACTION_MGR_HPP
10
#define RAD_UTEST_ACTION_MGR_HPP
11
12
#include <
rad/configurableActionMgr.hpp
>
13
14
namespace
rad
{
15
namespace
utest {
16
21
class
ActionMgr
:
public
rad::ConfigurableActionMgr
{
22
public
:
28
explicit
ActionMgr
(
rad::DataContext
& data) : m_data(data) {}
29
33
virtual
~ActionMgr
() {}
34
39
virtual
void
CreateActions
(
rad::Application
& appl)
override
{
40
CreateActionsForStdEvents
(appl, m_data);
41
CreateActionsForAppEvents
(appl, m_data);
42
}
43
47
virtual
void
CreateActivities
(
rad::Application
& appl)
override
{
48
}
49
50
private
:
51
rad::DataContext
& m_data;
// Application data context.
52
};
53
54
}
// utest namespace
55
}
// rad namespace
56
57
#endif
// RAD_UTEST_ACTION_MGR_HPP
58
59
rad::Application
Definition
application.hpp:48
rad::ConfigurableActionMgr
Definition
configurableActionMgr.hpp:30
rad::ConfigurableActionMgr::CreateActionsForStdEvents
void CreateActionsForStdEvents(Application &appl, DataContext &the_data)
Definition
configurableActionMgr.cpp:96
rad::ConfigurableActionMgr::CreateActionsForAppEvents
void CreateActionsForAppEvents(Application &appl, DataContext &the_data)
Definition
configurableActionMgr.cpp:138
rad::DataContext
Definition
dataContext.hpp:22
rad::utest::ActionMgr
Definition
actionMgr.hpp:21
rad::utest::ActionMgr::CreateActions
virtual void CreateActions(rad::Application &appl) override
Definition
actionMgr.hpp:39
rad::utest::ActionMgr::CreateActivities
virtual void CreateActivities(rad::Application &appl) override
Definition
actionMgr.hpp:47
rad::utest::ActionMgr::ActionMgr
ActionMgr(rad::DataContext &data)
Definition
actionMgr.hpp:28
rad::utest::ActionMgr::~ActionMgr
virtual ~ActionMgr()
Definition
actionMgr.hpp:33
configurableActionMgr.hpp
ConfigurableActionMgr class header file.
rad
Definition
actionsApp.cpp:23
Generated by
1.10.0