AusweisApp2
Lade ...
Suche ...
Keine Treffer
CompositeStateTrustedChannel.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include <QSharedPointer>
8
#include <QState>
9
10
11
namespace
governikus
12
{
13
14
class
WorkflowContext;
15
16
class
CompositeStateTrustedChannel
17
:
public
QState
18
{
19
Q_OBJECT
20
21
const
QSharedPointer<WorkflowContext> mContext;
22
23
public
:
24
explicit
CompositeStateTrustedChannel
(
const
QSharedPointer<WorkflowContext>& pContext);
25
~CompositeStateTrustedChannel
()
override
=
default
;
26
27
Q_SIGNALS:
28
void
fireContinue
();
29
void
fireAbort
();
30
};
31
32
}
// namespace governikus
governikus::CompositeStateTrustedChannel
Definition:
CompositeStateTrustedChannel.h:18
governikus::CompositeStateTrustedChannel::fireAbort
void fireAbort()
governikus::CompositeStateTrustedChannel::fireContinue
void fireContinue()
governikus::CompositeStateTrustedChannel::~CompositeStateTrustedChannel
~CompositeStateTrustedChannel() override=default
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
src
workflows
base
states
CompositeStateTrustedChannel.h
Erzeugt von
1.9.6