AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateSupportInfo.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
10
11#include <QVariant>
12
13
14class test_StateUpdateSupportInfo;
15
16
17namespace governikus
18{
19
20class StateUpdateSupportInfo
21 : public AbstractState
22 , public GenericContextContainer<PersonalizationContext>
23{
24 Q_OBJECT
25 friend class StateBuilder;
26 friend class ::test_StateUpdateSupportInfo;
27
28 private:
29 explicit StateUpdateSupportInfo(const QSharedPointer<WorkflowContext>& pContext);
30 void run() override;
31 void handleEidServiceResult(const EidServiceResult& pResult);
32 void handleEidSupportStatus(const EidSupportStatus& pStatus);
33
34 private Q_SLOTS:
35 void onCommandDone(const QVariant& pResult);
36
37 public Q_SLOTS:
38 void onUserCancelled() override;
39
40 Q_SIGNALS:
42
43};
44
45} // namespace governikus
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:20
friend class StateBuilder
Definition StateUpdateSupportInfo.h:25
void onUserCancelled() override
Definition StateUpdateSupportInfo.cpp:146
EidServiceResult
Definition eid_applet_results.h:92
EidSupportStatus
Definition eid_applet_results.h:58
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17