Home
last modified time | relevance | path

Searched refs:copySongTo (Results 1 – 8 of 8) sorted by relevance

/dports/audio/cantata/cantata-2.4.2/devices/
H A Daudiocddevice.h67 void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover);
H A Dfsdevice.h123 … void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) override;
H A Ddevice.h124 …virtual void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover)=0;
H A Dmtpdevice.h159 void copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover);
H A Daudiocddevice.cpp235 void AudioCdDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCo… in copySongTo() function in AudioCdDevice
H A Dfsdevice.cpp449 void FsDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo() function in FsDevice
H A Dactiondialog.cpp584 …dev->copySongTo(currentSong, fileName, overwrite->isChecked(), !copiedCovers.contains(Utils::getDi… in doNext()
H A Dmtpdevice.cpp1375 void MtpDevice::copySongTo(const Song &s, const QString &musicPath, bool overwrite, bool copyCover) in copySongTo() function in MtpDevice