KCDDB::TrackInfo
#include <cdinfo.h>
Public Member Functions | |
TrackInfo (const TrackInfo &clone) | |
void | clear () |
QVariant | get (const QString &type) const |
QVariant | get (Type type) const |
bool | operator!= (const TrackInfo &) const |
TrackInfo & | operator= (const TrackInfo &clone) |
bool | operator== (const TrackInfo &) const |
void | set (const QString &type, const QVariant &data) |
void | set (Type type, const QVariant &data) |
QString | toString () const |
Detailed Description
Member Function Documentation
◆ clear()
void KCDDB::TrackInfo::clear | ( | ) |
internal
Definition at line 211 of file cdinfo.cpp.
◆ get() [1/2]
Get data for type that has been assigned to this track.
type
is case insensitive. For example get("title")
Definition at line 199 of file cdinfo.cpp.
◆ get() [2/2]
QVariant KCDDB::TrackInfo::get | ( | Type | type | ) | const |
Helper function that calls type with the common name.
Definition at line 195 of file cdinfo.cpp.
◆ set() [1/2]
Set any data from this track.
type
is case insensitive. For example set("title", "Rock this world")
Useful for atributes that other apps want to add. Data will be stored in the local cddb cache, but not sent to the cddb server
Definition at line 203 of file cdinfo.cpp.
◆ set() [2/2]
void KCDDB::TrackInfo::set | ( | Type | type, |
const QVariant & | data | ||
) |
Helper function that calls type with the common name.
Definition at line 207 of file cdinfo.cpp.
◆ toString()
QString KCDDB::TrackInfo::toString | ( | ) | const |
- Returns
- a CDDB compatible string of all the data assigned to this track tracknumber must be assigned before calling this.
Definition at line 215 of file cdinfo.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon May 8 2023 03:49:53 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.