AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateSendWhitelistSurvey.h
gehe zur Dokumentation dieser Datei
1
/*
2
* \brief Allows the user to send a survey after a successful authentication
3
* on Android.
4
*
5
* \copyright Copyright (c) 2018-2022 Governikus GmbH & Co. KG, Germany
6
*/
7
8
#pragma once
9
10
#include "
AbstractState.h
"
11
#include "
GenericContextContainer.h
"
12
#include "
context/AuthContext.h
"
13
14
#include <QSharedPointer>
15
16
17
class
test_StateSendWhitelistSurvey;
18
19
20
namespace
governikus
21
{
22
class
StateSendWhitelistSurvey
23
:
public
AbstractState
24
,
public
GenericContextContainer
<AuthContext>
25
{
26
Q_OBJECT
27
friend
class
StateBuilder
;
28
friend
class ::test_StateSendWhitelistSurvey;
29
30
private
:
31
explicit
StateSendWhitelistSurvey
(
const
QSharedPointer<WorkflowContext>& pContext);
32
void
run()
override
;
33
};
34
35
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus::StateSendWhitelistSurvey
Definition:
StateSendWhitelistSurvey.h:25
governikus
A simple template renderer.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateSendWhitelistSurvey.h
Erzeugt von
1.9.5