![]() |
Mixxx
|
#include <QStandardItemModel>#include <QMimeData>#include "library/trackmodel.h"#include "library/dao/trackdao.h"#include "library/trackcollection.h"#include "recording/recordingmanager.h"

Go to the source code of this file.
Classes | |
| class | BrowseTableModel |
Variables | |
| const int | COLUMN_FILENAME = 0 |
| const int | COLUMN_ARTIST = 1 |
| const int | COLUMN_TITLE = 2 |
| const int | COLUMN_ALBUM = 3 |
| const int | COLUMN_TRACK_NUMBER = 4 |
| const int | COLUMN_YEAR = 5 |
| const int | COLUMN_GENRE = 6 |
| const int | COLUMN_COMMENT = 7 |
| const int | COLUMN_DURATION = 8 |
| const int | COLUMN_BPM = 9 |
| const int | COLUMN_KEY = 10 |
| const int | COLUMN_TYPE = 11 |
| const int | COLUMN_BITRATE = 12 |
| const int | COLUMN_LOCATION = 13 |
| const int COLUMN_ALBUM = 3 |
Definition at line 16 of file browsetablemodel.h.
| const int COLUMN_ARTIST = 1 |
Definition at line 14 of file browsetablemodel.h.
| const int COLUMN_BITRATE = 12 |
Definition at line 25 of file browsetablemodel.h.
| const int COLUMN_BPM = 9 |
Definition at line 22 of file browsetablemodel.h.
| const int COLUMN_COMMENT = 7 |
Definition at line 20 of file browsetablemodel.h.
| const int COLUMN_DURATION = 8 |
Definition at line 21 of file browsetablemodel.h.
| const int COLUMN_FILENAME = 0 |
Definition at line 13 of file browsetablemodel.h.
| const int COLUMN_GENRE = 6 |
Definition at line 19 of file browsetablemodel.h.
| const int COLUMN_KEY = 10 |
Definition at line 23 of file browsetablemodel.h.
| const int COLUMN_LOCATION = 13 |
Definition at line 26 of file browsetablemodel.h.
| const int COLUMN_TITLE = 2 |
Definition at line 15 of file browsetablemodel.h.
| const int COLUMN_TRACK_NUMBER = 4 |
Definition at line 17 of file browsetablemodel.h.
| const int COLUMN_TYPE = 11 |
Definition at line 24 of file browsetablemodel.h.
| const int COLUMN_YEAR = 5 |
Definition at line 18 of file browsetablemodel.h.