AusweisApp
Lade ...
Suche ...
Keine Treffer
StateRedirectBrowser.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
7#include "AbstractState.h"
10
11
12class test_StateRedirectBrowser;
13
14
15namespace governikus
16{
17
18class StateRedirectBrowser
19 : public AbstractState
20 , public GenericContextContainer<AuthContext>
21{
22 Q_OBJECT
23 friend class StateBuilder;
24 friend class ::test_StateRedirectBrowser;
25
26 private:
27 explicit StateRedirectBrowser(const QSharedPointer<WorkflowContext>& pContext);
28
29 void run() override;
30
31 static QUrl addMajorMinor(const QUrl& pUrl, const ECardApiResult& pResult);
32};
33
34} // namespace governikus
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
Definition ECardApiResult.h:32
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:20
friend class StateBuilder
Definition StateRedirectBrowser.h:23
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17