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
Constructor & Destructor Documentation
◆ TrackInfo() [1/2]
KCDDB::TrackInfo::TrackInfo | ( | ) |
Definition at line 172 of file cdinfo.cpp.
◆ ~TrackInfo()
|
virtual |
Definition at line 183 of file cdinfo.cpp.
◆ TrackInfo() [2/2]
KCDDB::TrackInfo::TrackInfo | ( | const TrackInfo & | clone | ) |
Definition at line 177 of file cdinfo.cpp.
Member Function Documentation
◆ clear()
void KCDDB::TrackInfo::clear | ( | ) |
internal
Definition at line 210 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 198 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 194 of file cdinfo.cpp.
◆ operator!=()
bool KCDDB::TrackInfo::operator!= | ( | const TrackInfo & | other | ) | const |
Definition at line 235 of file cdinfo.cpp.
◆ operator=()
Definition at line 188 of file cdinfo.cpp.
◆ operator==()
bool KCDDB::TrackInfo::operator== | ( | const TrackInfo & | other | ) | const |
Definition at line 230 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 attributes 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 202 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 206 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 214 of file cdinfo.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:17:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.