AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangePin.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11class test_StateChangePin;
12
13namespace governikus
14{
15
17 : public AbstractState
18 , public GenericContextContainer<ChangePinContext>
19{
20 Q_OBJECT
21 friend class StateBuilder;
22 friend class ::test_StateChangePin;
23
24 private:
25 explicit StateChangePin(const QSharedPointer<WorkflowContext>& pContext);
26 void run() override;
27
28 private Q_SLOTS:
29 void onSetEidPinDone(QSharedPointer<BaseCardCommand> pCommand);
30
31 Q_SIGNALS:
33};
34
35} // namespace governikus
Definition AbstractState.h:32
Definition GenericContextContainer.h:15
Definition StateBuilder.h:15
Definition StateChangePin.h:19
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17