12 #include <QSharedPointer>
13 #include <QXmlStreamReader>
22 PaosType mDetectedType;
23 QSharedPointer<PaosMessage> mParsedObject;
30 bool handleFoundElement(
const QString& pElementName,
const QString& pValue,
const QXmlStreamAttributes& pAttributes)
override;
Definition: ElementDetector.h:17
Definition: PaosHandler.h:20
QSharedPointer< PaosMessage > getPaosMessage() const
Definition: PaosHandler.cpp:148
PaosHandler(const QByteArray &pXmlData)
Definition: PaosHandler.cpp:18
PaosType getDetectedPaosType() const
Definition: PaosHandler.cpp:142
Definition: PaosMessage.h:19
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15