TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the app right area widget. More...
#include <musicrightareawidget.h>
Signals | |
void | updateBackgroundTheme () |
void | updateBackgroundThemeDownload () |
Public Member Functions | |
MusicRightAreaWidget (QWidget *parent=nullptr) | |
~MusicRightAreaWidget () | |
void | setupUi (Ui::MusicApplication *ui) |
void | startDrawLrc () const |
void | stopDrawLrc () const |
void | setCurrentPlayState (bool state) const |
bool | destopLrcVisible () const |
void | setInteriorLrcVisible (bool status) const |
bool | interiorLrcVisible () const |
void | updateCurrentLrc (qint64 current, qint64 total, bool playState) const |
void | loadCurrentSongLrc (const QString &name, const QString &path) const |
void | setSongTimeSpeed (qint64 time) const |
void | checkMetaDataValid (bool mode) const |
void | showSettingWidget () const |
void | artistSearchByID (const QString &id) |
void | albumSearchByID (const QString &id) |
void | movieSearchByID (const QString &id) |
void | movieRadioSearchByID (const QVariant &data) |
void | resizeWindow () |
void | applyParameter () |
Static Public Member Functions | |
static MusicRightAreaWidget * | instance () |
Private Member Functions | |
void | functionInitialize () |
void | createkWebWindow (int type) |
Private Attributes | |
Ui::MusicApplication * | m_ui |
QVariant | m_rawData |
bool | m_lowPowerMode |
FunctionModule | m_funcIndex |
QWidget * | m_stackedWidget |
QWidget * | m_stackedStandWidget |
MusicSettingWidget * | m_settingWidget |
MusicVideoPlayWidget * | m_videoPlayerWidget |
MusicLrcAnalysis * | m_lrcAnalysis |
MusicLrcContainerForInterior * | m_lrcForInterior |
MusicLrcContainerForDesktop * | m_lrcForDesktop |
MusicLrcContainerForWallpaper * | m_lrcForWallpaper |
MusicDownloadStatusModule * | m_downloadStatusObject |
Static Private Attributes | |
static MusicRightAreaWidget * | m_instance = nullptr |
The class of the app right area widget.
Definition at line 41 of file musicrightareawidget.h.
Definition at line 46 of file musicrightareawidget.h.
|
explicit |
Object constructor.
Definition at line 41 of file musicrightareawidget.cpp.
References applyParameter(), m_downloadStatusObject, m_instance, m_lrcAnalysis, m_settingWidget, MUSIC_LRC_INTERIOR_MAX_LINE, and MusicLrcAnalysis::setLineMax().
MusicRightAreaWidget::~MusicRightAreaWidget | ( | ) |
Object destructor.
Definition at line 62 of file musicrightareawidget.cpp.
References m_downloadStatusObject, m_lrcForDesktop, m_lrcForWallpaper, m_settingWidget, and m_videoPlayerWidget.
void MusicRightAreaWidget::albumSearchByID | ( | const QString & | id | ) |
Song album search function.
Definition at line 241 of file musicrightareawidget.cpp.
References m_rawData, showAlbumSearchFound(), TTK_SIGNLE_SHOT, and TTK_SLOT.
Referenced by MusicArtistAlbumsQueryWidget::currentItemClicked().
void MusicRightAreaWidget::applyParameter | ( | ) |
Apply settings parameters.
Definition at line 282 of file musicrightareawidget.cpp.
References MusicLrcContainerForWallpaper::applyParameter(), MusicLrcContainerForInterior::applyParameter(), MusicLrcContainerForDesktop::applyParameter(), functionClicked(), G_SETTING_PTR, KugGouRadioWidget, KugGouSongWidget, kugouMovieWidget, KuiSheWidget, m_funcIndex, m_lowPowerMode, m_lrcForDesktop, m_lrcForInterior, m_lrcForWallpaper, m_stackedWidget, m_ui, MusicSettingManager::RippleLowPowerMode, MusicSettingManager::ShowDesktopLrc, and TTKObjectCast.
Referenced by MusicApplication::applyParameter(), and MusicRightAreaWidget().
void MusicRightAreaWidget::artistSearchByID | ( | const QString & | id | ) |
Song artist search function.
Definition at line 235 of file musicrightareawidget.cpp.
References m_rawData, showArtistSearchFound(), TTK_SIGNLE_SHOT, and TTK_SLOT.
Referenced by MusicArtistListQueryWidget::currentArtistListClicked().
|
slot |
Change to download custum widget.
Definition at line 833 of file musicrightareawidget.cpp.
References MusicSettingWidget::changeDownloadWidget(), MusicSettingManager::DownloadLimitEnable, G_SETTING_PTR, m_settingWidget, and showSettingWidget().
|
slot |
Change to download fully widget.
Definition at line 828 of file musicrightareawidget.cpp.
References MusicSettingManager::DownloadLimitEnable, and G_SETTING_PTR.
void MusicRightAreaWidget::checkMetaDataValid | ( | bool | mode | ) | const |
Check the current song meta data valid.
Definition at line 224 of file musicrightareawidget.cpp.
References MusicDownloadStatusModule::checkMetaDataValid(), and m_downloadStatusObject.
Referenced by MusicApplication::currentLrcUpdated(), and MusicApplication::showCurrentSong().
|
slot |
Lrc desktop wallpaper button clicked.
Definition at line 802 of file musicrightareawidget.cpp.
References MusicLrcContainerForWallpaper::applyParameter(), MusicTopAreaWidget::instance(), MusicApplication::instance(), m_lrcAnalysis, m_lrcForInterior, m_lrcForWallpaper, MusicLrcContainerForWallpaper::setLrcAnalysisModel(), and MusicTopAreaWidget::showWallpaperRemote().
Referenced by MusicLrcFloatWidget::wallpaperButtonClicked().
|
private |
Create kugou web window.
Definition at line 867 of file musicrightareawidget.cpp.
References functionClicked(), G_SETTING_PTR, m_stackedWidget, m_ui, QKugouWindow::None, MusicSettingManager::RippleLowPowerMode, and TTKStaticCast.
Referenced by functionClicked().
bool MusicRightAreaWidget::destopLrcVisible | ( | ) | const |
Get destop lrc visible state.
Definition at line 136 of file musicrightareawidget.cpp.
References m_lrcForDesktop.
Referenced by MusicApplication::writeSystemConfigToFile().
|
slot |
Function button clicked.
Definition at line 323 of file musicrightareawidget.cpp.
References AdvancedSearchWidget, AlbumWidget, ArtistCategoryWidget, ArtistWidget, createkWebWindow(), functionInitialize(), IndentifyWidget, MusicWebDJRadioWidget::initialize(), KugGouRadioWidget, KugGouSongWidget, QKugouWindow::KugouMovie, kugouMovieWidget, kugouPlaylistWidget, QKugouWindow::KuGouRadio, QKugouWindow::KuGouSingle, QKugouWindow::KuGouSong, KuiSheWidget, LrcWidget, m_funcIndex, m_stackedStandWidget, m_stackedWidget, m_ui, m_videoPlayerWidget, MUSIC_LRC_PAGE, MUSIC_SEARCH_PAGE, PlaylistBackupWidget, PlaylistCategoryWidget, PlaylistWidget, MusicToastLabel::popup(), MusicVideoPlayWidget::popupMode(), MusicIdentifySongWidget::queryIdentifyKey(), RecommendWidget, ScreenSaverWidget, SearchSingleWidget, SearchWidget, MusicRecommendQueryWidget::setCurrentValue(), MusicToplistQueryWidget::setCurrentValue(), MusicArtistListQueryWidget::setCurrentValue(), MusicWebMVRadioQueryWidget::setCurrentValue(), MusicPlaylistQueryWidget::setCurrentValue(), SimilarWidget, SongDailyWidget, TTK::UI::TinyBtnLrcCollapse, ToplistWidget, TTKStaticCast, updateBackgroundTheme(), updateBackgroundThemeDownload(), videoFullscreen(), videoSetPopup(), VideoWidget, WebDJRadioWidget, WebMVRadioWidget, and WebPVRadioWidget.
Referenced by applyParameter(), MusicConnectLocalWidget::changeStatckedWidgetThird(), createkWebWindow(), MusicToolSetsWidget::currentItemClicked(), MusicMoreFunctionsPopWidget::functionClicked(), MusicEnhancedPopWidget::helpButtonClicked(), MusicCloudSharedSongWidget::initialize(), MusicWebFMRadioWidget::itemDoubleClicked(), setupUi(), showAlbumFound(), showArtistFound(), showCommentsFound(), showMovieSearchRadioFound(), showPersonalRadioFound(), showPlaylistCategoryFound(), showPlaylistFound(), showSimilarFound(), showSingleSearchedFound(), showSongMainWidget(), showSongSearchedFound(), showVideoSearchedFound(), videoNeedToClose(), and videoSetPopup().
|
slot |
Function go back clicked.
Definition at line 311 of file musicrightareawidget.cpp.
Referenced by setupUi().
|
private |
Function initialize.
lrc option
Definition at line 840 of file musicrightareawidget.cpp.
References G_SETTING_PTR, MusicApplication::instance(), lrcDisplayAllClicked(), MusicLrcContainerForInterior::lrcDisplayExpand(), LrcWidget, m_funcIndex, m_lrcForInterior, m_stackedStandWidget, m_ui, MusicApplication::windowConciseChanged(), and MusicSettingManager::WindowConciseMode.
Referenced by functionClicked().
|
static |
Get class object instance.
Definition at line 76 of file musicrightareawidget.cpp.
References m_instance.
Referenced by MusicPlaylistCategoryItem::buttonClicked(), MusicConnectLocalWidget::changeStatckedWidgetThird(), MusicApplication::createRightMenu(), MusicLrcContainerForDesktop::creatToolBarWidget(), MusicArtistListQueryWidget::currentArtistListClicked(), MusicToolSetsWidget::currentItemClicked(), MusicArtistMvsQueryWidget::currentItemClicked(), MusicArtistAlbumsQueryWidget::currentItemClicked(), MusicMoreFunctionsPopWidget::functionClicked(), MusicEnhancedPopWidget::helpButtonClicked(), MusicCloudSharedSongWidget::initialize(), MusicWebMVRadioInfoTableWidget::itemCellClicked(), MusicWebFMRadioWidget::itemDoubleClicked(), MusicBottomAreaWidget::lrcWidgetShowFullScreen(), MusicItemQueryTableWidget::menuActionChanged(), MusicSplitItemClickedLabel::mousePressEvent(), MusicSongSearchOnlineWidget::MusicSongSearchOnlineWidget(), MusicSongSearchTableWidget::searchActionClicked(), MusicAdvancedSearchedWidget::searchButtonClicked(), MusicSongsListPlayTableWidget::searchQueryByName(), MusicSystemTrayMenu::setWindowLockedChanged(), MusicAbstractSongsListTableWidget::showAlbumQueryWidget(), MusicSystemTrayMenu::showDesktopLrc(), MusicAbstractSongsListTableWidget::showMovieQueryWidget(), MusicAbstractSongsListTableWidget::showPlayedMovieQueryWidget(), MusicAbstractSongsListTableWidget::showPlayedSimilarQueryWidget(), MusicAbstractSongsListTableWidget::showSimilarQueryWidget(), MusicLrcContainerForInterior::showSongMovieClicked(), MusicLeftAreaWidget::switchToSelectedItemStyle(), and MusicLrcFloatWidget::wallpaperButtonClicked().
bool MusicRightAreaWidget::interiorLrcVisible | ( | ) | const |
Get interior lrc visible state.
Definition at line 146 of file musicrightareawidget.cpp.
References m_lrcForInterior.
Load current song lrc by name and path.
Definition at line 180 of file musicrightareawidget.cpp.
References MusicLrcAnalysis::Failed, KRC_FILE_SUFFIX, MusicLrcAnalysis::loadFromKrcFile(), MusicLrcAnalysis::loadFromLrcFile(), m_lrcAnalysis, m_lrcForDesktop, m_lrcForInterior, m_lrcForWallpaper, MusicLrcContainer::setCurrentSongName(), MusicLrcContainerForWallpaper::start(), MusicLrcContainerForWallpaper::stopDrawLrc(), MusicLrcContainerForInterior::stopDrawLrc(), MusicLrcContainerForDesktop::stopDrawLrc(), TTK_FILE_SUFFIX, TTK_INFO_STREAM, MusicLrcContainerForInterior::updateCurrentLrc(), MusicLrcContainerForWallpaper::updateCurrentLrc(), and MusicLrcContainerForDesktop::updateCurrentLrc().
Referenced by MusicApplication::loadCurrentSongLrc(), and MusicApplication::showCurrentSong().
|
slot |
Lrc display all button clicked.
Definition at line 785 of file musicrightareawidget.cpp.
References LEFT_SIDE_WIDTH_MIN, MusicLrcContainerForInterior::lrcDisplayExpand(), m_lrcForInterior, m_ui, MusicLrcContainerForInterior::setLrcDisplayExpand(), TTK::UI::TinyBtnLrcCollapse, and TTK::UI::TinyBtnLrcExpand.
Referenced by functionInitialize(), MusicBottomAreaWidget::lrcWidgetShowFullScreen(), setupUi(), and MusicLeftAreaWidget::switchToSelectedItemStyle().
void MusicRightAreaWidget::movieRadioSearchByID | ( | const QVariant & | data | ) |
Song movie radio search function.
Definition at line 253 of file musicrightareawidget.cpp.
References m_rawData, showMovieSearchRadioFound(), TTK_SIGNLE_SHOT, and TTK_SLOT.
Referenced by MusicWebMVRadioInfoTableWidget::itemCellClicked().
void MusicRightAreaWidget::movieSearchByID | ( | const QString & | id | ) |
Song movie search function.
Definition at line 247 of file musicrightareawidget.cpp.
References m_rawData, showMovieSearchFound(), TTK_SIGNLE_SHOT, and TTK_SLOT.
Referenced by MusicArtistMvsQueryWidget::currentItemClicked().
void MusicRightAreaWidget::resizeWindow | ( | ) |
Resize window bound by resize called.
Definition at line 259 of file musicrightareawidget.cpp.
References MusicVideoPlayWidget::isPopupMode(), m_lrcForInterior, m_stackedStandWidget, m_stackedWidget, m_ui, m_videoPlayerWidget, TTKAbstractResizeInterface::resizeWidget(), MusicVideoPlayWidget::resizeWindow(), MusicLrcContainerForInterior::resizeWindow(), and TTKDynamicCast.
Referenced by MusicApplication::resizeEvent().
void MusicRightAreaWidget::setCurrentPlayState | ( | bool | state | ) | const |
Set current play state.
Definition at line 131 of file musicrightareawidget.cpp.
References m_lrcForDesktop, and MusicLrcContainerForDesktop::setCurrentPlayState().
Referenced by MusicApplication::readSystemConfigFromFile(), MusicApplication::showCurrentSong(), and MusicApplication::switchToPlayState().
|
slot |
Set destop lrc visible or invisible.
Definition at line 688 of file musicrightareawidget.cpp.
References G_SETTING_PTR, MusicLrcContainerForDesktop::initCurrentLrc(), m_lrcForDesktop, m_ui, and MusicSettingManager::ShowDesktopLrc.
Referenced by MusicApplication::readSystemConfigFromFile(), and MusicSystemTrayMenu::showDesktopLrc().
void MusicRightAreaWidget::setInteriorLrcVisible | ( | bool | status | ) | const |
Set interior lrc visible by string.
Definition at line 141 of file musicrightareawidget.cpp.
References m_lrcForInterior.
Referenced by MusicApplication::readSystemConfigFromFile().
void MusicRightAreaWidget::setSongTimeSpeed | ( | qint64 | time | ) | const |
Set song time speed by given time.
Definition at line 219 of file musicrightareawidget.cpp.
References m_lrcForInterior, and MusicLrcContainerForInterior::setSongTimeSpeed().
Referenced by MusicApplication::playAnyTimeAt(), and MusicApplication::resetCurrentSongLrcIndex().
void MusicRightAreaWidget::setupUi | ( | Ui::MusicApplication * | ui | ) |
Set up app ui.
Definition at line 81 of file musicrightareawidget.cpp.
References TTK::UI::BtnBackBack, TTK::UI::BtnBackFresh, functionClicked(), functionGoBack(), IndentifyWidget, MusicApplication::instance(), lrcDisplayAllClicked(), m_lrcAnalysis, m_lrcForInterior, m_settingWidget, m_ui, QtButtonGroupConnect, SearchWidget, MusicLrcContainer::setLrcAnalysisModel(), showSettingWidget(), showSongSearchedFound(), TTK_SLOT, and updateBackgroundThemeDownload().
Referenced by MusicApplication::MusicApplication().
|
slot |
Lock current desktop lrc state changed.
Definition at line 696 of file musicrightareawidget.cpp.
References m_lrcForDesktop, and MusicLrcContainerForDesktop::setWindowLockedChanged().
Referenced by MusicSystemTrayMenu::setWindowLockedChanged().
|
slot |
Set current desktop lrc window type changed.
Definition at line 701 of file musicrightareawidget.cpp.
References MusicLrcContainerForDesktop::applyParameter(), MusicSettingManager::DLrcGeometry, MusicSettingManager::DLrcWindowMode, G_SETTING_PTR, MusicLrcContainerForDesktop::initCurrentLrc(), MusicApplication::instance(), MusicLrcContainerForDesktop::isVerticalWindowType(), m_lrcAnalysis, m_lrcForDesktop, m_settingWidget, MusicLrcContainer::setLrcAnalysisModel(), MusicSettingManager::ShowDesktopLrc, showSettingWidget(), MusicLrcContainerForDesktop::statusCopyFrom(), and TTKStaticCast.
Referenced by MusicApplication::readSystemConfigFromFile().
Song album function that by string.
Definition at line 586 of file musicrightareawidget.cpp.
References AlbumWidget, functionClicked(), m_stackedWidget, MusicAlbumQueryWidget::setCurrentID(), MusicAlbumQueryWidget::setCurrentValue(), and TTKObjectCast.
Referenced by MusicMoreFunctionsPopWidget::functionClicked(), MusicItemQueryTableWidget::menuActionChanged(), MusicSongSearchTableWidget::searchActionClicked(), MusicAdvancedSearchedWidget::searchButtonClicked(), MusicAbstractSongsListTableWidget::showAlbumQueryWidget(), and showAlbumSearchFound().
|
slot |
Song album search function.
Definition at line 598 of file musicrightareawidget.cpp.
References m_rawData, and showAlbumFound().
Referenced by albumSearchByID().
Song artist function that by string.
Definition at line 629 of file musicrightareawidget.cpp.
References ArtistWidget, functionClicked(), m_stackedWidget, MusicArtistQueryWidget::setCurrentID(), MusicArtistQueryWidget::setCurrentValue(), and TTKObjectCast.
Referenced by MusicMoreFunctionsPopWidget::functionClicked(), MusicItemQueryTableWidget::menuActionChanged(), MusicSongSearchTableWidget::searchActionClicked(), MusicAdvancedSearchedWidget::searchButtonClicked(), and showArtistSearchFound().
|
slot |
Song artist search function.
Definition at line 593 of file musicrightareawidget.cpp.
References m_rawData, and showArtistFound().
Referenced by artistSearchByID().
|
slot |
Song comments function.
Definition at line 565 of file musicrightareawidget.cpp.
References functionClicked(), G_SETTING_PTR, MusicApplication::instance(), LrcWidget, m_lrcForInterior, m_ui, MUSIC_LRC_PAGE, MusicLrcContainerForInterior::showSongCommentsWidget(), MusicApplication::windowConciseChanged(), and MusicSettingManager::WindowConciseMode.
Referenced by MusicMoreFunctionsPopWidget::functionClicked().
|
slot |
Song movie search function.
Definition at line 603 of file musicrightareawidget.cpp.
References m_rawData, and showVideoSearchedFound().
Referenced by movieSearchByID().
|
slot |
Song movie search radio function.
Definition at line 608 of file musicrightareawidget.cpp.
References functionClicked(), MusicVideoPlayWidget::isPopupMode(), m_rawData, m_videoPlayerWidget, MusicVideoPlayWidget::videoResearchButtonSearched(), and VideoWidget.
Referenced by movieRadioSearchByID().
|
slot |
Song personal search radio function.
Definition at line 622 of file musicrightareawidget.cpp.
References functionClicked(), m_stackedWidget, MusicPersonalRadioQueryWidget::setCurrentValue(), TTKObjectCast, and WebPVRadioWidget.
Referenced by MusicWebFMRadioWidget::itemDoubleClicked().
|
slot |
Song playlist category function.
Definition at line 643 of file musicrightareawidget.cpp.
References functionClicked(), m_stackedWidget, PlaylistWidget, MusicPlaylistQueryWidget::setCurrentCategory(), and TTKObjectCast.
Referenced by MusicPlaylistCategoryItem::buttonClicked().
|
slot |
Song playlist function.
Definition at line 636 of file musicrightareawidget.cpp.
References functionClicked(), m_stackedWidget, PlaylistWidget, MusicPlaylistQueryWidget::setCurrentID(), and TTKObjectCast.
Referenced by MusicAdvancedSearchedWidget::searchButtonClicked().
void MusicRightAreaWidget::showSettingWidget | ( | ) | const |
Show setting widget.
Definition at line 229 of file musicrightareawidget.cpp.
References MusicAbstractMoveDialog::exec(), MusicSettingWidget::initialize(), and m_settingWidget.
Referenced by changeDownloadCustumWidget(), setupUi(), setWindowLrcTypeChanged(), and MusicApplication::showSettingWidget().
|
slot |
Song similar function that by string.
Definition at line 580 of file musicrightareawidget.cpp.
References functionClicked(), m_stackedWidget, SimilarWidget, and TTKObjectCast.
Referenced by MusicMoreFunctionsPopWidget::functionClicked(), MusicAbstractSongsListTableWidget::showPlayedSimilarQueryWidget(), and MusicAbstractSongsListTableWidget::showSimilarQueryWidget().
|
slot |
Song search by given id.
Definition at line 656 of file musicrightareawidget.cpp.
References functionClicked(), m_ui, and SearchSingleWidget.
Referenced by MusicAdvancedSearchedWidget::searchButtonClicked().
|
slot |
Song load song index widget.
To prevent concise state changed while function windowConciseChanged first called
Definition at line 676 of file musicrightareawidget.cpp.
References functionClicked(), G_SETTING_PTR, KugGouSongWidget, m_ui, MUSIC_LRC_PAGE, and MusicSettingManager::WindowConciseMode.
|
slot |
Song research button searched by name.
Definition at line 650 of file musicrightareawidget.cpp.
References functionClicked(), m_ui, and SearchWidget.
Referenced by MusicItemQueryTableWidget::menuActionChanged(), MusicSplitItemClickedLabel::mousePressEvent(), MusicSongsListPlayTableWidget::searchQueryByName(), and setupUi().
Video button clicked by name to search.
Definition at line 662 of file musicrightareawidget.cpp.
References functionClicked(), MusicVideoPlayWidget::isPopupMode(), m_videoPlayerWidget, MusicVideoPlayWidget::startToSearchByID(), MusicVideoPlayWidget::videoResearchButtonSearched(), and VideoWidget.
Referenced by MusicAdvancedSearchedWidget::searchButtonClicked(), MusicAbstractSongsListTableWidget::showMovieQueryWidget(), showMovieSearchFound(), MusicAbstractSongsListTableWidget::showPlayedMovieQueryWidget(), and MusicLrcContainerForInterior::showSongMovieClicked().
void MusicRightAreaWidget::startDrawLrc | ( | ) | const |
Start timer clock to draw lrc.
Definition at line 111 of file musicrightareawidget.cpp.
References m_lrcForDesktop, m_lrcForInterior, m_lrcForWallpaper, MusicLrcContainerForWallpaper::startDrawLrc(), MusicLrcContainerForInterior::startDrawLrc(), and MusicLrcContainerForDesktop::startDrawLrc().
Referenced by MusicApplication::switchToPlayState().
void MusicRightAreaWidget::stopDrawLrc | ( | ) | const |
Stop timer clock to draw lrc.
Definition at line 121 of file musicrightareawidget.cpp.
References m_lrcForDesktop, m_lrcForInterior, m_lrcForWallpaper, MusicLrcContainerForWallpaper::stopDrawLrc(), MusicLrcContainerForInterior::stopDrawLrc(), and MusicLrcContainerForDesktop::stopDrawLrc().
Referenced by MusicApplication::showCurrentSong(), and MusicApplication::switchToPlayState().
|
signal |
Current background transparent changed.
Referenced by functionClicked().
|
signal |
Current background skin download.
Referenced by functionClicked(), and setupUi().
void MusicRightAreaWidget::updateCurrentLrc | ( | qint64 | current, |
qint64 | total, | ||
bool | playState | ||
) | const |
Update current lrc by current time and total time and play state.
Definition at line 151 of file musicrightareawidget.cpp.
References MusicLrcAnalysis::findText(), m_lrcAnalysis, m_lrcForDesktop, m_lrcForInterior, m_lrcForWallpaper, MusicLrcContainer::setCurrentTime(), MusicLrcContainerForInterior::text(), MusicLrcContainerForInterior::updateCurrentLrc(), MusicLrcContainerForWallpaper::updateCurrentLrc(), and MusicLrcContainerForDesktop::updateCurrentLrc().
Referenced by MusicApplication::positionChanged().
|
slot |
Set video widget actived window.
Definition at line 758 of file musicrightareawidget.cpp.
References MusicApplication::instance(), and m_videoPlayerWidget.
Referenced by videoSetPopup().
|
slot |
Set video widget fullScreen or not.
Definition at line 776 of file musicrightareawidget.cpp.
References TTKAbstractMoveWidget::blockOption(), m_videoPlayerWidget, and MusicVideoPlayWidget::resizeGeometry().
Referenced by functionClicked().
|
slot |
Set video widget close and delete.
Definition at line 767 of file musicrightareawidget.cpp.
References functionClicked(), LrcWidget, m_ui, and m_videoPlayerWidget.
|
slot |
Set video widget popop or not.
Definition at line 734 of file musicrightareawidget.cpp.
References functionClicked(), m_stackedWidget, m_ui, m_videoPlayerWidget, MusicVideoPlayWidget::popupMode(), TTK_SIGNLE_SHOT, TTK_SLOT, videoActiveWindow(), and VideoWidget.
Referenced by functionClicked().
|
private |
Definition at line 319 of file musicrightareawidget.h.
Referenced by checkMetaDataValid(), MusicRightAreaWidget(), and ~MusicRightAreaWidget().
|
private |
Definition at line 310 of file musicrightareawidget.h.
Referenced by applyParameter(), functionClicked(), and functionInitialize().
|
staticprivate |
Definition at line 321 of file musicrightareawidget.h.
Referenced by instance(), and MusicRightAreaWidget().
|
private |
Definition at line 309 of file musicrightareawidget.h.
Referenced by applyParameter().
|
private |
Definition at line 315 of file musicrightareawidget.h.
Referenced by containerForWallpaperClicked(), loadCurrentSongLrc(), MusicRightAreaWidget(), setupUi(), setWindowLrcTypeChanged(), and updateCurrentLrc().
|
private |
Definition at line 317 of file musicrightareawidget.h.
Referenced by applyParameter(), destopLrcVisible(), loadCurrentSongLrc(), setCurrentPlayState(), setDestopLrcVisible(), setWindowLockedChanged(), setWindowLrcTypeChanged(), startDrawLrc(), stopDrawLrc(), updateCurrentLrc(), and ~MusicRightAreaWidget().
|
private |
Definition at line 316 of file musicrightareawidget.h.
Referenced by applyParameter(), containerForWallpaperClicked(), functionInitialize(), interiorLrcVisible(), loadCurrentSongLrc(), lrcDisplayAllClicked(), resizeWindow(), setInteriorLrcVisible(), setSongTimeSpeed(), setupUi(), showCommentsFound(), startDrawLrc(), stopDrawLrc(), and updateCurrentLrc().
|
private |
Definition at line 318 of file musicrightareawidget.h.
Referenced by applyParameter(), containerForWallpaperClicked(), loadCurrentSongLrc(), startDrawLrc(), stopDrawLrc(), updateCurrentLrc(), and ~MusicRightAreaWidget().
|
private |
Definition at line 308 of file musicrightareawidget.h.
Referenced by albumSearchByID(), artistSearchByID(), movieRadioSearchByID(), movieSearchByID(), showAlbumSearchFound(), showArtistSearchFound(), showMovieSearchFound(), and showMovieSearchRadioFound().
|
private |
Definition at line 313 of file musicrightareawidget.h.
Referenced by changeDownloadCustumWidget(), MusicRightAreaWidget(), setupUi(), setWindowLrcTypeChanged(), showSettingWidget(), and ~MusicRightAreaWidget().
|
private |
Definition at line 312 of file musicrightareawidget.h.
Referenced by functionClicked(), functionInitialize(), and resizeWindow().
|
private |
Definition at line 311 of file musicrightareawidget.h.
Referenced by applyParameter(), createkWebWindow(), functionClicked(), resizeWindow(), showAlbumFound(), showArtistFound(), showPersonalRadioFound(), showPlaylistCategoryFound(), showPlaylistFound(), showSimilarFound(), and videoSetPopup().
|
private |
Definition at line 307 of file musicrightareawidget.h.
Referenced by applyParameter(), createkWebWindow(), functionClicked(), functionInitialize(), lrcDisplayAllClicked(), resizeWindow(), setDestopLrcVisible(), setupUi(), showCommentsFound(), showSingleSearchedFound(), showSongMainWidget(), showSongSearchedFound(), videoNeedToClose(), and videoSetPopup().
|
private |
Definition at line 314 of file musicrightareawidget.h.
Referenced by functionClicked(), resizeWindow(), showMovieSearchRadioFound(), showVideoSearchedFound(), videoActiveWindow(), videoFullscreen(), videoNeedToClose(), videoSetPopup(), and ~MusicRightAreaWidget().