Home · All Classes · All Namespaces · Modules · Functions · Files |
The OrFilter class provides a generic filter object to be used in conjunction of other filters. More...
#include <TelepathyQt4/OrFilter>
Inherits Tp::Filter< T >.
The OrFilter class provides a generic filter object to be used in conjunction of other filters.
The OrFilter will match if any of its given list of filters matches their criteria.
virtual Tp::OrFilter::~OrFilter | ( | ) | [inline, virtual] |
static SharedPtr<OrFilter<T> > Tp::OrFilter::create | ( | const QList< SharedPtr< const Filter< T > > > & | filters = QList<SharedPtr<const Filter<T> > >() | ) | [inline, static] |
virtual bool Tp::OrFilter::isValid | ( | ) | const [inline, virtual] |
Reimplemented from Tp::Filter< T >.
virtual bool Tp::OrFilter::matches | ( | const SharedPtr< T > & | t | ) | const [inline, virtual] |
Reimplemented from Tp::Filter< T >.
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt4 0.8.0 |