#include <Downloads_InfoFrame.h>
Public Member Functions | |
| CDownloads_InfoFrame () | |
| void | SetChildWnd (CWnd *pWnd) |
| BOOL | Create (CWnd *pParent) |
| virtual | ~CDownloads_InfoFrame () |
Protected Member Functions | |
| void | ResizeChild (int cx, int cy) |
| afx_msg void | OnPaint () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
Protected Attributes | |
| CWnd * | m_pChild |
Definition at line 13 of file Downloads_InfoFrame.h.
| CDownloads_InfoFrame::CDownloads_InfoFrame | ( | ) |
| CDownloads_InfoFrame::~CDownloads_InfoFrame | ( | ) | [virtual] |
Definition at line 24 of file Downloads_InfoFrame.cpp.
| void CDownloads_InfoFrame::SetChildWnd | ( | CWnd * | pWnd | ) |
Definition at line 62 of file Downloads_InfoFrame.cpp.
References m_pChild, and ResizeChild().
Referenced by CDownloads_Info::ApplyCurTab(), and CDownloads_Info::OnCreate().
| BOOL CDownloads_InfoFrame::Create | ( | CWnd * | pParent | ) |
Definition at line 36 of file Downloads_InfoFrame.cpp.
References FALSE, NULL, and TRUE.
Referenced by CDownloads_Info::OnCreate().
| void CDownloads_InfoFrame::ResizeChild | ( | int | cx, | |
| int | cy | |||
| ) | [protected] |
Definition at line 77 of file Downloads_InfoFrame.cpp.
References m_pChild.
Referenced by OnSize(), and SetChildWnd().
| void CDownloads_InfoFrame::OnPaint | ( | ) | [protected] |
Definition at line 47 of file Downloads_InfoFrame.cpp.
| void CDownloads_InfoFrame::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
| BOOL CDownloads_InfoFrame::OnEraseBkgnd | ( | CDC * | pDC | ) | [protected] |
Definition at line 83 of file Downloads_InfoFrame.cpp.
References fsPartMediaPlayer::Get_State(), CDownloads_Downloads::m_info, CVideoWindow::m_player, CDownloads_Info::m_video, CDownloadsWnd::m_wndDownloads, CDownloads_VideoPreview::m_wndVideo, CMainFrame::OnEraseBkgnd(), and VFPS_CLOSED.
CWnd* CDownloads_InfoFrame::m_pChild [protected] |
Definition at line 35 of file Downloads_InfoFrame.h.
Referenced by CDownloads_InfoFrame(), OnSize(), ResizeChild(), and SetChildWnd().
1.5.6