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