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