AusweisApp2
BluetoothReaderManagerPlugIn_p.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
#include "
BluetoothReaderManagerPlugIn.h
"
10
11
namespace
governikus
12
{
13
14
class
BluetoothReaderManagerPlugInPrivate
15
:
public
QObject
16
{
17
Q_OBJECT
18
Q_DECLARE_PUBLIC(
BluetoothReaderManagerPlugIn
)
19
20
BluetoothReaderManagerPlugIn
*
const
q_ptr;
21
explicit
BluetoothReaderManagerPlugInPrivate
(
BluetoothReaderManagerPlugIn
* pPublic);
22
23
public
Q_SLOTS:
24
void
onBluetoothStatusChanged
(
bool
pEnabled);
25
26
private
Q_SLOTS:
27
void
init();
28
void
onScanStart();
29
void
handlePairedDevices();
30
void
onDeviceDiscoveryCanceled();
31
};
32
33
34
}
// namespace governikus
governikus::BluetoothReaderManagerPlugInPrivate
Definition:
BluetoothReaderManagerPlugIn_p.h:16
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
governikus::BluetoothReaderManagerPlugInPrivate::onBluetoothStatusChanged
void onBluetoothStatusChanged(bool pEnabled)
Definition:
BluetoothReaderManagerPlugIn_p_android.cpp:75
BluetoothReaderManagerPlugIn.h
governikus::BluetoothReaderManagerPlugIn
Definition:
BluetoothReaderManagerPlugIn.h:25
src
card
bluetooth
BluetoothReaderManagerPlugIn_p.h
Erzeugt von
1.8.20