Home
last modified time | relevance | path

Searched defs:title (Results 1 – 15 of 15) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DLyricDownloadCommon.cpp71 …dCommon::AddLyricTag(wstring& lyric_str, const wstring & song_id, const wstring & title, const wst… in AddLyricTag()
H A DEditStringListDlg.cpp23 void CEditStringListDlg::SetTitle(LPCTSTR title) in SetTitle()
H A DInternetCommon.h30 wstring title; //歌曲的标题 member
H A DSelectItemDlg.cpp23 void CSelectItemDlg::SetTitle(LPCTSTR title) in SetTitle()
H A DInternetCommon.cpp213 wstring title = search_result.substr(index2 + 7, index3 - index2 - 7); in DisposeSearchResult() local
382 int CInternetCommon::SelectMatchedItem(const vector<ItemInfo>& down_list, const wstring & title, co… in SelectMatchedItem()
471 CInternetCommon::ItemInfo CInternetCommon::SearchSongAndGetMatched(const wstring & title, const wst… in SearchSongAndGetMatched()
H A DSongInfo.h48 wstring title; // 标题 member
H A DAudioCommon.h33 char title[30]; member
H A DMediaTransControls.cpp138 …const wstring& title = (!song.IsTitleEmpty() || song.file_path.empty()) ? song.GetTitle() : song.G… in UpdateControlsMetadata() local
H A DLyricBatchDownloadDlg.cpp367 wstring title = pInfo->playlist->at(i).title; in ThreadFunc() local
H A DAudioTagOld.cpp65 string title, artist, album, year, comment; in WriteMp3Tag() local
H A DMiniModeDlg.cpp78 CString title; in SetTitle() local
H A DMusicPlayerCmdHelper.cpp431 wstring title{ song.title }, artist{ song.artist }; in SearchLyricFile() local
1046 const wstring& title = theApp.m_str_table.LoadText(L"TITLE_FOLDER_BROWSER_SONG_SOURCE"); in OnOpenFolder() local
H A DFormatConvertDlg.cpp25 static wstring GetCueDisplayFileName(const wstring& title, const wstring& artist) in GetCueDisplayFileName()
H A DMusicPlayerDlg.cpp4180 …wstring title = CSongInfoHelper::GetDisplayStr(CPlayer::GetInstance().GetCurrentSongInfo(), theApp… in OnAfterSetTrack() local
4690 const wstring& title = theApp.m_str_table.LoadText(L"TITLE_FOLDER_BROWSER_COPY_TARGET"); in OnCopyFileTo() local
4733 const wstring& title = theApp.m_str_table.LoadText(L"TITLE_FOLDER_BROWSER_MOVE_TARGET"); in OnMoveFileTo() local
5423 const wstring& title = theApp.m_str_table.LoadText(L"TITLE_FOLDER_BROWSER_SONG_SOURCE"); in OnPlaylistAddFolder() local
H A Dbass.h670 char title[30]; member