Home
last modified time | relevance | path

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

/MusicPlayer2/MusicPlayer2/
H A DUIWindowCmdHelper.cpp19 void CUIWindowCmdHelper::OnUiCommand(DWORD command) in OnUiCommand()
109 …mdHelper::OnMediaLibItemListCommand(UiElement::MediaLibItemList* medialib_item_list, DWORD command) in OnMediaLibItemListCommand()
176 …mdHelper::OnRecentPlayedListCommand(UiElement::RecentPlayedList* medialib_item_list, DWORD command) in OnRecentPlayedListCommand()
247 …WindowCmdHelper::OnMediaLibFolderCommand(UiElement::MediaLibFolder* medialib_folder, DWORD command) in OnMediaLibFolderCommand()
323 …owCmdHelper::OnMediaLibPlaylistCommand(UiElement::MediaLibPlaylist* medialib_folder, DWORD command) in OnMediaLibPlaylistCommand()
374 bool CUIWindowCmdHelper::OnSongListCommand(const std::vector<SongInfo>& songs, DWORD command) in OnSongListCommand()
441 …owCmdHelper::OnMyFavouriteListCommand(UiElement::MyFavouriteList* my_favourite_list, DWORD command) in OnMyFavouriteListCommand()
498 …UIWindowCmdHelper::OnAllTracksListCommand(UiElement::AllTracksList* all_tracks_list, DWORD command) in OnAllTracksListCommand()
551 …Helper::OnMedialibFolderExploreCommand(UiElement::FolderExploreTree* folder_explore, DWORD command) in OnMedialibFolderExploreCommand()
611 void CUIWindowCmdHelper::OnAddToPlaystCommand(UiElement::Playlist* playlist, DWORD command) in OnAddToPlaystCommand()
[all …]
H A DMediaLibTabDlg.cpp155 WORD command = LOWORD(wParam); in OnCommand() local
H A DCueFile.cpp312 wstring command; in GetCommand() local
H A DCFloatPlaylistDlg.cpp396 WORD command = LOWORD(wParam); in OnCommand() local
H A DSetPathDlg.cpp565 WORD command = LOWORD(wParam); in OnCommand() local
H A DFindDlg.cpp659 WORD command = LOWORD(wParam); in OnCommand() local
H A DMiniModeDlg.cpp690 WORD command = LOWORD(wParam); in OnCommand() local
H A DMusicPlayerCmdHelper.cpp158 …r::OnAddToPlaylistCommand(std::function<void(std::vector<SongInfo>&)> get_song_list, DWORD command) in OnAddToPlaylistCommand()
542 bool CMusicPlayerCmdHelper::OnRating(const SongInfo& song, DWORD command) in OnRating()
H A DDesktopLyric.cpp715 WORD command = LOWORD(wParam); in OnCommand() local
H A DCPlayerUIBase.cpp577 …UINT command = add_to_menu->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON | TPM_RETURNCMD | TPM_N… in LButtonUp() local
593 …UINT command = add_to_menu->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON | TPM_RETURNCMD | TPM_N… in LButtonUp() local
H A DPlayer.cpp474 void CPlayer::MusicControl(Command command, int volume_step) in MusicControl()
H A DCommon.cpp1027 bool CCommon::GetCmdLineCommand(const wstring& cmd_line, int& command) in GetCmdLineCommand()
H A DUIElement.cpp1291 …UINT command = menu->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON | TPM_RETURNCMD | TPM_NONOTIFY… in ShowContextMenu() local
H A DMusicPlayerDlg.cpp3370 WORD command = LOWORD(wParam); in OnCommand() local
/MusicPlayer2/scintilla/include/
H A DScintillaWidget.h41 void (* command) (ScintillaObject *sci, int cmd, GtkWidget *window); member