AusweisApp2
StateUpdateRetryCounter.h
gehe zur Dokumentation dieser Datei
1 
8 #pragma once
9 
10 #include "AbstractState.h"
13 
14 class test_StateUpdateRetryCounter;
15 
16 namespace governikus
17 {
18 
20  : public AbstractState
21  , public GenericContextContainer<WorkflowContext>
22 {
23  Q_OBJECT
24  friend class StateBuilder;
25  friend class ::test_StateUpdateRetryCounter;
26 
27  explicit StateUpdateRetryCounter(const QSharedPointer<WorkflowContext>& pContext);
28  void run() override;
29 
30  private Q_SLOTS:
31  void onUpdateRetryCounterDone(QSharedPointer<BaseCardCommand> pCommand);
32 };
33 
34 } // 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()
governikus::AbstractState::fireAbort
void fireAbort()
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
governikus::StateUpdateRetryCounter
Definition: StateUpdateRetryCounter.h:22
StateUpdateRetryCounter.h
governikus::AbstractState::mConnections
QVector< QMetaObject::Connection > mConnections
Definition: AbstractState.h:31
CardConnection.h