#include <playlist.h>
Definition at line 37 of file matroskadec.c.
Public Member Functions | |
| Track (int x, AllMusic *all_music_ptr) | |
| void | postLoad (PlaylistsContainer *grandparent) |
| void | setParent (Playlist *parent_ptr) |
| void | setValue (int x) |
| void | putYourselfOnTheListView (UIListGenericTree *a_listviewitem) |
| int | getValue () |
| void | deleteYourWidget () |
| void | deleteYourself () |
| void | moveUpDown (bool flag) |
| PlaylistTrack * | getWidget (void) |
| bool | badReference (void) |
| void | setCDFlag (bool yes_or_no) |
| bool | getCDFlag (void) |
Public Attributes | |
| MatroskaTrackType | type |
| uint32_t | num |
| uint32_t | uid |
| int | stream_index |
| char * | name |
| char | language [4] |
| char * | codec_id |
| char * | codec_name |
| unsigned char * | codec_priv |
| int | codec_priv_size |
| uint64_t | default_duration |
| MatroskaTrackFlags | flags |
Private Attributes | |
| int | index_value |
| PlaylistTrack * | my_widget |
| AllMusic * | all_available_music |
| QString | label |
| Playlist * | parent |
| bool | bad_reference |
| bool | cd_flag |
| Track::Track | ( | int | x, | |
| AllMusic * | all_music_ptr | |||
| ) |
Definition at line 19 of file playlist.cpp.
| void Track::postLoad | ( | PlaylistsContainer * | grandparent | ) |
Definition at line 30 of file playlist.cpp.
Referenced by Playlist::addTrack(), and Playlist::postLoad().
| void Track::setParent | ( | Playlist * | parent_ptr | ) |
Definition at line 49 of file playlist.cpp.
Referenced by Playlist::addTrack(), and Playlist::fillSongsFromSonglist().
| void Track::setValue | ( | int | x | ) | [inline] |
Definition at line 46 of file playlist.h.
| void Track::putYourselfOnTheListView | ( | UIListGenericTree * | a_listviewitem | ) |
Definition at line 387 of file playlist.cpp.
Referenced by Playlist::addTrack(), and Playlist::putYourselfOnTheListView().
| int Track::getValue | ( | void | ) | [inline] |
Definition at line 50 of file playlist.h.
Referenced by Playlist::checkTrack(), Playlist::computeSize(), Playlist::containsReference(), Playlist::CreateCDMP3(), Playlist::describeYourself(), Playlist::fillSonglistFromSongs(), Playlist::getFirstTrackID(), PlaylistTrack::getID(), Playlist::removeTrack(), and Playlist::writeTree().
| void Track::deleteYourWidget | ( | ) |
Definition at line 129 of file playlist.cpp.
Referenced by Playlist::removeAllTracks(), Playlist::removeAllWidgets(), Playlist::removeTrack(), and Playlist::ripOutAllCDTracksNow().
| void Track::deleteYourself | ( | ) |
Definition at line 124 of file playlist.cpp.
| void Track::moveUpDown | ( | bool | flag | ) |
| PlaylistTrack* Track::getWidget | ( | void | ) | [inline] |
Definition at line 56 of file playlist.h.
| bool Track::badReference | ( | void | ) | [inline] |
| void Track::setCDFlag | ( | bool | yes_or_no | ) | [inline] |
| bool Track::getCDFlag | ( | void | ) | [inline] |
Definition at line 59 of file playlist.h.
Referenced by Playlist::checkTrack(), Playlist::computeSize(), Playlist::copyTracks(), Playlist::CreateCDMP3(), Playlist::fillSonglistFromSongs(), Playlist::removeTrack(), Playlist::ripOutAllCDTracksNow(), and Playlist::writeTree().
Definition at line 38 of file matroskadec.c.
Referenced by matroska_add_stream(), matroska_read_close(), and matroska_read_header().
Definition at line 42 of file matroskadec.c.
Referenced by matroska_add_stream(), and matroska_find_track_by_num().
Definition at line 44 of file matroskadec.c.
Referenced by matroska_parse_block(), and matroska_read_header().
| char* Track::name |
Definition at line 46 of file matroskadec.c.
Referenced by matroska_add_stream(), and matroska_read_close().
| char Track::language[4] |
Definition at line 47 of file matroskadec.c.
Referenced by matroska_add_stream(), and matroska_read_header().
| char* Track::codec_id |
Definition at line 49 of file matroskadec.c.
Referenced by matroska_add_stream(), matroska_read_close(), and matroska_read_header().
| char* Track::codec_name |
Definition at line 50 of file matroskadec.c.
Referenced by matroska_add_stream(), and matroska_read_close().
| unsigned char* Track::codec_priv |
Definition at line 52 of file matroskadec.c.
Referenced by matroska_add_stream(), matroska_read_close(), and matroska_read_header().
Definition at line 53 of file matroskadec.c.
Referenced by matroska_add_stream(), and matroska_read_header().
Definition at line 55 of file matroskadec.c.
Referenced by matroska_add_stream(), matroska_parse_block(), and matroska_read_header().
int Track::index_value [private] |
Definition at line 62 of file playlist.h.
Referenced by deleteYourself(), getValue(), postLoad(), putYourselfOnTheListView(), setValue(), and Track().
PlaylistTrack* Track::my_widget [private] |
Definition at line 63 of file playlist.h.
Referenced by deleteYourWidget(), getWidget(), putYourselfOnTheListView(), and Track().
AllMusic* Track::all_available_music [private] |
QString Track::label [private] |
Definition at line 65 of file playlist.h.
Referenced by postLoad(), putYourselfOnTheListView(), and Track().
Playlist* Track::parent [private] |
Definition at line 66 of file playlist.h.
Referenced by deleteYourself(), moveUpDown(), setParent(), and Track().
bool Track::bad_reference [private] |
bool Track::cd_flag [private] |
Definition at line 68 of file playlist.h.
Referenced by deleteYourself(), getCDFlag(), postLoad(), putYourselfOnTheListView(), setCDFlag(), and Track().
1.5.5