#include <ClientAreaWnd.h>
Public Member Functions | |
| CClientAreaWnd () | |
| void | SaveState () |
| BOOL | Create (CWnd *pParent) |
| virtual | ~CClientAreaWnd () |
Public Attributes | |
| BOOL | m_bShowSWBar |
Protected Member Functions | |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnSetFocus (CWnd *pOldWnd) |
| afx_msg BOOL | OnEraseBkgnd (CDC *pDC) |
Protected Attributes | |
| CPluginFrame2 | m_plugs2 |
Friends | |
| class | CChildView |
| class | CMainFrame |
Definition at line 18 of file ClientAreaWnd.h.
| CClientAreaWnd::CClientAreaWnd | ( | ) |
Definition at line 19 of file ClientAreaWnd.cpp.
| CClientAreaWnd::~CClientAreaWnd | ( | ) | [virtual] |
Definition at line 23 of file ClientAreaWnd.cpp.
| void CClientAreaWnd::SaveState | ( | ) |
| BOOL CClientAreaWnd::Create | ( | CWnd * | pParent | ) |
Definition at line 57 of file ClientAreaWnd.cpp.
References FALSE, NULL, and TRUE.
Referenced by CChildView::OnCreate().
| int CClientAreaWnd::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 36 of file ClientAreaWnd.cpp.
References _App, CPluginFrame2::Create(), FALSE, m_bShowSWBar, m_plugs2, and fsAppSettings::View_SWBar().
| void CClientAreaWnd::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
| void CClientAreaWnd::OnSetFocus | ( | CWnd * | pOldWnd | ) | [protected] |
| BOOL CClientAreaWnd::OnEraseBkgnd | ( | CDC * | pDC | ) | [protected] |
Definition at line 78 of file ClientAreaWnd.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.
friend class CChildView [friend] |
Definition at line 20 of file ClientAreaWnd.h.
friend class CMainFrame [friend] |
Definition at line 21 of file ClientAreaWnd.h.
Definition at line 38 of file ClientAreaWnd.h.
Referenced by OnCreate(), and CMainFrame::OnUpdateViewSwbar().
CPluginFrame2 CClientAreaWnd::m_plugs2 [protected] |
Definition at line 45 of file ClientAreaWnd.h.
Referenced by CMainFrame::ApplyLanguageToMenu(), CMainFrame::OnAltPlusDigit(), OnCreate(), CMainFrame::OnFind(), CMainFrame::OnFindnext(), CMainFrame::OnInsert(), CChildView::OnPluginCommand(), OnSetFocus(), OnSize(), CMainFrame::OnUpdateSwitchTo(), and CMainFrame::SetActivePlugin().
1.5.6