AusweisApp
 
Lade ...
Suche ...
Keine Treffer
StateChangePin.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "AbstractState.h"
10
11class test_StateChangePin;
12
13namespace governikus
14{
15
16class StateChangePin
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
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:20
friend class StateBuilder
Definition StateChangePin.h:21
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17