Mixxx

AudioTagger Class Reference

#include <audiotagger.h>

List of all members.

Public Member Functions

 AudioTagger (QString file)
virtual ~AudioTagger ()
void setArtist (QString artist)
void setTitle (QString title)
void setAlbum (QString album)
void setGenre (QString genre)
void setYear (QString year)
void setComment (QString comment)
void setKey (QString key)
void setBpm (QString bpm)
void setTracknumber (QString tracknumber)
bool save ()

Detailed Description

Definition at line 13 of file audiotagger.h.


Constructor & Destructor Documentation

AudioTagger::AudioTagger ( QString  file)

Definition at line 24 of file audiotagger.cpp.

AudioTagger::~AudioTagger ( ) [virtual]

Definition at line 39 of file audiotagger.cpp.


Member Function Documentation

bool AudioTagger::save ( )

Definition at line 99 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setAlbum ( QString  album)

Definition at line 59 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setArtist ( QString  artist)

Definition at line 45 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setBpm ( QString  bpm)

Definition at line 90 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setComment ( QString  comment)

Definition at line 80 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setGenre ( QString  genre)

Definition at line 66 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setKey ( QString  key)

Definition at line 85 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setTitle ( QString  title)

Definition at line 52 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setTracknumber ( QString  tracknumber)

Definition at line 95 of file audiotagger.cpp.

Here is the caller graph for this function:

void AudioTagger::setYear ( QString  year)

Definition at line 73 of file audiotagger.cpp.

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines