AusweisApp2
Lade ...
Suche ...
Keine Treffer
StateShowSelfInfo.h
gehe zur Dokumentation dieser Datei
1/*
2 * \copyright Copyright (c) 2018-2021 Governikus GmbH & Co. KG, Germany
3 */
4
5#pragma once
6
7#include "AbstractState.h"
10
11
12namespace governikus
13{
15 : public AbstractState
16 , public GenericContextContainer<AuthContext>
17{
18 Q_OBJECT
19 friend class StateBuilder;
20
21 explicit StateShowSelfInfo(const QSharedPointer<WorkflowContext>& pContext);
22 void run() override;
23};
24
25} // namespace governikus
Definition: AbstractState.h:20
Definition: GenericContextContainer.h:20
Definition: StateBuilder.h:18
Definition: StateShowSelfInfo.h:17
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15