TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
#include <QObject>
Go to the source code of this file.
Macros | |
#define | TTK_QT_CONFIG "qt.conf" |
#define | TTK_AUTHOR_NAME "Greedysky" |
#define | TTK_COLOR_FILE "color.jpg" |
#define | TTK_IMAGE_FILE "image_cache" |
#define | TTK_RECORD_FILE "record.raw" |
#define | TTK_RECORD_DATA_FILE "record_data.wav" |
#define | MIN_ITEM_COUNT 4 |
#define | MAX_IMAGE_COUNT 10 |
#define | MUSIC_MOVIE_RADIO QUERY_KG_INTERFACE |
#define | MUSIC_PLAY_NOW "play_now" |
#define | MUSIC_PLAY_LATER "play_later" |
#define | MUSIC_NONE_LIST -1 |
#define | MUSIC_NORMAL_LIST 0 |
#define | MUSIC_LOVEST_LIST 1 |
#define | MUSIC_NETWORK_LIST 2 |
#define | MUSIC_RECENT_LIST 3 |
#define | MUSIC_LRC_PAGE 1 |
#define | MUSIC_SEARCH_PAGE 0 |
#define MAX_IMAGE_COUNT 10 |
Definition at line 34 of file musicotherdefine.h.
Referenced by MusicLrcPhotoWidget::addButtonClicked(), MusicDownloadBackgroundRequest::downLoadFinished(), MusicDownloadBackgroundRequest::findAllPlugins(), MusicAbstractDownloadImageRequest::foundCount(), and MusicBackgroundManager::updateArtistImageList().
#define MIN_ITEM_COUNT 4 |
Definition at line 33 of file musicotherdefine.h.
Referenced by MusicLrcPhotoWidget::addCellItem(), MusicBackgroundListWidget::addCellItem(), MusicLrcPhotoWidget::deleteButtonClicked(), MusicLrcFloatPhotoWidget::imageNext(), MusicBackgroundListWidget::itemCloseClicked(), MusicLrcFloatPhotoWidget::MusicLrcFloatPhotoWidget(), MusicLrcFloatPhotoWidget::sendUserSelectArtBackground(), MusicLrcFloatPhotoWidget::showArtistImage(), and MusicLrcFloatPhotoWidget::userSelectCheckBoxChecked().
#define MUSIC_LOVEST_LIST 1 |
Definition at line 43 of file musicotherdefine.h.
Referenced by MusicSongsContainerWidget::addSongItemList(), MusicSongsContainerWidget::addSongToLovestList(), MusicApplication::containsLovestItem(), TTK::playlistRowValid(), MusicSongsContainerWidget::removeItemAt(), MusicApplication::removeLoveItemAt(), and MusicSongsContainerWidget::songToLovestListAt().
#define MUSIC_LRC_PAGE 1 |
Definition at line 47 of file musicotherdefine.h.
Referenced by MusicRightAreaWidget::functionClicked(), MusicTopAreaWidget::isArtistBackground(), MusicRightAreaWidget::showCommentsFound(), and MusicRightAreaWidget::showSongMainWidget().
#define MUSIC_MOVIE_RADIO QUERY_KG_INTERFACE |
Definition at line 36 of file musicotherdefine.h.
Referenced by MusicWebMVRadioQueryWidget::createMVRadioCategoryItem(), and MusicVideoPlayWidget::videoResearchButtonSearched().
#define MUSIC_NETWORK_LIST 2 |
Definition at line 44 of file musicotherdefine.h.
Referenced by MusicSongsContainerWidget::addSongBufferToPlaylist(), MusicSongsContainerWidget::addSongItemList(), MusicSongsContainerWidget::appendRecentSongs(), MusicApplication::containsDownloadItem(), MusicPlaylist::currentMediaPath(), MusicSongsContainerWidget::importSongsByUrl(), MusicSongsListItemInfoWidget::initialize(), MusicPlaylist::isSameMediaPath(), TTK::playlistRowValid(), MusicSongsContainerWidget::removeItemAt(), MusicApplication::removeItemAt(), and MusicTKPLConfigManager::writeBuffer().
#define MUSIC_NONE_LIST -1 |
Definition at line 41 of file musicotherdefine.h.
Referenced by MusicSongsContainerWidget::deleteAllItems(), MusicSongsContainerWidget::isCurrentPlaylistRow(), and MusicSongsContainerWidget::removeItemAt().
#define MUSIC_NORMAL_LIST 0 |
Definition at line 42 of file musicotherdefine.h.
Referenced by MusicSongsContainerWidget::addSongItemList(), MusicSongsContainerWidget::deleteRowItem(), MusicSongsContainerWidget::deleteRowItems(), MusicApplication::importSongsByOutside(), MusicSongsToolBoxTopWidget::isItemEnabled(), and MusicSongsToolBoxWidget::makeValidIndex().
#define MUSIC_PLAY_LATER "play_later" |
Definition at line 39 of file musicotherdefine.h.
Referenced by MusicSongSearchTableWidget::addSearchMusicToPlaylist(), and MusicItemQueryTableWidget::downloadDataFrom().
#define MUSIC_PLAY_NOW "play_now" |
Definition at line 38 of file musicotherdefine.h.
Referenced by MusicSongSearchTableWidget::addSearchMusicToPlaylist(), MusicSongsContainerWidget::addSongBufferToPlaylist(), and MusicItemQueryTableWidget::downloadDataFrom().
#define MUSIC_RECENT_LIST 3 |
Definition at line 45 of file musicotherdefine.h.
Referenced by MusicSongsContainerWidget::addSongItemList(), MusicSongsContainerWidget::appendRecentSongs(), and TTK::playlistRowValid().
#define MUSIC_SEARCH_PAGE 0 |
Definition at line 48 of file musicotherdefine.h.
Referenced by MusicRightAreaWidget::functionClicked(), and MusicApplication::MusicApplication().
#define TTK_AUTHOR_NAME "Greedysky" |
Definition at line 26 of file musicotherdefine.h.
Referenced by MusicWYTranslationRequest::downLoadFinished(), and MusicLrcContainerForInterior::queryTranslatedLrcFinished().
#define TTK_COLOR_FILE "color.jpg" |
Definition at line 28 of file musicotherdefine.h.
Referenced by cleanupCache(), MusicBackgroundPalette::copyColorToMemory(), MusicBackgroundSkinDialog::currentColorChanged(), MusicBackgroundPaletteWidget::currentColorToFile(), MusicBackgroundPaletteWidget::paletteColorClicked(), MusicBackgroundPalette::~MusicBackgroundPalette(), and MusicBackgroundPaletteWidget::~MusicBackgroundPaletteWidget().
#define TTK_IMAGE_FILE "image_cache" |
Definition at line 29 of file musicotherdefine.h.
Referenced by cleanupCache(), and MusicExtractWrapper::inputSkin().
#define TTK_QT_CONFIG "qt.conf" |
Definition at line 24 of file musicotherdefine.h.
Referenced by MusicApplicationModule::applyParameter().
#define TTK_RECORD_DATA_FILE "record_data.wav" |
Definition at line 31 of file musicotherdefine.h.
Referenced by cleanupCache(), MusicIdentifySongWidget::detectedTimeOut(), and MusicAudioRecorderModule::~MusicAudioRecorderModule().
#define TTK_RECORD_FILE "record.raw" |
Definition at line 30 of file musicotherdefine.h.
Referenced by cleanupCache(), MusicAudioRecorderModule::MusicAudioRecorderModule(), and MusicAudioRecorderModule::~MusicAudioRecorderModule().