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