AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEditAccessRights.h
gehe zur Dokumentation dieser Datei
1
4
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
context/AuthContext.h
"
10
11
namespace
governikus
12
{
13
14
class
StateEditAccessRights
15
:
public
AbstractState
16
,
public
GenericContextContainer
<AuthContext>
17
{
18
Q_OBJECT
19
friend
class
StateBuilder
;
20
21
private
:
22
explicit
StateEditAccessRights(
const
QSharedPointer<WorkflowContext>& pContext);
23
void
run()
override
;
24
};
25
26
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< AuthContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:20
governikus::StateEditAccessRights::StateBuilder
friend class StateBuilder
Definition
StateEditAccessRights.h:19
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
base
states
StateEditAccessRights.h
Erzeugt von
1.14.0