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