Home · Modules · All Classes · All Namespaces |
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) |
Signals inherited from Tp::Object | |
void | propertyChanged (const QString &propertyName) |
Public Member Functions | |
virtual | ~BaseChannelSMSInterface () |
QVariantMap | immutableProperties () const |
void | setGetSMSLengthCallback (const GetSMSLengthCallback &cb) |
bool | flash () const |
bool | smsChannel () const |
Public Member Functions inherited from Tp::AbstractChannelInterface | |
AbstractChannelInterface (const QString &interfaceName) | |
virtual | ~AbstractChannelInterface () |
Public Member Functions inherited from Tp::AbstractDBusServiceInterface | |
AbstractDBusServiceInterface (const QString &interfaceName) | |
virtual | ~AbstractDBusServiceInterface () |
QString | interfaceName () const |
DBusObject * | dbusObject () const |
bool | isRegistered () const |
bool | notifyPropertyChanged (const QString &propertyName, const QVariant &propertyValue) |
Public Member Functions inherited from Tp::Object | |
virtual | ~Object () |
Public Member Functions inherited from Tp::RefCounted | |
RefCounted () | |
virtual | ~RefCounted () |
Static Public Member Functions | |
static BaseChannelSMSInterfacePtr | create (bool flash, bool smsChannel) |
template<typename BaseChannelSMSInterfaceSubclass > | |
static SharedPtr< BaseChannelSMSInterfaceSubclass > | create (bool flash, bool smsChannel) |
Additional Inherited Members | |
Protected Member Functions inherited from Tp::AbstractChannelInterface | |
virtual void | close () |
virtual void | setBaseChannel (BaseChannel *channel) |
Protected Member Functions inherited from Tp::AbstractDBusServiceInterface | |
virtual bool | registerInterface (DBusObject *dbusObject) |
Protected Member Functions inherited from Tp::Object | |
Object () | |
void | notify (const char *propertyName) |
Base class for implementations of Channel.Interface.SMS.
typedef Callback2<void, const Tp::MessagePartList &, DBusError*> Tp::BaseChannelSMSInterface::GetSMSLengthCallback |
|
virtual |
Class destructor.
|
inlinestatic |
|
inlinestatic |
|
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().
Reimplemented from Tp::AbstractDBusServiceInterface.
void Tp::BaseChannelSMSInterface::setGetSMSLengthCallback | ( | const GetSMSLengthCallback & | cb | ) |
bool Tp::BaseChannelSMSInterface::flash | ( | ) | const |
bool Tp::BaseChannelSMSInterface::smsChannel | ( | ) | const |
|
signal |
TelepathyQt 0.9.8 | Generated by 1.8.15 |