AusweisApp2
StateChangePinRemote.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 
11 #include "states/AbstractState.h"
13 
14 
15 class test_StateChangePinRemote;
16 
17 namespace governikus
18 {
19 
21  : public AbstractState
22  , public GenericContextContainer<RemoteServiceContext>
23 {
24  Q_OBJECT
25  friend class StateBuilder;
26  friend class ::test_StateChangePinRemote;
27 
28  private:
29  explicit StateChangePinRemote(const QSharedPointer<WorkflowContext>& pContext);
30  virtual void run() override;
31 
32  private Q_SLOTS:
33  void onChangePinDone(QSharedPointer<BaseCardCommand> pCommand);
34 };
35 
36 } // namespace governikus
governikus::StateChangePinRemote
Definition: StateChangePinRemote.h:23
governikus::ResponseApdu
Definition: ResponseApdu.h:84
governikus::quint8
quint8
Definition: ResponseApdu.h:62
governikus::SetEidPinCommand
Definition: SetEidPinCommand.h:19
governikus::AbstractState
Definition: AbstractState.h:20
governikus::GenericContextContainer< RemoteServiceContext >::getContext
virtual QSharedPointer< RemoteServiceContext > getContext()
Definition: GenericContextContainer.h:34
governikus::AbstractState::fireContinue
void fireContinue()
GenericContextContainer.h
governikus::StateBuilder
Definition: StateBuilder.h:18
AbstractState.h
StateChangePinRemote.h
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::GenericContextContainer
Definition: GenericContextContainer.h:20
RemoteServiceContext.h
PinModify.h
governikus::PinModify
Definition: PinModify.h:16
governikus::AbstractState::mConnections
QVector< QMetaObject::Connection > mConnections
Definition: AbstractState.h:33
ServerMessageHandler.h