Home · Modules · All Classes · All Namespaces |
#include <TelepathyQt/_gen/svc-channel.h>
Inherits Tp::AbstractAdaptor.
Public Member Functions | |
QString | ServiceName () const |
void | SetServiceName (const QString &newValue) |
Tp::Metadata | Metadata () const |
void | SetMetadata (const Tp::Metadata &newValue) |
Public Member Functions inherited from Tp::AbstractAdaptor | |
AbstractAdaptor (const QDBusConnection &connection, QObject *adaptee, QObject *parent) | |
~AbstractAdaptor () | |
QDBusConnection | dbusConnection () const |
QObject * | adaptee () const |
Adaptor class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.Telepathy.Channel.Interface.FileTransfer.Metadata".
QString Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::ServiceName | ( | ) | const |
Return the value of the exported D-Bus object property ServiceName
of type QString
.
Adaptees should export this property as a Qt property named 'serviceName' with type QString.
A string representing the service name that will be used over the file transfer channel. This property is equivalent to the ChannelTypeDBusTubeInterface::ServiceName and ChannelTypeStreamTubeInterface::Service properties. If no service name is given then this property will be the empty string.
ServiceName
. void Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::SetServiceName | ( | const QString & | newValue | ) |
Set the value of the exported D-Bus object property ServiceName
of type QString
.
Adaptees should export this property as a writable Qt property named 'serviceName' with type QString.
A string representing the service name that will be used over the file transfer channel. This property is equivalent to the ChannelTypeDBusTubeInterface::ServiceName and ChannelTypeStreamTubeInterface::Service properties. If no service name is given then this property will be the empty string.
Tp::Metadata Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::Metadata | ( | ) | const |
Return the value of the exported D-Bus object property Metadata
of type Tp::Metadata
.
Adaptees should export this property as a Qt property named 'metadata' with type Tp::Metadata.
Additional information about the file transfer set by the channel initiator. If no additional information is given then this property will be empty.
Metadata
. void Tp::Service::ChannelInterfaceFileTransferMetadataAdaptor::SetMetadata | ( | const Tp::Metadata & | newValue | ) |
Set the value of the exported D-Bus object property Metadata
of type Tp::Metadata
.
Adaptees should export this property as a writable Qt property named 'metadata' with type Tp::Metadata.
Additional information about the file transfer set by the channel initiator. If no additional information is given then this property will be empty.
TelepathyQt 0.9.8 | Generated by 1.8.15 |