1 | /* |
2 | * BluezQt - Asynchronous Bluez wrapper library |
3 | * |
4 | * SPDX-FileCopyrightText: 2014-2015 David Rosca <nowrep@gmail.com> |
5 | * |
6 | * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL |
7 | */ |
8 | |
9 | #ifndef BLUEZQT_OBEXTRANSFER_P_H |
10 | #define |
11 | |
12 | #include "obextransfer.h" |
13 | |
14 | #include "dbusproperties.h" |
15 | #include "obextransfer1.h" |
16 | |
17 | namespace BluezQt |
18 | { |
19 | typedef org::bluez::obex::Transfer1 BluezTransfer; |
20 | typedef org::freedesktop::DBus::Properties DBusProperties; |
21 | |
22 | class : public QObject |
23 | { |
24 | Q_OBJECT |
25 | |
26 | public: |
27 | explicit (const QString &path, const QVariantMap &properties); |
28 | |
29 | void (const QVariantMap &properties); |
30 | |
31 | void (const QString &interface, const QVariantMap &changed, const QStringList &invalidated); |
32 | void (const ObexSessionPtr &session); |
33 | |
34 | QWeakPointer<ObexTransfer> ; |
35 | BluezTransfer *; |
36 | DBusProperties *; |
37 | |
38 | ObexTransfer::Status ; |
39 | QString ; |
40 | QString ; |
41 | quint64 ; |
42 | quint64 ; |
43 | quint64 ; |
44 | QString ; |
45 | bool ; |
46 | }; |
47 | |
48 | } // namespace BluezQt |
49 | |
50 | #endif // BLUEZQT_OBEXTRANSFER_P_H |
51 | |