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