BluezQt
obexfiletransfer.h
PendingCall * getFile(const QString &targetFileName, const QString &sourceFileName)
Gets the file from the remote device.
Definition obexfiletransfer.cpp:55
PendingCall * createFolder(const QString &folder)
Creates a new folder.
Definition obexfiletransfer.cpp:45
~ObexFileTransfer() override
Destroys an ObexFileTransfer object.
ObexFileTransfer(const QDBusObjectPath &path, QObject *parent=nullptr)
Creates a new ObexFileTransfer object.
Definition obexfiletransfer.cpp:26
QDBusObjectPath objectPath() const
D-Bus object path of the file transfer session.
Definition obexfiletransfer.cpp:35
PendingCall * changeFolder(const QString &folder)
Changes the current folder.
Definition obexfiletransfer.cpp:40
PendingCall * copyFile(const QString &sourceFileName, const QString &targetFileName)
Copies a file within the remote device.
Definition obexfiletransfer.cpp:65
PendingCall * putFile(const QString &sourceFileName, const QString &targetFileName)
Puts the file to the remote device.
Definition obexfiletransfer.cpp:60
PendingCall * deleteFile(const QString &fileName)
Deletes a file/folder within the remote device.
Definition obexfiletransfer.cpp:75
PendingCall * moveFile(const QString &sourceFileName, const QString &targetFileName)
Moves a file within the remote device.
Definition obexfiletransfer.cpp:70
QObject(QObject *parent)
Q_OBJECTQ_OBJECT
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.