| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Type.Text. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Type.Text.
| typedef Callback2<QDBusObjectPath, const QVariantMap&, DBusError*> Tp::BaseChannelTextType::CreateChannelCallback |
| typedef Callback2<bool, const QVariantMap&, DBusError*> Tp::BaseChannelTextType::EnsureChannelCallback |
| typedef Callback1<void, QString> Tp::BaseChannelTextType::MessageAcknowledgedCallback |
| Tp::BaseChannelTextType::~BaseChannelTextType | ( | ) | [virtual] |
Class destructor.
| Tp::BaseChannelTextType::BaseChannelTextType | ( | BaseChannel * | channel | ) | [protected] |
Class constructor.
| static BaseChannelTextTypePtr Tp::BaseChannelTextType::create | ( | BaseChannel * | channel | ) | [inline, static] |
| static SharedPtr<BaseChannelTextTypeSubclass> Tp::BaseChannelTextType::create | ( | BaseChannel * | channel | ) | [inline, static] |
| QVariantMap Tp::BaseChannelTextType::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::BaseChannelTextType::setMessageAcknowledgedCallback | ( | const MessageAcknowledgedCallback & | cb | ) |
| void Tp::BaseChannelTextType::addReceivedMessage | ( | const Tp::MessagePartList & | message | ) |
| void Tp::BaseChannelTextType::acknowledgePendingMessages | ( | const Tp::UIntList & | IDs, |
| DBusError * | error | ||
| ) | [protected] |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |