/MusicPlayer2/MusicPlayer2/ |
H A D | UIWindow.cpp | 81 void CUIWindow::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 100 void CUIWindow::OnLButtonDblClk(UINT nFlags, CPoint point) in OnLButtonDblClk() 133 void CUIWindow::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove() 181 void CUIWindow::OnRButtonUp(UINT nFlags, CPoint point) in OnRButtonUp() 248 void CUIWindow::OnRButtonDown(UINT nFlags, CPoint point) in OnRButtonDown()
|
H A D | PlayerToolBar.cpp | 275 void CPlayerToolBar::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 291 void CPlayerToolBar::OnLButtonUp(UINT nFlags, CPoint point) in OnLButtonUp() 305 CPoint point; in OnLButtonUp() local 320 void CPlayerToolBar::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove() 374 void CPlayerToolBar::OnMouseHover(UINT nFlags, CPoint point) in OnMouseHover() 398 void CPlayerToolBar::OnLButtonDblClk(UINT nFlags, CPoint point) in OnLButtonDblClk()
|
H A D | DesktopLyric.cpp | 518 void CDesktopLyric::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 539 void CDesktopLyric::OnLButtonUp(UINT nFlags, CPoint point) in OnLButtonUp() 632 void CDesktopLyric::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove() 655 void CDesktopLyric::OnMouseHover(UINT nFlags, CPoint point) in OnMouseHover() 698 void CDesktopLyric::OnRButtonUp(UINT nFlags, CPoint point) in OnRButtonUp() 761 CPoint point; in OnTimer() local 820 void CDesktopLyric::OnLButtonDblClk(UINT nFlags, CPoint point) in OnLButtonDblClk()
|
H A D | HorizontalSplitter.cpp | 162 void CHorizontalSplitter::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 195 void CHorizontalSplitter::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove() 215 void CHorizontalSplitter::OnLButtonUp(UINT nFlags, CPoint point) in OnLButtonUp()
|
H A D | MiniModeDlg.cpp | 282 void CMiniModeDlg::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 493 void CMiniModeDlg::OnRButtonUp(UINT nFlags, CPoint point) in OnRButtonUp() 553 void CMiniModeDlg::OnLButtonDblClk(UINT nFlags, CPoint point) in OnLButtonDblClk() 602 void CMiniModeDlg::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove() 613 void CMiniModeDlg::OnLButtonUp(UINT nFlags, CPoint point) in OnLButtonUp() 764 void CMiniModeDlg::OnRButtonDown(UINT nFlags, CPoint point) in OnRButtonDown()
|
H A D | UIElement.h | 66 virtual void LButtonUp(CPoint point) {} in LButtonUp() 67 virtual void LButtonDown(CPoint point) {} in LButtonDown() 68 virtual void MouseMove(CPoint point) {} in MouseMove() 69 virtual bool RButtunUp(CPoint point) { return false; } in RButtunUp() 70 virtual void RButtonDown(CPoint point) {} in RButtonDown() 71 virtual bool MouseWheel(int delta, CPoint point) { return false; } in MouseWheel() 72 virtual bool DoubleClick(CPoint point) { return false; } in DoubleClick()
|
H A D | UserUi.cpp | 240 bool CUserUi::LButtonUp(CPoint point) in LButtonUp() 276 bool CUserUi::LButtonDown(CPoint point) in LButtonDown() 302 void CUserUi::MouseMove(CPoint point) in MouseMove() 374 void CUserUi::RButtonUp(CPoint point) in RButtonUp() 398 void CUserUi::RButtonDown(CPoint point) in RButtonDown() 415 bool CUserUi::MouseWheel(int delta, CPoint point) in MouseWheel() 457 bool CUserUi::DoubleClick(CPoint point) in DoubleClick()
|
H A D | UIElement.cpp | 1085 void UiElement::ListElement::LButtonUp(CPoint point) in LButtonUp() 1102 void UiElement::ListElement::LButtonDown(CPoint point) in LButtonDown() 1186 void UiElement::ListElement::MouseMove(CPoint point) in MouseMove() 1263 bool UiElement::ListElement::RButtunUp(CPoint point) in RButtunUp() 1298 void UiElement::ListElement::RButtonDown(CPoint point) in RButtonDown() 1320 bool UiElement::ListElement::MouseWheel(int delta, CPoint point) in MouseWheel() 1344 bool UiElement::ListElement::DoubleClick(CPoint point) in DoubleClick() 1600 int UiElement::ListElement::GetListIndexByPoint(CPoint point) in GetListIndexByPoint() 1607 int UiElement::ListElement::GetDisplayedIndexByPoint(CPoint point) in GetDisplayedIndexByPoint() 2115 void UiElement::PlaylistIndicator::LButtonUp(CPoint point) in LButtonUp() [all …]
|
H A D | FolderExploreDlg.cpp | 277 CPoint point(GetMessagePos()); in OnNMRClickFolderExploreTree() local 313 CPoint point(GetMessagePos()); in OnNMClickFolderExploreTree() local 371 CPoint point(GetMessagePos()); in OnNMDblclkFolderExploreTree() local
|
H A D | CNotifyIcon.cpp | 70 CPoint point; in OnNotifyIcon() local
|
H A D | ListCtrlEx.cpp | 155 CPoint point; //定义一个用于确定光标位置的位置 in ShowPopupMenu() local 403 void CListCtrlEx::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 412 void CListCtrlEx::OnRButtonDown(UINT nFlags, CPoint point) in OnRButtonDown() 484 void CListCtrlEx::OnLButtonUp(UINT nFlags, CPoint point) in OnLButtonUp()
|
H A D | CPlayerUIBase.cpp | 214 bool CPlayerUIBase::LButtonDown(CPoint point) in LButtonDown() 227 void CPlayerUIBase::RButtonUp(CPoint point) in RButtonUp() 289 void CPlayerUIBase::MouseMove(CPoint point) in MouseMove() 325 bool CPlayerUIBase::LButtonUp(CPoint point) in LButtonUp() 334 CPoint point; in LButtonUp() local 521 … CPoint point(m_buttons[BTN_MENU_TITLEBAR].rect.left, m_buttons[BTN_MENU_TITLEBAR].rect.bottom); in LButtonUp() local 528 CPoint point(m_buttons[BTN_MENU].rect.left, m_buttons[BTN_MENU].rect.bottom); in LButtonUp() local 569 CPoint point(btn_rect.left, btn_rect.bottom); in LButtonUp() local 585 CPoint point(btn_rect.left, btn_rect.bottom); in LButtonUp() local 633 void CPlayerUIBase::RButtonDown(CPoint point) in RButtonDown() [all …]
|
H A D | MyComboBox.cpp | 88 CPoint point; in BEGIN_MESSAGE_MAP() local
|
H A D | MiniModeUserUi.cpp | 99 bool CMiniModeUserUi::LButtonUp(CPoint point) in LButtonUp()
|
H A D | SearchEditCtrl.cpp | 212 void CSearchEditCtrl::OnNcLButtonDown(UINT nHitTest, CPoint point) in OnNcLButtonDown()
|
H A D | PlayListCtrl.cpp | 147 void CPlayListCtrl::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove()
|
H A D | LyricSettingsDlg.cpp | 689 CPoint point; in OnBnClickedDefaultStyle() local
|
H A D | CFloatPlaylistDlg.cpp | 163 void CFloatPlaylistDlg::SetInitPoint(CPoint point) in SetInitPoint()
|
H A D | PropertyAlbumCoverDlg.cpp | 560 void CPropertyAlbumCoverDlg::OnRButtonUp(UINT nFlags, CPoint point) in OnRButtonUp()
|
H A D | SetPathDlg.cpp | 509 CPoint point; in OnBnClickedSortButton() local
|
H A D | MusicPlayerDlg.cpp | 3967 void CMusicPlayerDlg::OnLButtonDblClk(UINT nFlags, CPoint point) in OnLButtonDblClk() 4073 void CMusicPlayerDlg::OnRButtonUp(UINT nFlags, CPoint point) in OnRButtonUp() 4081 void CMusicPlayerDlg::OnMouseMove(UINT nFlags, CPoint point) in OnMouseMove() 4089 void CMusicPlayerDlg::OnLButtonUp(UINT nFlags, CPoint point) in OnLButtonUp() 4097 void CMusicPlayerDlg::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown() 5175 CPoint point = *((CPoint*)wParam); in OnMainMenuPopup() local 6524 bool CMusicPlayerDlg::IsPointValid(CPoint point) in IsPointValid()
|
H A D | CSelectPlaylist.cpp | 741 CPoint point; in OnBnClickedSortButton() local
|
H A D | LyricsWindow.cpp | 568 void CLyricsWindow::OnLButtonDown(UINT nFlags, CPoint point) in OnLButtonDown()
|
H A D | ScintillaEditView.cpp | 547 void CScintillaEditView::OnRButtonUp(UINT nFlags, CPoint point) in OnRButtonUp()
|