#include <qtreewidget.h>#include <qstandarditemmodel.h>#include <qtreeview.h>#include <qlistview.h>#include <qcolor.h>#include <qheaderview.h>#include "song-slot.h"#include "accessors.h"

Classes | |
| class | ConfigState |
| class | Config |
Functions | |
| void | taglist2config (QTreeWidget *taglist) |
Variables | |
| const QString | MusicDir = "./music" |
| const QString | IndexDir = "./index" |
| const QString | FragmentsDir = "./fragments" |
| void taglist2config | ( | QTreeWidget * | taglist | ) |
References taglist2strings().
Referenced by Config::load(), and main().
| const QString FragmentsDir = "./fragments" |
Referenced by ActiveFragmentCreator::createOneFor(), and main().
| const QString MusicDir = "./music" |
Some constants that should not be modified (at the moment) It would however make sense to allow a different directory through a configuration file or so
Referenced by Song::checkondisk(), ActiveFragmentCreator::createOneFor(), main(), and MusicScanner::MusicScanner().
1.6.2