#include <track.h>
Inheritance diagram for itunesdb::TrackPredicates::ByPathInfo:
Public Member Functions | |
ByPathInfo (const QString &pathInfo) | |
bool | operator() (const Track *track) const |
itunesdb::TrackPredicates::ByPathInfo::ByPathInfo | ( | const QString & | pathInfo | ) | [inline] |
Constructor to create a new predicate for the given file path.
bool itunesdb::TrackPredicates::ByPathInfo::operator() | ( | const Track * | track | ) | const [inline, virtual] |
Returns true if the given track matches the parameters given to the constructor.
Implements itunesdb::TrackPredicate.