#include <HFE_ListLog.h>
Public Member Functions | |
| CHFE_ListLog () | |
| void | ApplyLanguage () |
| void | SaveState () |
| void | ShowLog (BOOL bShow) |
| BOOL | Create (CWnd *pParent) |
| virtual | ~CHFE_ListLog () |
Public Attributes | |
| BOOL | m_bShowLog |
Protected Member Functions | |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
Protected Attributes | |
| CHFE_Log | m_wndLog |
| CHFE_FileList | m_wndFileList |
| CWndSplitter | m_wndSplitter |
Friends | |
| class | CHFEWnd |
Definition at line 17 of file HFE_ListLog.h.
| CHFE_ListLog::CHFE_ListLog | ( | ) |
Definition at line 16 of file HFE_ListLog.cpp.
| CHFE_ListLog::~CHFE_ListLog | ( | ) | [virtual] |
Definition at line 20 of file HFE_ListLog.cpp.
| void CHFE_ListLog::ApplyLanguage | ( | ) |
Definition at line 96 of file HFE_ListLog.cpp.
References CWndLog::ApplyLanguage(), CHFE_FileList::ApplyLanguage(), m_wndFileList, and m_wndLog.
Referenced by CHFEWnd::Plugin_SetLanguage().
| void CHFE_ListLog::SaveState | ( | ) |
Definition at line 89 of file HFE_ListLog.cpp.
References _App, CWndSplitter::GetRatio(), m_wndFileList, m_wndLog, m_wndSplitter, CListCtrlEx::SaveState(), and fsAppSettings::View_SplitterRatio().
Referenced by CHFEWnd::SaveAll().
| void CHFE_ListLog::ShowLog | ( | BOOL | bShow | ) |
Definition at line 75 of file HFE_ListLog.cpp.
References _App, m_bShowLog, m_wndLog, CWndSplitter::m_wndSplitter, m_wndSplitter, OnSize(), and fsAppSettings::View_HFELog().
Referenced by OnCreate(), and CHFEWnd::OnShowLog().
| BOOL CHFE_ListLog::Create | ( | CWnd * | pParent | ) |
Definition at line 31 of file HFE_ListLog.cpp.
References FALSE, NULL, and TRUE.
Referenced by CHFEWnd::OnCreate().
| int CHFE_ListLog::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 42 of file HFE_ListLog.cpp.
References _App, CWndSplitter::Create(), CHFE_Log::Create(), CHFE_FileList::Create(), m_bShowLog, m_wndFileList, m_wndLog, m_wndSplitter, CWndSplitter::SetRatio(), CWndSplitter::SetWnd1(), CWndSplitter::SetWnd2(), ShowLog(), fsAppSettings::View_HFELog(), fsAppSettings::View_SplitterRatio(), and WST_HORIZONTAL.
| void CHFE_ListLog::OnSize | ( | UINT | nType, | |
| int | cx, | |||
| int | cy | |||
| ) | [protected] |
Definition at line 67 of file HFE_ListLog.cpp.
References CWndSplitter::ApplyRatio(), m_bShowLog, m_wndFileList, and m_wndSplitter.
Referenced by ShowLog().
friend class CHFEWnd [friend] |
Definition at line 19 of file HFE_ListLog.h.
Definition at line 35 of file HFE_ListLog.h.
Referenced by OnCreate(), CHFEWnd::OnShowLog(), OnSize(), CHFEWnd::Plugin_GetMenuViewItems(), and ShowLog().
CHFE_Log CHFE_ListLog::m_wndLog [protected] |
Definition at line 42 of file HFE_ListLog.h.
Referenced by CHFEWnd::_EventsFunc(), ApplyLanguage(), CHFEWnd::CHFEWnd(), CHFEWnd::LogFailedMessage(), OnCreate(), CHFEWnd::OnLogShowCol(), SaveState(), ShowLog(), and CHFEWnd::UpdateLogColMenu().
CHFE_FileList CHFE_ListLog::m_wndFileList [protected] |
Definition at line 43 of file HFE_ListLog.h.
Referenced by CHFEWnd::_EventsFunc(), ApplyLanguage(), OnCreate(), CHFEWnd::OnFilesListShowCol(), CHFEWnd::OnGo(), CHFEWnd::OnHfeDisconnect(), CHFEWnd::OnHfeDownload(), CHFEWnd::OnHfeOpenfolder(), CHFEWnd::OnHfeParentfolder(), CHFEWnd::OnHfeRefresh(), CHFEWnd::OnHfeSettings(), CHFEWnd::OnHfeStop(), OnSize(), CHFEWnd::OnUpdateMenu(), CHFEWnd::OnUpdateToolBar(), CHFEWnd::Plugin_SetLanguage(), SaveState(), and CHFEWnd::UpdateFilesListColMenu().
CWndSplitter CHFE_ListLog::m_wndSplitter [protected] |
Definition at line 44 of file HFE_ListLog.h.
Referenced by OnCreate(), OnSize(), SaveState(), and ShowLog().
1.5.6