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