AusweisApp
Lade ...
Suche ...
Keine Treffer
StateSelectReader.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
9
10
11namespace governikus
12{
13
15 : public AbstractState
16 , public GenericContextContainer<WorkflowContext>
17{
18 Q_OBJECT
19 friend class StateBuilder;
20
21 private:
22 explicit StateSelectReader(const QSharedPointer<WorkflowContext>& pContext);
23 void run() override;
24
25 private Q_SLOTS:
26 void onReaderInfoChanged();
27 void onReaderStatusChanged(const ReaderManagerPlugInInfo& pInfo) const;
28
29 public:
30 void onEntry(QEvent* pEvent) override;
31
32 Q_SIGNALS:
33 void fireRetry();
34};
35
36} // namespace governikus
Definition: AbstractState.h:36
Definition: GenericContextContainer.h:22
Definition: StateBuilder.h:19
Definition: StateSelectReader.h:17
void onEntry(QEvent *pEvent) override
Definition: StateSelectReader.cpp:116
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16