#include <WndMedia.h>
Inheritance diagram for CMediaWnd:
Public Member Functions | |
CMediaWnd () | |
virtual | ~CMediaWnd () |
virtual void | OnSkinChange () |
virtual BOOL | OnDropFiles (CStringList &pFiles, const CPoint &ptScreen, BOOL bDrop) |
virtual BOOL | PlayFile (LPCTSTR pszFile) |
virtual BOOL | EnqueueFile (LPCTSTR pszFile) |
virtual BOOL | IsPlaying () |
virtual void | OnFileDelete (LPCTSTR pszFile) |
virtual BOOL | OnCmdMsg (UINT nID, int nCode, void *pExtra, AFX_CMDHANDLERINFO *pHandlerInfo) |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
Protected Member Functions | |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnDestroy () |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnPaint () |
afx_msg void | OnSysCommand (UINT nID, LPARAM lParam) |
afx_msg BOOL | OnNcActivate (BOOL bActive) |
afx_msg LONG | OnIdleUpdateCmdUI (WPARAM wParam, LPARAM lParam) |
afx_msg LONG | OnMediaKey (WPARAM wParam, LPARAM lParam) |
afx_msg LONG | OnDevModeChange (WPARAM wParam, LPARAM lParam) |
afx_msg LONG | OnDisplayChange (WPARAM wParam, LPARAM lParam) |
afx_msg void | OnDropFiles (HDROP hDropInfo) |
Protected Attributes | |
CMediaFrame | m_wndFrame |
|
Definition at line 59 of file WndMedia.cpp. References IDR_MEDIAFRAME. |
|
Definition at line 65 of file WndMedia.cpp. |
|
Definition at line 77 of file WndMedia.cpp. References CMediaFrame::EnqueueFile(), and m_wndFrame. Referenced by OnDropFiles(). |
|
Definition at line 82 of file WndMedia.cpp. References CMediaFrame::IsPlaying(), and m_wndFrame. Referenced by CMainWnd::OnUpdateTabMedia(). |
|
Reimplemented from CChildWnd. Definition at line 119 of file WndMedia.cpp. References m_wndFrame, NULL, CChildWnd::OnCmdMsg(), and CMediaFrame::OnCmdMsg(). |
|
Reimplemented from CPanelWnd. Definition at line 95 of file WndMedia.cpp. References CMediaFrame::Create(), CChildWnd::LoadState(), m_wndFrame, and CPanelWnd::OnCreate(). |
|
Reimplemented from CChildWnd. Definition at line 107 of file WndMedia.cpp. References CChildWnd::OnDestroy(), and CChildWnd::SaveState(). |
|
Definition at line 189 of file WndMedia.cpp. References m_wndFrame. |
|
Definition at line 194 of file WndMedia.cpp. References m_wndFrame. |
|
Definition at line 227 of file WndMedia.cpp. References NULL, and OnDropFiles(). |
|
Reimplemented from CChildWnd. Definition at line 199 of file WndMedia.cpp. References EnqueueFile(), m_wndFrame, NULL, and PlayFile(). Referenced by OnDropFiles(). |
|
Definition at line 87 of file WndMedia.cpp. References m_wndFrame, and CMediaFrame::OnFileDelete(). Referenced by CUploads::OnRename(). |
|
Definition at line 129 of file WndMedia.cpp. References m_wndFrame, NULL, and CMediaFrame::OnUpdateCmdUI(). |
|
Definition at line 184 of file WndMedia.cpp. References m_wndFrame. |
|
Reimplemented from CPanelWnd. Definition at line 249 of file WndMedia.cpp. References m_wndFrame, CPanelWnd::OnNcActivate(), and CMediaFrame::UpdateScreenSaverStatus(). |
|
Definition at line 172 of file WndMedia.cpp. References m_wndFrame, and NULL. |
|
Reimplemented from CPanelWnd. Definition at line 162 of file WndMedia.cpp. References m_wndFrame, NULL, and CPanelWnd::OnSize(). |
|
Reimplemented from CChildWnd. Definition at line 113 of file WndMedia.cpp. References m_wndFrame, CMediaFrame::OnSkinChange(), and CChildWnd::OnSkinChange(). |
|
Reimplemented from CChildWnd. Definition at line 151 of file WndMedia.cpp. References CChildWnd::OnSysCommand(). |
|
Definition at line 72 of file WndMedia.cpp. References m_wndFrame, and CMediaFrame::PlayFile(). Referenced by OnDropFiles(). |
|
Definition at line 141 of file WndMedia.cpp. References m_wndFrame, and CMediaFrame::PreTranslateMessage(). |
|
Definition at line 42 of file WndMedia.h. Referenced by EnqueueFile(), IsPlaying(), OnCmdMsg(), OnCreate(), OnDevModeChange(), OnDisplayChange(), OnDropFiles(), OnFileDelete(), OnIdleUpdateCmdUI(), OnMediaKey(), OnNcActivate(), OnPaint(), OnSize(), OnSkinChange(), PlayFile(), and PreTranslateMessage(). |