AusweisApp2
Lade ...
Suche ...
Keine Treffer
StatePreparePace.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11
12namespace governikus
13{
14
16 : public AbstractState
17 , public GenericContextContainer<WorkflowContext>
18{
19 Q_OBJECT
20 friend class StateBuilder;
21
22 explicit StatePreparePace(const QSharedPointer<WorkflowContext>& pContext);
23 void run() override;
24
25 bool requestPaceCanIfStillRequired();
26
27 Q_SIGNALS:
30};
31
32} // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StatePreparePace.h:18
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15