Home · All Classes · All Namespaces · Modules · Functions · Files |
The NotFilter class provides a generic filter object to be used in conjunction of other filters. More...
#include <TelepathyQt4/NotFilter>
Inherits Tp::Filter< T >.
The NotFilter class provides a generic filter object to be used in conjunction of other filters.
The NotFilter will match if its given filter does not match its criteria.
virtual Tp::NotFilter::~NotFilter | ( | ) | [inline, virtual] |
static SharedPtr<NotFilter<T> > Tp::NotFilter::create | ( | const SharedPtr< const Filter< T > > & | filter = SharedPtr<const Filter<T> >() | ) | [inline, static] |
virtual bool Tp::NotFilter::isValid | ( | ) | const [inline, virtual] |
Reimplemented from Tp::Filter< T >.
virtual bool Tp::NotFilter::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 |