| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.Chat.State. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Public Types | |
| typedef Callback2< void, uint, DBusError * > | SetChatStateCallback |
Public Member Functions | |
| virtual | ~BaseChannelChatStateInterface () |
| QVariantMap | immutableProperties () const |
| Tp::ChatStateMap | chatStates () const |
| void | setChatStates (const Tp::ChatStateMap &chatStates) |
| void | setSetChatStateCallback (const SetChatStateCallback &cb) |
| void | setChatState (uint state, DBusError *error) |
| void | chatStateChanged (uint contact, uint state) |
Static Public Member Functions | |
| static BaseChannelChatStateInterfacePtr | create () |
| template<typename BaseChannelChatStateInterfaceSubclass > | |
| static SharedPtr < BaseChannelChatStateInterfaceSubclass > | create () |
Protected Member Functions | |
| BaseChannelChatStateInterface () | |
Base class for implementations of Channel.Interface.Chat.State.
| typedef Callback2<void, uint, DBusError*> Tp::BaseChannelChatStateInterface::SetChatStateCallback |
Class destructor.
| Tp::BaseChannelChatStateInterface::BaseChannelChatStateInterface | ( | ) | [protected] |
Class constructor.
| static BaseChannelChatStateInterfacePtr Tp::BaseChannelChatStateInterface::create | ( | ) | [inline, static] |
| static SharedPtr<BaseChannelChatStateInterfaceSubclass> Tp::BaseChannelChatStateInterface::create | ( | ) | [inline, static] |
| QVariantMap Tp::BaseChannelChatStateInterface::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::BaseChannelChatStateInterface::setChatStates | ( | const Tp::ChatStateMap & | chatStates | ) |
| void Tp::BaseChannelChatStateInterface::setSetChatStateCallback | ( | const SetChatStateCallback & | cb | ) |
| void Tp::BaseChannelChatStateInterface::setChatState | ( | uint | state, |
| DBusError * | error | ||
| ) |
| void Tp::BaseChannelChatStateInterface::chatStateChanged | ( | uint | contact, |
| uint | state | ||
| ) |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.7 |