| Home · All Classes · All Namespaces · Modules · Functions · Files |
Base class for implementations of Channel.Interface.SMS. More...
#include <TelepathyQt/BaseChannel>
Inherits Tp::AbstractChannelInterface.
Public Types | |
| typedef Callback2< void, const Tp::MessagePartList &, DBusError * > | GetSMSLengthCallback |
Signals | |
| void | smsChannelChanged (bool smsChannel) |
Public Member Functions | |
| virtual | ~BaseChannelSMSInterface () |
| QVariantMap | immutableProperties () const |
| void | setGetSMSLengthCallback (const GetSMSLengthCallback &cb) |
| bool | flash () const |
| bool | smsChannel () const |
Static Public Member Functions | |
| static BaseChannelSMSInterfacePtr | create (bool flash, bool smsChannel) |
| template<typename BaseChannelSMSInterfaceSubclass > | |
| static SharedPtr < BaseChannelSMSInterfaceSubclass > | create (bool flash, bool smsChannel) |
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.7 |