AusweisApp
 
Lade ...
Suche ...
Keine Treffer
InitializeFramework.h
gehe zur Dokumentation dieser Datei
1
4
5#pragma once
6
8#include "paos/PaosMessage.h"
9
10namespace governikus
11{
12
14 : public PaosMessage
15 , public ElementDetector
16{
17 private:
18 void parse();
19 bool handleFoundElement(QStringView pElementName, const QString& pValue, const QXmlStreamAttributes& pAttributes) override;
20
21 public:
22 explicit InitializeFramework(const QByteArray& pXmlData);
23};
24
25} // namespace governikus
ElementDetector(const QByteArray &pXmlData)
Definition ElementDetector.cpp:16
InitializeFramework(const QByteArray &pXmlData)
Definition InitializeFramework.cpp:10
PaosMessage(PaosType pType)
Definition PaosMessage.cpp:9
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17