9#ifndef BLUEZQT_OBEXTRANSFER_H
10#define BLUEZQT_OBEXTRANSFER_H
14#include "bluezqt_export.h"
34 Q_PROPERTY(
Status status READ status NOTIFY statusChanged)
35 Q_PROPERTY(QString name READ name)
36 Q_PROPERTY(QString type READ type)
37 Q_PROPERTY(quint64 time READ time)
38 Q_PROPERTY(quint64 size READ size)
39 Q_PROPERTY(quint64 transferred READ transferred NOTIFY transferredChanged)
40 Q_PROPERTY(QString fileName READ fileName NOTIFY fileNameChanged)
41 Q_PROPERTY(
bool suspendable READ isSuspendable)
187 BLUEZQT_NO_EXPORT
explicit ObexTransfer(
const QString &path,
const QVariantMap &properties);
189 class ObexTransferPrivate *
const d;
191 friend class ObexTransferPrivate;
192 friend class ObexAgentAdaptor;
193 friend class PendingCallPrivate;
Pending method call.
Definition pendingcall.h:33