Home · All Classes · All Namespaces · Modules · Functions · Files
Public Member Functions | Static Public Member Functions | Protected Member Functions
Tp::ContactFactory Class Reference

The ContactFactory class is responsible for constructing Contact objects according to application-defined settings. More...

#include <TelepathyQt4/ContactFactory>

Inherits Tp::RefCounted.

List of all members.

Public Member Functions

Static Public Member Functions

Protected Member Functions


Detailed Description

The ContactFactory class is responsible for constructing Contact objects according to application-defined settings.


Constructor & Destructor Documentation

Tp::ContactFactory::~ContactFactory ( ) [virtual]

Class destructor.

Tp::ContactFactory::ContactFactory ( const Features features) [protected]

Class constructor.

Parameters:
featuresThe features to make ready on constructed contacts.

Member Function Documentation

ContactFactoryPtr Tp::ContactFactory::create ( const Features features = Features()) [static]

Creates a new ContactFactory.

Parameters:
featuresThe features to make ready on constructed contacts.
Returns:
A pointer to the created factory.
Features Tp::ContactFactory::features ( ) const

Gets the features this factory will make ready on constructed contacts.

Returns:
The set of features.
void Tp::ContactFactory::addFeature ( const Feature feature)

Adds a single feature this factory will make ready on further constructed contacts.

No feature removal is provided, to guard against uncooperative modules removing features other modules have set and depend on.

Parameters:
featureThe feature to add.
void Tp::ContactFactory::addFeatures ( const Features features)

Adds a set of features this factory will make ready on further constructed contacts.

No feature removal is provided, to guard against uncooperative modules removing features other modules have set and depend on.

Parameters:
featuresThe features to add.
ContactPtr Tp::ContactFactory::construct ( Tp::ContactManager manager,
const ReferencedHandles handle,
const Features features,
const QVariantMap &  attributes 
) const [protected, virtual]

Can be used by subclasses to override the Contact subclass constructed by the factory.

The default implementation constructs Tp::Contact objects.

Parameters:
managerThe contact manager this contact belongs.
handleThe contact handle.
featuresThe desired contact features.
attributesThe desired contact attributes.
Returns:
A pointer to the constructed contact.
PendingOperation * Tp::ContactFactory::prepare ( const ContactPtr &  contact) const [protected, virtual]

Can be used by subclasses to do arbitrary manipulation on constructed Contact objects.

The default implementation does nothing.

Parameters:
contactThe contact to be prepared.
Returns:
A PendingOperation used to prepare the contact or NULL if there is nothing to prepare.


Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation
Telepathy-Qt4 0.6.5