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