#include <ChildView.h>
Public Member Functions | |
| CChildView () | |
| virtual | ~CChildView () |
Protected Member Functions | |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| afx_msg void | OnUpdatePluginCommand (CCmdUI *pCmdUI) |
| void | OnPluginCommand (UINT) |
| afx_msg void | OnPaint () |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSetFocus (CWnd *pOldWnd) |
| afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
Protected Attributes | |
| CClientAreaWnd | m_wndClient |
Friends | |
| class | CMainFrame |
Definition at line 15 of file ChildView.h.
| CChildView::CChildView | ( | ) |
Definition at line 24 of file ChildView.cpp.
| CChildView::~CChildView | ( | ) | [virtual] |
Definition at line 28 of file ChildView.cpp.
| BOOL CChildView::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [protected, virtual] |
| void CChildView::OnUpdatePluginCommand | ( | CCmdUI * | pCmdUI | ) | [protected] |
Definition at line 86 of file ChildView.cpp.
References fsPluginMgr::OnUpdateToolBar(), state(), WGP_CMDITEMSTATE_CHECKED, and WGP_CMDITEMSTATE_DISABLED.
| void CChildView::OnPluginCommand | ( | UINT | uCmd | ) | [protected] |
Definition at line 81 of file ChildView.cpp.
References CClientAreaWnd::m_plugs2, m_wndClient, and CPluginFrame2::SendPluginCommand().
| void CChildView::OnPaint | ( | ) | [protected] |
Definition at line 57 of file ChildView.cpp.
| void CChildView::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
| int CChildView::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 70 of file ChildView.cpp.
References CClientAreaWnd::Create(), FALSE, and m_wndClient.
| void CChildView::OnSetFocus | ( | CWnd * | pOldWnd | ) | [protected] |
| BOOL CChildView::OnEraseBkgnd | ( | CDC * | pDC | ) | [protected] |
Definition at line 101 of file ChildView.cpp.
References fsPartMediaPlayer::Get_State(), CDownloads_Downloads::m_info, CVideoWindow::m_player, CDownloads_Info::m_video, CDownloadsWnd::m_wndDownloads, CDownloads_VideoPreview::m_wndVideo, and VFPS_CLOSED.
friend class CMainFrame [friend] |
Definition at line 17 of file ChildView.h.
CClientAreaWnd CChildView::m_wndClient [protected] |
Definition at line 42 of file ChildView.h.
Referenced by CMainFrame::ApplyLanguageToMenu(), CMainFrame::OnAltPlusDigit(), OnCreate(), CMainFrame::OnFind(), CMainFrame::OnFindnext(), CMainFrame::OnInsert(), OnPluginCommand(), OnSetFocus(), OnSize(), CMainFrame::OnUpdateSwitchTo(), CMainFrame::OnUpdateViewSwbar(), CMainFrame::SaveState(), and CMainFrame::SetActivePlugin().
1.5.6