#include <Qt/qapplication.h>#include "player-core.h"#include "data.h"

Functions | |
| QString | get_rawpath () |
| bool | show_error (int err, int err2, QString text) |
| void | msg_playing_state_changed () |
| void | msg_writing_finished () |
Variables | |
| QApplication * | app |
| PlayerConfig * | config |
| Player * | player_window |
| bool | opt_setup |
| bool | opt_check |
| const char * | arg_config |
| QString get_rawpath | ( | ) |
References assert(), and rawpath.
Referenced by openCoreRawFile(), wave_open(), and DecoderChecker::works().
| void msg_playing_state_changed | ( | ) |
Referenced by core_start(), pause_playing(), and unpause_playing().
| void msg_writing_finished | ( | ) |
Referenced by writer_died().
| bool show_error | ( | int | err, | |
| int | err2, | |||
| QString | text | |||
| ) |
References Error().
Referenced by Player::initCore(), and normal_start().
| QApplication* app |
Referenced by BpmDjSplash::BpmDjSplash(), RhythmAnalyzer::calculateRhythmPattern2(), check_start(), MusicScanner::checkfile(), CollectionOfSongs::CollectionOfSongs(), ActiveFragmentCreator::createOneFor(), SpectrumAnalyzer::fetchSpectrum_normal(), SpectrumAnalyzer::fetchSpectrum_wavelet(), FragmentCache::get(), main(), msg_playing_state_changed(), msg_writing_finished(), normal_start(), MusicScanner::recursing(), UserNotification::send(), and setup_start().
| const char* arg_config |
Referenced by Player::captionize_according_to_index(), check_start(), and process_options().
| bool opt_check |
| bool opt_setup |
Referenced by fetch_config_from(), main(), msg_writing_finished(), process_options(), and remote().
Referenced by msg_playing_state_changed(), and msg_writing_finished().
1.6.2