rad
6.2.0
Loading...
Searching...
No Matches
rad
cpp
_examples
exciiserver
src
actionMgr.hpp
Go to the documentation of this file.
1
9
#ifndef EXCIISERVER_ACTION_MGR_HPP
10
#define EXCIISERVER_ACTION_MGR_HPP
11
12
#include <
rad/configurableActionMgr.hpp
>
13
#include <
rad/application.hpp
>
14
15
namespace
exciiserver
{
16
17
class
DataContext;
18
23
class
ActionMgr
:
public
rad::ConfigurableActionMgr
{
24
public
:
28
ActionMgr
(
DataContext
& the_data);
29
33
virtual
~ActionMgr
();
34
38
virtual
void
CreateActions
(
rad::Application
& appl)
override
;
39
43
virtual
void
CreateActivities
(
rad::Application
& appl)
override
;
44
45
ActionMgr
(
const
ActionMgr
&) =
delete
;
46
ActionMgr
&
operator=
(
const
ActionMgr
&) =
delete
;
47
48
private
:
49
DataContext
& m_data;
50
};
51
52
}
// namespace exciiserver
53
54
#endif
// EXCIISERVER_ACTION_MGR_HPP
application.hpp
Application class header file.
exciiserver::ActionMgr
Definition
actionMgr.hpp:23
exciiserver::ActionMgr::operator=
ActionMgr & operator=(const ActionMgr &)=delete
Disable copy constructor.
exciiserver::ActionMgr::ActionMgr
ActionMgr(const ActionMgr &)=delete
exciiserver::ActionMgr::CreateActivities
virtual void CreateActivities(rad::Application &appl) override
Definition
actionMgr.cpp:62
exciiserver::ActionMgr::CreateActions
virtual void CreateActions(rad::Application &appl) override
Definition
actionMgr.cpp:37
exciiserver::ActionMgr::~ActionMgr
virtual ~ActionMgr()
Definition
actionMgr.cpp:33
exciiserver::DataContext
Definition
dataContext.hpp:26
rad::ActionMgr::ActionMgr
ActionMgr()
Definition
actionMgr.cpp:19
rad::Application
Definition
application.hpp:48
rad::ConfigurableActionMgr
Definition
configurableActionMgr.hpp:30
configurableActionMgr.hpp
ConfigurableActionMgr class header file.
exciiserver
Definition
actionMgr.cpp:26
Generated by
1.10.0