AusweisApp2
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-2020 Governikus GmbH & Co. KG, Germany
6
*/
7
8
#pragma once
9
10
#include "
AbstractState.h
"
11
#include "
context/AuthContext.h
"
12
#include "
GenericContextContainer.h
"
13
14
#include <QSharedPointer>
15
16
namespace
governikus
17
{
18
class
StateSendWhitelistSurvey
19
:
public
AbstractState
20
,
public
GenericContextContainer
<AuthContext>
21
{
22
Q_OBJECT
23
friend
class
StateBuilder
;
24
25
explicit
StateSendWhitelistSurvey
(
const
QSharedPointer<WorkflowContext>& pContext);
26
virtual
void
run()
override
;
27
};
28
29
}
// 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::GenericContextContainer
Definition:
GenericContextContainer.h:19
governikus::StateSendWhitelistSurvey
Definition:
StateSendWhitelistSurvey.h:18
governikus::StateBuilder
Definition:
StateBuilder.h:17
src
core
states
StateSendWhitelistSurvey.h
Erzeugt von
1.8.15