Searched defs:command (Results 1 – 15 of 15) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | UIWindowCmdHelper.cpp | 19 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 D | MediaLibTabDlg.cpp | 155 WORD command = LOWORD(wParam); in OnCommand() local
|
H A D | CueFile.cpp | 312 wstring command; in GetCommand() local
|
H A D | CFloatPlaylistDlg.cpp | 396 WORD command = LOWORD(wParam); in OnCommand() local
|
H A D | SetPathDlg.cpp | 565 WORD command = LOWORD(wParam); in OnCommand() local
|
H A D | FindDlg.cpp | 659 WORD command = LOWORD(wParam); in OnCommand() local
|
H A D | MiniModeDlg.cpp | 690 WORD command = LOWORD(wParam); in OnCommand() local
|
H A D | MusicPlayerCmdHelper.cpp | 158 …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 D | DesktopLyric.cpp | 715 WORD command = LOWORD(wParam); in OnCommand() local
|
H A D | CPlayerUIBase.cpp | 577 …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 D | Player.cpp | 474 void CPlayer::MusicControl(Command command, int volume_step) in MusicControl()
|
H A D | Common.cpp | 1027 bool CCommon::GetCmdLineCommand(const wstring& cmd_line, int& command) in GetCmdLineCommand()
|
H A D | UIElement.cpp | 1291 …UINT command = menu->TrackPopupMenu(TPM_LEFTALIGN | TPM_RIGHTBUTTON | TPM_RETURNCMD | TPM_NONOTIFY… in ShowContextMenu() local
|
H A D | MusicPlayerDlg.cpp | 3370 WORD command = LOWORD(wParam); in OnCommand() local
|
/MusicPlayer2/scintilla/include/ |
H A D | ScintillaWidget.h | 41 void (* command) (ScintillaObject *sci, int cmd, GtkWidget *window); member
|