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