Home · All Classes · All Namespaces · Modules · Functions · Files |
The GenericPropertyFilter class provides a generic filter object to be used to filter objects by properties. More...
#include <TelepathyQt4/GenericPropertyFilter>
Inherits Tp::Filter< T >.
The GenericPropertyFilter class provides a generic filter object to be used to filter objects by properties.
Specialized classes such as AccountPropertyFilter are also provided and should be used where appropriate.
virtual Tp::GenericPropertyFilter< T >::~GenericPropertyFilter | ( | ) | [inline, virtual] |
Tp::GenericPropertyFilter< T >::GenericPropertyFilter | ( | ) | [inline, protected] |
virtual bool Tp::GenericPropertyFilter< T >::isValid | ( | ) | const [inline, virtual] |
Reimplemented from Tp::Filter< T >.
Reimplemented in Tp::AccountPropertyFilter.
virtual bool Tp::GenericPropertyFilter< T >::matches | ( | const SharedPtr< T > & | t | ) | const [inline, virtual] |
Reimplemented from Tp::Filter< T >.
QVariantMap Tp::GenericPropertyFilter< T >::filter | ( | ) | const [inline] |
void Tp::GenericPropertyFilter< T >::addProperty | ( | const QString & | propertyName, | |
const QVariant & | propertyValue | |||
) | [inline] |
void Tp::GenericPropertyFilter< T >::setProperties | ( | const QVariantMap & | filter | ) | [inline] |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation |
Telepathy-Qt4 0.6.5
|