Home · All Classes · All Namespaces · Modules · Functions · Files
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Member Functions
Tp::Client::DBus::DBusDaemonInterface Class Reference

#include <TelepathyQt4/DBus>

Inherits Tp::AbstractInterface.

List of all members.

Public Slots

Signals

Public Member Functions

Static Public Member Functions

Protected Member Functions


Detailed Description

Proxy class providing a 1:1 mapping of the D-Bus interface "org.freedesktop.DBus."


Constructor & Destructor Documentation

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.

Parameters:
busNameName of the service the object is on.
objectPathPath to the object on the service.
parentPassed 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.

Parameters:
connectionThe bus via which the object can be reached.
busNameName of the service the object is on.
objectPathPath to the object on the service.
parentPassed 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.

Parameters:
proxyThe 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.

Parameters:
mainInterfaceThe 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.

Parameters:
mainInterfaceThe proxy to use.
parentPassed to the parent class constructor.

Member Function Documentation

static QLatin1String Tp::Client::DBus::DBusDaemonInterface::staticInterfaceName ( ) [inline, static]

Returns the name of the interface "org.freedesktop.DBus", which this class represents.

Returns:
The D-Bus interface name.
Tp::PendingVariantMap* Tp::Client::DBus::DBusDaemonInterface::requestAllProperties ( ) const [inline]

Request all of the DBus properties on the interface.

Returns:
A pending variant map which will emit finished when the properties have been retrieved.
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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.

Parameters:
timeoutThe 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.6.5