AusweisApp2
IosReaderDelegate.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
IosCard.h
"
10
11
#include <QObject>
12
13
14
namespace
governikus
15
{
16
17
class
IosReaderDelegate
18
:
public
QObject
19
{
20
Q_OBJECT
21
class
Private;
22
23
IosReaderDelegate::Private* mPrivate;
24
25
public
:
26
IosReaderDelegate
();
27
virtual
~IosReaderDelegate
()
override
;
28
29
void
startSession
();
30
void
stopSession
(
const
QString& pMessage,
bool
pIsError =
false
);
31
32
void
onTagDiscovered
(
IosCard
* pCard);
33
void
onDidInvalidateWithError
(
const
QString& pError,
bool
pDoRestart);
34
35
Q_SIGNALS:
36
void
fireDiscoveredTag
(
IosCard
* pCard);
37
void
fireDidInvalidateWithError
(
const
QString& pError,
bool
pDoRestart);
38
39
40
};
41
42
}
// namespace governikus
IosCard.h
governikus::IosReaderDelegate::~IosReaderDelegate
virtual ~IosReaderDelegate() override
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
governikus::IosReaderDelegate::IosReaderDelegate
IosReaderDelegate()
governikus::IosReaderDelegate::fireDidInvalidateWithError
void fireDidInvalidateWithError(const QString &pError, bool pDoRestart)
governikus::IosCard
Definition:
IosCard.h:21
governikus::IosReaderDelegate
Definition:
IosReaderDelegate.h:19
governikus::IosReaderDelegate::onDidInvalidateWithError
void onDidInvalidateWithError(const QString &pError, bool pDoRestart)
governikus::IosReaderDelegate::stopSession
void stopSession(const QString &pMessage, bool pIsError=false)
governikus::IosReaderDelegate::onTagDiscovered
void onTagDiscovered(IosCard *pCard)
governikus::IosReaderDelegate::startSession
void startSession()
governikus::IosReaderDelegate::fireDiscoveredTag
void fireDiscoveredTag(IosCard *pCard)
src
card
ios
IosReaderDelegate.h
Erzeugt von
1.8.20