Sayonara Player
Public Member Functions | List of all members
Cover::Fetcher::Url Class Reference

An Url is defined by its identifier and a custom url string. The identifier is the same as being used in the Cover::Fetcher::Base classes. The url is a standard string you also can enter in your browser. The identifier can be used to ask its active status in the Cover::Fetcher::Manager for example. More...

#include <CoverFetcherUrl.h>

Public Member Functions

 Url (const QString &identifier, const QString &url)
 
 Url (const Url &other)
 
Urloperator= (const Url &other)
 
void setIdentifier (const QString &identifier)
 
QString identifier () const
 
void setUrl (const QString &url)
 
QString url () const
 
bool operator== (const Url &rhs) const
 

Detailed Description

An Url is defined by its identifier and a custom url string. The identifier is the same as being used in the Cover::Fetcher::Base classes. The url is a standard string you also can enter in your browser. The identifier can be used to ask its active status in the Cover::Fetcher::Manager for example.