/MusicPlayer2/MusicPlayer2/ |
H A D | LastFM.h | 11 void SaveData(wstring path) { in SaveData() 15 void LoadData(wstring path) { in LoadData()
|
H A D | TreeCtrlEx.cpp | 24 void CTreeCtrlEx::InsertPath(CString path, HTREEITEM hRoot) in InsertPath() 30 void CTreeCtrlEx::InsertPath(CString path, HTREEITEM hRoot, std::function<bool(const CString&)> is_… in InsertPath() 124 void CTreeCtrlEx::_InsertPath(CString path, HTREEITEM hRoot, std::function<bool(const CString&)> is… in _InsertPath()
|
H A D | LastFMDataArchive.cpp | 90 void LastFMDataArchive::SaveData(wstring path) { in SaveData() 114 void LastFMDataArchive::LoadData(wstring path) { in LoadData()
|
H A D | AudioCommon.cpp | 156 void CAudioCommon::GetAudioFiles(wstring path, vector<SongInfo>& files, size_t max_file, bool inclu… in GetAudioFiles() 198 void CAudioCommon::GetAudioFiles(wstring path, std::vector<std::wstring>& files, size_t max_file, b… in GetAudioFiles() 238 bool CAudioCommon::IsPathContainsAudioFile(std::wstring path, bool include_sub_dir /*= false*/) in IsPathContainsAudioFile() 283 void CAudioCommon::GetLyricFiles(wstring path, vector<wstring>& files) in GetLyricFiles() 344 CFilePathHelper path(song.file_path); in CheckCueAudioPath() local
|
H A D | ListItem.h | 24 wstring path; // 路径 (媒体库模式存储具体项目名) member
|
H A D | CListenTimeStatisticsDlg.h | 34 wstring path; member
|
H A D | GdiPlusTool.cpp | 38 void CGdiPlusTool::CreateRoundRectPath(Gdiplus::GraphicsPath& path, CRect rect, int r) in CreateRoundRectPath()
|
H A D | COSUPlayerHelper.cpp | 42 void COSUPlayerHelper::GetOSUAudioFiles(wstring path, vector<SongInfo>& song_list) in GetOSUAudioFiles() 54 void COSUPlayerHelper::GetOSUAudioFiles(wstring path, vector<wstring>& files) in GetOSUAudioFiles()
|
H A D | SongDataManager.cpp | 21 void CSongDataManager::SaveSongData(std::wstring path) in SaveSongData() 83 void CSongDataManager::LoadSongData(std::wstring path) in LoadSongData()
|
H A D | UiMediaLibItemMgr.cpp | 384 void CUiFolderExploreMgr::CreateFolderNodeByPath(std::wstring path, std::shared_ptr<UiElement::Tree… in CreateFolderNodeByPath() 412 int CUiFolderExploreMgr::GetAudioFilesNum(std::wstring path) in GetAudioFilesNum()
|
H A D | SongInfo.h | 137 wstring path; member
|
H A D | LyricEditDlg.cpp | 105 bool CLyricEditDlg::SaveLyric(wstring path, CodeType code_type) in SaveLyric() 227 void CLyricEditDlg::OpenLyric(const wchar_t* path) in OpenLyric()
|
H A D | Common.cpp | 59 bool CCommon::IsFolder(const wstring& path) in IsFolder() 791 wchar_t path[MAX_PATH]; in GetExePath() local 862 bool CCommon::CreateDir(const _tstring& path) in CreateDir() 961 void CCommon::WriteLog(const wchar_t* path, const wstring& content) in WriteLog() 982 wstring path; in DisposeCmdLineFiles() local 1865 CString path; in GetDesktopBackgroundPath() local
|
H A D | LyricBatchDownloadDlg.cpp | 100 bool CLyricBatchDownloadDlg::SaveLyric(const wchar_t* path, const wstring& lyric_wcs, CodeType code… in SaveLyric()
|
H A D | LyricDownloadDlg.cpp | 45 bool CLyricDownloadDlg::SaveLyric(const wchar_t * path, CodeType code_type) in SaveLyric()
|
H A D | MusicPlayer2.cpp | 73 wchar_t path[MAX_PATH]; in InitInstance() local
|
H A D | Player.cpp | 126 void CPlayer::CreateWithPath(const wstring& path) in CreateWithPath() 1066 bool CPlayer::OpenFolder(wstring path, bool contain_sub_folder, bool play) in OpenFolder()
|
H A D | Lyric.cpp | 13 CFilePathHelper path{ m_file }; local
|
H A D | DrawCommon.cpp | 730 void CDrawCommon::SaveBitmap(HBITMAP bitmap, LPCTSTR path) in SaveBitmap()
|
H A D | MusicPlayerCmdHelper.cpp | 844 for (const auto& path : iter->second) in FixWrongFilePath() local
|
H A D | MusicPlayerDlg.cpp | 2665 [&](const wstring& path) { return CPlaylistFile::IsPlaylistFile(path); }); in OnTimer() 2671 [&](const wstring& path) { return CCommon::IsFolder(path); }); in OnTimer() 2719 [&](const wstring& path) { return CCommon::IsItemInVector(path_songs, path); }); in OnTimer()
|
H A D | UIElement.cpp | 3221 std::wstring path{ node->texts[COL_NAME] }; in GetNodePath() local
|
/MusicPlayer2/scintilla/src/ |
H A D | ExternalLexer.cxx | 190 void LexerManager::Load(const char *path) { in Load() 218 void ExternalLexerLoad(const char *path) { in ExternalLexerLoad()
|