AusweisApp
 
Lade ...
Suche ...
Keine Treffer
StateSendWhitelistSurvey.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "AbstractState.h"
10
11#include <QSharedPointer>
12
13
14class test_StateSendWhitelistSurvey;
15
16
17namespace governikus
18{
19class StateSendWhitelistSurvey
20 : public AbstractState
21 , public GenericContextContainer<AuthContext>
22{
23 Q_OBJECT
24 friend class StateBuilder;
25 friend class ::test_StateSendWhitelistSurvey;
26
27 private:
28 explicit StateSendWhitelistSurvey(const QSharedPointer<WorkflowContext>& pContext);
29 void run() override;
30};
31
32} // namespace governikus
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:20
friend class StateBuilder
Definition StateSendWhitelistSurvey.h:24
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17