Home · Modules · All Classes · All Namespaces
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Tp::BaseConnectionAddressingInterface Class Reference

Base class for implementations of Connection.Interface.Addressing. More...

#include <TelepathyQt/BaseConnection>

Inherits Tp::AbstractConnectionInterface.

Public Types

typedef Callback6< void, const QString &, const QStringList &, const QStringList &, Tp::AddressingNormalizationMap &, Tp::ContactAttributesMap &, DBusError * > GetContactsByVCardFieldCallback
 
typedef Callback5< void, const QStringList &, const QStringList &, Tp::AddressingNormalizationMap &, Tp::ContactAttributesMap &, DBusError * > GetContactsByURICallback
 

Public Member Functions

virtual ~BaseConnectionAddressingInterface ()
 
void setGetContactsByVCardFieldCallback (const GetContactsByVCardFieldCallback &cb)
 
void setGetContactsByURICallback (const GetContactsByURICallback &cb)
 
- Public Member Functions inherited from Tp::AbstractConnectionInterface
 AbstractConnectionInterface (const QString &interfaceName)
 
virtual ~AbstractConnectionInterface ()
 
- Public Member Functions inherited from Tp::AbstractDBusServiceInterface
 AbstractDBusServiceInterface (const QString &interfaceName)
 
virtual ~AbstractDBusServiceInterface ()
 
QString interfaceName () const
 
virtual QVariantMap immutableProperties () const
 
DBusObjectdbusObject () 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 BaseConnectionAddressingInterfacePtr create ()
 
template<typename BaseConnectionAddressingInterfaceSubclass >
static SharedPtr< BaseConnectionAddressingInterfaceSubclass > create ()
 

Protected Member Functions

 BaseConnectionAddressingInterface ()
 
- Protected Member Functions inherited from Tp::AbstractConnectionInterface
virtual void setBaseConnection (BaseConnection *connection)
 
- 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)
 

Additional Inherited Members

- Signals inherited from Tp::Object
void propertyChanged (const QString &propertyName)
 

Detailed Description

Base class for implementations of Connection.Interface.Addressing.

Member Typedef Documentation

◆ GetContactsByVCardFieldCallback

◆ GetContactsByURICallback

Constructor & Destructor Documentation

◆ ~BaseConnectionAddressingInterface()

Tp::BaseConnectionAddressingInterface::~BaseConnectionAddressingInterface ( )
virtual

Class destructor.

◆ BaseConnectionAddressingInterface()

Tp::BaseConnectionAddressingInterface::BaseConnectionAddressingInterface ( )
protected

Class constructor.

Member Function Documentation

◆ create() [1/2]

static BaseConnectionAddressingInterfacePtr Tp::BaseConnectionAddressingInterface::create ( )
inlinestatic

◆ create() [2/2]

template<typename BaseConnectionAddressingInterfaceSubclass >
static SharedPtr<BaseConnectionAddressingInterfaceSubclass> Tp::BaseConnectionAddressingInterface::create ( )
inlinestatic

◆ setGetContactsByVCardFieldCallback()

void Tp::BaseConnectionAddressingInterface::setGetContactsByVCardFieldCallback ( const GetContactsByVCardFieldCallback cb)

◆ setGetContactsByURICallback()

void Tp::BaseConnectionAddressingInterface::setGetContactsByURICallback ( const GetContactsByURICallback cb)