AusweisApp
Lade ...
Suche ...
Keine Treffer
SelfAuthController.h
gehe zur Dokumentation dieser Datei
1
4
5
#pragma once
6
7
#include "
WorkflowRequest.h
"
8
#include "
controller/WorkflowController.h
"
9
10
namespace
governikus
11
{
12
13
class
SelfAuthContext
;
14
15
class
SelfAuthController
16
:
public
WorkflowController
17
{
18
Q_OBJECT
19
20
public
:
21
static
QSharedPointer<WorkflowRequest>
createWorkflowRequest
(
bool
pActivateUi =
true
);
22
23
explicit
SelfAuthController
(QSharedPointer<SelfAuthContext> pContext);
24
~SelfAuthController
()
override
=
default
;
25
};
26
27
}
// namespace governikus
WorkflowController.h
WorkflowRequest.h
governikus::SelfAuthContext
Definition
SelfAuthContext.h:16
governikus::SelfAuthController::SelfAuthController
SelfAuthController(QSharedPointer< SelfAuthContext > pContext)
Definition
SelfAuthController.cpp:25
governikus::SelfAuthController::createWorkflowRequest
static QSharedPointer< WorkflowRequest > createWorkflowRequest(bool pActivateUi=true)
Definition
SelfAuthController.cpp:64
governikus::SelfAuthController::~SelfAuthController
~SelfAuthController() override=default
governikus::WorkflowController::WorkflowController
WorkflowController(const QSharedPointer< WorkflowContext > &pContext)
Definition
WorkflowController.cpp:11
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
src
workflows
selfauth
controller
SelfAuthController.h
Erzeugt von
1.13.2