Home · All Classes · All Namespaces · Modules · Functions · Files |
#include <TelepathyQt4/DBus>
Inherits Tp::AbstractInterface.
Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.DBus."
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface | ( | const QString & | busName, |
const QString & | objectPath, | ||
QObject * | parent = 0 |
||
) |
Creates a DBusDaemonInterface associated with the given object on the session bus.
busName | Name of the service the object is on. |
objectPath | Path to the object on the service. |
parent | Passed to the parent class constructor. |
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface | ( | const QDBusConnection & | connection, |
const QString & | busName, | ||
const QString & | objectPath, | ||
QObject * | parent = 0 |
||
) |
Creates a DBusDaemonInterface associated with the given object on the given bus.
connection | The bus via which the object can be reached. |
busName | Name of the service the object is on. |
objectPath | Path to the object on the service. |
parent | Passed to the parent class constructor. |
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface | ( | Tp::DBusProxy * | proxy | ) |
Creates a DBusDaemonInterface associated with the same object as the given proxy.
proxy | The proxy to use. It will also be the QObject::parent() for this object. |
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface | ( | const Tp::AbstractInterface & | mainInterface | ) | [explicit] |
Creates a DBusDaemonInterface associated with the same object as the given proxy. Additionally, the created proxy will have the same parent as the given proxy.
mainInterface | The proxy to use. |
Tp::Client::DBus::DBusDaemonInterface::DBusDaemonInterface | ( | const Tp::AbstractInterface & | mainInterface, |
QObject * | parent | ||
) |
Creates a DBusDaemonInterface associated with the same object as the given proxy. However, a different parent object can be specified.
mainInterface | The proxy to use. |
parent | Passed to the parent class constructor. |
static QLatin1String Tp::Client::DBus::DBusDaemonInterface::staticInterfaceName | ( | ) | [inline, static] |
Returns the name of the interface "org.freedesktop.DBus", which this class represents.
Tp::PendingVariantMap* Tp::Client::DBus::DBusDaemonInterface::requestAllProperties | ( | ) | const [inline] |
Request all of the DBus properties on the interface.
QDBusPendingReply<QString> Tp::Client::DBus::DBusDaemonInterface::Hello | ( | int | timeout = -1 | ) | [inline, slot] |
Begins a call to the D-Bus method "Hello" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::RequestName | ( | const QString & | name, |
uint | flags, | ||
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "RequestName" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::ReleaseName | ( | const QString & | name, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "ReleaseName" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::StartServiceByName | ( | const QString & | service, |
uint | flags, | ||
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "StartServiceByName" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<bool> Tp::Client::DBus::DBusDaemonInterface::NameHasOwner | ( | const QString & | nameToCheck, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "NameHasOwner" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<QStringList> Tp::Client::DBus::DBusDaemonInterface::ListNames | ( | int | timeout = -1 | ) | [inline, slot] |
Begins a call to the D-Bus method "ListNames" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<QStringList> Tp::Client::DBus::DBusDaemonInterface::ListActivatableNames | ( | int | timeout = -1 | ) | [inline, slot] |
Begins a call to the D-Bus method "ListActivatableNames" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply Tp::Client::DBus::DBusDaemonInterface::AddMatch | ( | const QString & | rule, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "AddMatch" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply Tp::Client::DBus::DBusDaemonInterface::RemoveMatch | ( | const QString & | rule, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "RemoveMatch" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<QString> Tp::Client::DBus::DBusDaemonInterface::GetNameOwner | ( | const QString & | name, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "GetNameOwner" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<QStringList> Tp::Client::DBus::DBusDaemonInterface::ListQueuedOwners | ( | const QString & | name, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "ListQueuedOwners" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::GetConnectionUnixUser | ( | const QString & | connectionName, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "GetConnectionUnixUser" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<uint> Tp::Client::DBus::DBusDaemonInterface::GetConnectionUnixProcessID | ( | const QString & | connectionName, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "GetConnectionUnixProcessID" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<QByteArray> Tp::Client::DBus::DBusDaemonInterface::GetConnectionSELinuxSecurityContext | ( | const QString & | connectionName, |
int | timeout = -1 |
||
) | [inline, slot] |
Begins a call to the D-Bus method "GetConnectionSELinuxSecurityContext" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply Tp::Client::DBus::DBusDaemonInterface::ReloadConfig | ( | int | timeout = -1 | ) | [inline, slot] |
Begins a call to the D-Bus method "ReloadConfig" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
QDBusPendingReply<QString> Tp::Client::DBus::DBusDaemonInterface::GetId | ( | int | timeout = -1 | ) | [inline, slot] |
Begins a call to the D-Bus method "GetId" on the remote object.
Note that timeout is ignored as of now. It will be used once http://bugreports.qt.nokia.com/browse/QTBUG-11775 is fixed.
timeout | The timeout in milliseconds. |
void Tp::Client::DBus::DBusDaemonInterface::NameOwnerChanged | ( | const QString & | name, |
const QString & | oldOwner, | ||
const QString & | newOwner | ||
) | [signal] |
Represents the signal "NameOwnerChanged" on the remote object.
void Tp::Client::DBus::DBusDaemonInterface::NameLost | ( | const QString & | name | ) | [signal] |
Represents the signal "NameLost" on the remote object.
void Tp::Client::DBus::DBusDaemonInterface::NameAcquired | ( | const QString & | name | ) | [signal] |
Represents the signal "NameAcquired" on the remote object.
void Tp::Client::DBus::DBusDaemonInterface::invalidate | ( | Tp::DBusProxy * | proxy, |
const QString & | error, | ||
const QString & | message | ||
) | [protected, virtual] |
Reimplemented from Tp::AbstractInterface.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.7.1 |