#include <CtrlBrowseFrame.h>
Public Member Functions | |
CBrowseFrameCtrl () | |
virtual | ~CBrowseFrameCtrl () |
virtual BOOL | Create (CWnd *pParentWnd, CMatchCtrl *pMatch) |
void | OnSkinChange () |
void | OnPhysicalTree (CG2Packet *pPacket) |
void | OnVirtualTree (CG2Packet *pPacket) |
void | OnSelChangeMatches () |
Protected Member Functions | |
BOOL | DoSizeTree () |
BOOL | DoSizePanel () |
void | SelectTree (CBrowseTreeItem *pItem, CQueryHit *pHit) |
afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
afx_msg void | OnDestroy () |
afx_msg BOOL | OnSetCursor (CWnd *pWnd, UINT nHitTest, UINT message) |
afx_msg void | OnLButtonDown (UINT nFlags, CPoint point) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnPaint () |
afx_msg void | OnUpdateSearchDetails (CCmdUI *pCmdUI) |
afx_msg void | OnSearchDetails () |
afx_msg void | OnUpdateLibraryTreePhysical (CCmdUI *pCmdUI) |
afx_msg void | OnLibraryTreePhysical () |
afx_msg void | OnUpdateLibraryTreeVirtual (CCmdUI *pCmdUI) |
afx_msg void | OnLibraryTreeVirtual () |
afx_msg void | OnTreeSelection (NMHDR *pNotify, LRESULT *pResult) |
Protected Attributes | |
CCoolBarCtrl | m_wndTreeTop |
CBrowseTreeCtrl | m_wndTree |
CSearchDetailPanel | m_wndDetails |
CMatchCtrl * | m_wndList |
BOOL | m_bTreeVisible |
int | m_nTreeSize |
BOOL | m_bPanelEnable |
BOOL | m_bPanelVisible |
int | m_nPanelSize |
CG2Packet * | m_pTree [2] |
int | m_nTree |
|
Definition at line 67 of file CtrlBrowseFrame.cpp. References CSettings::sSearch::BrowseTreeSize, CSettings::sSearch::DetailPanelSize, CSettings::sSearch::DetailPanelVisible, NULL, CSettings::Search, and Settings. |
|
Definition at line 79 of file CtrlBrowseFrame.cpp. References m_pTree, NULL, and CPacket::Release(). |
|
Definition at line 88 of file CtrlBrowseFrame.cpp. References IDC_BROWSE_FRAME, m_wndList, NULL, and CMatchCtrl::SetBrowseMode(). Referenced by CBrowseHostWnd::OnCreate(). |
|
Definition at line 354 of file CtrlBrowseFrame.cpp. References CSettings::sSearch::DetailPanelSize, m_bTreeVisible, m_nPanelSize, m_nTreeSize, NULL, OnSize(), CSettings::Search, Settings, SIZE_INTERNAL, and SPLIT_SIZE. Referenced by OnLButtonDown(). |
|
Definition at line 298 of file CtrlBrowseFrame.cpp. References CSettings::sSearch::BrowseTreeSize, m_nTreeSize, NULL, OnSize(), CSettings::Search, Settings, SIZE_INTERNAL, and SPLIT_SIZE. Referenced by OnLButtonDown(). |
|
Definition at line 97 of file CtrlBrowseFrame.cpp. References CSearchDetailPanel::Create(), CBrowseTreeCtrl::Create(), CCoolBarCtrl::Create(), m_wndDetails, m_wndList, m_wndTree, and m_wndTreeTop. |
|
Definition at line 113 of file CtrlBrowseFrame.cpp. Referenced by CMatchTipCtrl::OnDestroy(). |
|
Definition at line 266 of file CtrlBrowseFrame.cpp. References DoSizePanel(), DoSizeTree(), m_nPanelSize, m_nTreeSize, m_wndDetails, m_wndTree, and SPLIT_SIZE. |
|
Definition at line 545 of file CtrlBrowseFrame.cpp. References m_nTree, m_pTree, m_wndTree, NULL, CBrowseTreeCtrl::OnTreePacket(), and CBrowseTreeCtrl::SyncRoot(). |
|
Definition at line 562 of file CtrlBrowseFrame.cpp. References m_nTree, m_pTree, m_wndTree, NULL, CBrowseTreeCtrl::OnTreePacket(), and CBrowseTreeCtrl::SyncRoot(). |
|
Definition at line 178 of file CtrlBrowseFrame.cpp. References m_nPanelSize, m_nTreeSize, m_wndDetails, m_wndTree, and SPLIT_SIZE. |
|
Definition at line 408 of file CtrlBrowseFrame.cpp. References CPacket::AddRef(), m_bTreeVisible, m_nTree, m_pTree, m_wndTree, NULL, CBrowseTreeCtrl::OnTreePacket(), CPacket::Release(), SIZE_INTERNAL, and CBrowseTreeCtrl::SyncRoot(). Referenced by CBrowseHostWnd::OnPhysicalTree(). |
|
Definition at line 533 of file CtrlBrowseFrame.cpp. References CSettings::sSearch::DetailPanelVisible, m_bPanelVisible, OnSize(), CSettings::Search, Settings, and SIZE_INTERNAL. |
|
Definition at line 513 of file CtrlBrowseFrame.cpp. References CMatchList::GetSelectedFile(), m_bPanelEnable, CMatchCtrl::m_pMatches, CMatchList::m_pSection, m_wndDetails, m_wndList, OnSize(), SIZE_INTERNAL, and CSearchDetailPanel::Update(). Referenced by CBrowseHostWnd::OnSelChangeMatches(). |
|
Definition at line 222 of file CtrlBrowseFrame.cpp. References CShareazaApp::m_bRTL, m_nPanelSize, m_nTreeSize, m_wndDetails, m_wndTree, SPLIT_SIZE, and theApp. |
|
Definition at line 124 of file CtrlBrowseFrame.cpp. References BAR_HEIGHT, m_bPanelEnable, m_bPanelVisible, m_bTreeVisible, m_nPanelSize, m_nTreeSize, m_wndDetails, m_wndList, m_wndTree, m_wndTreeTop, NULL, and SPLIT_SIZE. Referenced by DoSizePanel(), DoSizeTree(), OnSearchDetails(), and OnSelChangeMatches(). |
|
Definition at line 118 of file CtrlBrowseFrame.cpp. References CSkin::CreateToolBar(), CMatchCtrl::m_wndHeader, m_wndList, m_wndTreeTop, Skin, and CSkin::Translate(). Referenced by CBrowseHostWnd::OnSkinChange(). |
|
|
Definition at line 539 of file CtrlBrowseFrame.cpp. |
|
Definition at line 556 of file CtrlBrowseFrame.cpp. |
|
Definition at line 526 of file CtrlBrowseFrame.cpp. References m_bPanelEnable, m_bPanelVisible, and m_wndList. |
|
Definition at line 424 of file CtrlBrowseFrame.cpp. References CPacket::AddRef(), m_bTreeVisible, m_nTree, m_pTree, m_wndTree, NULL, CBrowseTreeCtrl::OnTreePacket(), CPacket::Release(), SIZE_INTERNAL, and CBrowseTreeCtrl::SyncRoot(). Referenced by CBrowseHostWnd::OnVirtualTree(). |
|
Definition at line 490 of file CtrlBrowseFrame.cpp. References CBrowseTreeItem::m_bExpanded, CQueryHit::m_bMatched, CBrowseTreeItem::m_nCount, CBrowseTreeItem::m_nFiles, CQueryHit::m_nIndex, CBrowseTreeItem::m_pFiles, and CBrowseTreeItem::m_pList. Referenced by OnTreeSelection(). |
|
Definition at line 51 of file CtrlBrowseFrame.h. Referenced by OnSelChangeMatches(), OnSize(), and OnUpdateSearchDetails(). |
|
Definition at line 52 of file CtrlBrowseFrame.h. Referenced by OnSearchDetails(), OnSize(), and OnUpdateSearchDetails(). |
|
Definition at line 49 of file CtrlBrowseFrame.h. Referenced by DoSizePanel(), OnPhysicalTree(), OnSize(), and OnVirtualTree(). |
|
Definition at line 53 of file CtrlBrowseFrame.h. Referenced by DoSizePanel(), OnLButtonDown(), OnPaint(), OnSetCursor(), and OnSize(). |
|
Definition at line 55 of file CtrlBrowseFrame.h. Referenced by OnLibraryTreePhysical(), OnLibraryTreeVirtual(), OnPhysicalTree(), OnUpdateLibraryTreePhysical(), OnUpdateLibraryTreeVirtual(), and OnVirtualTree(). |
|
Definition at line 50 of file CtrlBrowseFrame.h. Referenced by DoSizePanel(), DoSizeTree(), OnLButtonDown(), OnPaint(), OnSetCursor(), and OnSize(). |
|
Definition at line 54 of file CtrlBrowseFrame.h. Referenced by OnLibraryTreePhysical(), OnLibraryTreeVirtual(), OnPhysicalTree(), OnUpdateLibraryTreePhysical(), OnUpdateLibraryTreeVirtual(), OnVirtualTree(), and ~CBrowseFrameCtrl(). |
|
Definition at line 47 of file CtrlBrowseFrame.h. Referenced by OnCreate(), OnLButtonDown(), OnPaint(), OnSelChangeMatches(), OnSetCursor(), and OnSize(). |
|
Definition at line 48 of file CtrlBrowseFrame.h. Referenced by Create(), OnCreate(), OnSelChangeMatches(), OnSize(), OnSkinChange(), OnTreeSelection(), and OnUpdateSearchDetails(). |
|
Definition at line 46 of file CtrlBrowseFrame.h. Referenced by OnCreate(), OnLButtonDown(), OnLibraryTreePhysical(), OnLibraryTreeVirtual(), OnPaint(), OnPhysicalTree(), OnSetCursor(), OnSize(), OnTreeSelection(), and OnVirtualTree(). |
|
Definition at line 45 of file CtrlBrowseFrame.h. Referenced by OnCreate(), OnSize(), and OnSkinChange(). |