AusweisApp2
StateActivateStoreFeedbackDialog.h
gehe zur Dokumentation dieser Datei
1
/*
2
* \brief Activates store the feedback dialog after a successful
3
* authentication.
4
*
5
* \copyright Copyright (c) 2019-2022 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
15
namespace
governikus
16
{
17
18
class
StateActivateStoreFeedbackDialog
19
:
public
AbstractState
20
,
public
GenericContextContainer
<AuthContext>
21
{
22
Q_OBJECT
23
friend
class
StateBuilder
;
24
25
explicit
StateActivateStoreFeedbackDialog
(
const
QSharedPointer<WorkflowContext>& pContext);
26
void
run()
override
;
27
};
28
29
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState
Definition:
AbstractState.h:20
governikus::GenericContextContainer
Definition:
GenericContextContainer.h:20
governikus::StateActivateStoreFeedbackDialog
Definition:
StateActivateStoreFeedbackDialog.h:21
governikus::StateBuilder
Definition:
StateBuilder.h:18
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
src
workflows
base
states
StateActivateStoreFeedbackDialog.h
Erzeugt von
1.9.1