#include <track.h>
Inheritance diagram for itunesdb::TrackPredicates::ByFullInfo:

Public Member Functions | |
| ByFullInfo (const QString &artist, const QString &album, const QString &title, Q_UINT32 trackNum=0) | |
| bool | operator() (const Track *track) const |
| itunesdb::TrackPredicates::ByFullInfo::ByFullInfo | ( | const QString & | artist, | |
| const QString & | album, | |||
| const QString & | title, | |||
| Q_UINT32 | trackNum = 0 | |||
| ) | [inline] |
Constructor to create a new predicate for the given artist/album/title combination.
| bool itunesdb::TrackPredicates::ByFullInfo::operator() | ( | const Track * | track | ) | const [inline, virtual] |
Implement this method accordingly to the documentation above and (!) the documentation of the function this predicate will be given to.
Implements itunesdb::TrackPredicate.
1.5.0