| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.SMS. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Base class for implementations of Channel.Interface.SMS.
| typedef Callback2<void, const Tp::MessagePartList &, DBusError*> Tp::BaseChannelSMSInterface::GetSMSLengthCallback |
| Tp::BaseChannelSMSInterface::~BaseChannelSMSInterface | ( | ) | [virtual] |
Class destructor.
| static BaseChannelSMSInterfacePtr Tp::BaseChannelSMSInterface::create | ( | bool | flash, |
| bool | smsChannel | ||
| ) | [inline, static] |
| static SharedPtr<BaseChannelSMSInterfaceSubclass> Tp::BaseChannelSMSInterface::create | ( | bool | flash, |
| bool | smsChannel | ||
| ) | [inline, static] |
| QVariantMap Tp::BaseChannelSMSInterface::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::BaseChannelSMSInterface::setGetSMSLengthCallback | ( | const GetSMSLengthCallback & | cb | ) |
| bool Tp::BaseChannelSMSInterface::flash | ( | ) | const |
| bool Tp::BaseChannelSMSInterface::smsChannel | ( | ) | const |
| void Tp::BaseChannelSMSInterface::smsChannelChanged | ( | bool | smsChannel | ) | [signal] |
| Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.6.1 |