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"
12#include "context/AuthContext.h"
13
14#include <QSharedPointer>
15
16
17class test_StateSendWhitelistSurvey;
18
19
20namespace governikus
21{
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
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StateSendWhitelistSurvey.h:25
A simple template renderer.
Definition: ActivationContext.h:15