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