AusweisApp2
IfdDispatcherClient.h
gehe zur Dokumentation dieser Datei
1
7#pragma once
8
9#include "IfdDispatcher.h"
10
11
12namespace governikus
13{
14
16 : public IfdDispatcher
17{
18 Q_OBJECT
19
20 private:
21 bool processContext(IfdMessageType pMsgType, const QJsonObject& pMsgObject) override;
22
23 public:
24 IfdDispatcherClient(IfdVersion::Version pVersion, const QSharedPointer<DataChannel>& pDataChannel);
25
26 Q_INVOKABLE virtual void sendEstablishContext();
27
28 Q_SIGNALS:
29 void fireContextEstablished(const QString& pIfdName, const QString& pId);
30};
31
32} // namespace governikus
Definition: IfdDispatcherClient.h:17
virtual Q_INVOKABLE void sendEstablishContext()
Definition: IfdDispatcherClient.cpp:67
void fireContextEstablished(const QString &pIfdName, const QString &pId)
IfdDispatcherClient(IfdVersion::Version pVersion, const QSharedPointer< DataChannel > &pDataChannel)
Definition: IfdDispatcher.h:25
Version
Definition: IfdVersion.h:17
A simple template renderer.
Definition: ActivationContext.h:15