| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Connection.Interface.SimplePresence. More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::AbstractConnectionInterface.
Public Types | |
| typedef Callback3< uint, const QString &, const QString &, DBusError * > | SetPresenceCallback |
Public Member Functions | |
| virtual | ~BaseConnectionSimplePresenceInterface () |
| QVariantMap | immutableProperties () const |
| Tp::SimpleStatusSpecMap | statuses () const |
| void | setStatuses (const Tp::SimpleStatusSpecMap &statuses) |
| uint | maximumStatusMessageLength () const |
| void | setMaximumStatusMessageLength (uint maximumStatusMessageLength) |
| void | setSetPresenceCallback (const SetPresenceCallback &cb) |
| void | setPresences (const Tp::SimpleContactPresences &presences) |
| Tp::SimpleContactPresences | getPresences (const Tp::UIntList &contacts) |
Static Public Member Functions | |
| static BaseConnectionSimplePresenceInterfacePtr | create () |
| template<typename BaseConnectionSimplePresenceInterfaceSubclass > | |
| static SharedPtr < BaseConnectionSimplePresenceInterfaceSubclass > | create () |
Protected Member Functions | |
| BaseConnectionSimplePresenceInterface () | |
Base class for implementations of Connection.Interface.SimplePresence.
| typedef Callback3<uint, const QString &, const QString &, DBusError*> Tp::BaseConnectionSimplePresenceInterface::SetPresenceCallback |
Class destructor.
Class constructor.
| static BaseConnectionSimplePresenceInterfacePtr Tp::BaseConnectionSimplePresenceInterface::create | ( | ) | [inline, static] |
| static SharedPtr<BaseConnectionSimplePresenceInterfaceSubclass> Tp::BaseConnectionSimplePresenceInterface::create | ( | ) | [inline, static] |
| QVariantMap Tp::BaseConnectionSimplePresenceInterface::immutableProperties | ( | ) | const [virtual] |
Return the immutable properties of this interface.
Immutable properties cannot change after the interface has been registered on a service on the bus with registerInterface().
Implements Tp::AbstractDBusServiceInterface.
| void Tp::BaseConnectionSimplePresenceInterface::setStatuses | ( | const Tp::SimpleStatusSpecMap & | statuses | ) |
| void Tp::BaseConnectionSimplePresenceInterface::setMaximumStatusMessageLength | ( | uint | maximumStatusMessageLength | ) |
| void Tp::BaseConnectionSimplePresenceInterface::setSetPresenceCallback | ( | const SetPresenceCallback & | cb | ) |
| void Tp::BaseConnectionSimplePresenceInterface::setPresences | ( | const Tp::SimpleContactPresences & | presences | ) |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |