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