#include <TelepathyQt4/Client/FileTransfer>
Public Member Functions | |
FileTransfer (Connection *connection, const QString &objectPath, const QVariantMap &immutableProperties, QObject *parent=0) | |
~FileTransfer () | |
Friends | |
struct | Private |
This subclass of Channel will eventually provide a high-level API for the FileTransfer interface. Until then, it's just a Channel.
Telepathy::Client::FileTransfer::FileTransfer | ( | Connection * | connection, | |
const QString & | objectPath, | |||
const QVariantMap & | immutableProperties, | |||
QObject * | parent = 0 | |||
) |
Creates a FileTransfer associated with the given object on the same service as the given connection.
connection | Connection owning this FileTransfer, and specifying the service. | |
objectPath | Path to the object on the service. | |
immutableProperties | The immutable properties of the channel, as signalled by NewChannels or returned by CreateChannel or EnsureChannel | |
parent | Passed to the parent class constructor. |
Telepathy::Client::FileTransfer::~FileTransfer | ( | ) |
Class destructor.
friend struct Private [friend] |
Reimplemented from Telepathy::Client::Channel.