AusweisApp2
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 
17  : public QState
18 {
19  Q_OBJECT
20 
21  private:
22  const QSharedPointer<WorkflowContext> mContext;
23 
24  public:
25  explicit CompositeStateTrustedChannel(const QSharedPointer<WorkflowContext>& pContext);
26  ~CompositeStateTrustedChannel() override = default;
27 
28  Q_SIGNALS:
29  void fireContinue();
30  void fireAbort();
31 };
32 
33 } // namespace governikus
Definition: CompositeStateTrustedChannel.h:18
CompositeStateTrustedChannel(const QSharedPointer< WorkflowContext > &pContext)
Definition: CompositeStateTrustedChannel.cpp:29
~CompositeStateTrustedChannel() override=default
A simple template renderer.
Definition: ActivationContext.h:15