#include <qapplication.h>#include <qsplashscreen.h>#include <qpixmap.h>#include <qprogressbar.h>#include <qlabel.h>#include <qstatusbar.h>#include <qmutex.h>#include "Data/data-version.h"#include "fragment-player.h"#include "spectrum-pca.h"#include "existence-scanner.h"#include "clock-drivers.h"

Variables | |
| QApplication * | app |
| const char * | programname |
| QStatusBar * | status |
| FragmentPlayer | fragmentPlayer |
| SpectrumPca | spectrumPca |
| ExistenceScanner | existenceScanner |
| QApplication* app |
The active object that scans the existence of files
Referenced by SongSelectorLogic::startExistenceCheck(), and terminate_and_quit().
The active object that will play fragments
| const char* programname |
Referenced by SongSelectorLogic::doOnlineHelp(), and main().
The active object that will run a principal component analysis on the spectrum property.
Referenced by terminate_and_quit().
| QStatusBar* status |
Referenced by exec(), execute(), process_death_pids(), CollectionOfSongs::run(), SongSelectorLogic::SongSelectorLogic(), and spawn().
1.6.2