#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) |
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 | ) | [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.