AusweisApp2
StateShowSelfInfo.h
gehe zur Dokumentation dieser Datei
1
/*
2
* \copyright Copyright (c) 2018-2022 Governikus GmbH & Co. KG, Germany
3
*/
4
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
context/AuthContext.h
"
9
#include "
GenericContextContainer.h
"
10
11
12
namespace
governikus
13
{
14
class
StateShowSelfInfo
15
:
public
AbstractState
16
,
public
GenericContextContainer
<AuthContext>
17
{
18
Q_OBJECT
19
friend
class
StateBuilder
;
20
21
explicit
StateShowSelfInfo
(
const
QSharedPointer<WorkflowContext>& pContext);
22
void
run()
override
;
23
};
24
25
}
// namespace governikus
AuthContext.h
AbstractState.h
GenericContextContainer.h
governikus::AbstractState
Definition:
AbstractState.h:18
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:14
governikus::StateShowSelfInfo
Definition:
StateShowSelfInfo.h:14
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:19
governikus::StateBuilder
Definition:
StateBuilder.h:17
src
workflows
base
states
StateShowSelfInfo.h
Erzeugt von
1.8.14