Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

CLibraryTreeCtrl Class Reference

#include <CtrlLibraryTree.h>

Inheritance diagram for CLibraryTreeCtrl:

CLibraryTreeView List of all members.

Public Member Functions

 CLibraryTreeCtrl ()
virtual ~CLibraryTreeCtrl ()
void SetToolTip (CCoolTipCtrl *pTip)
void Clear ()
BOOL Expand (CLibraryTreeItem *pItem, TRISTATE bExpand=TS_TRUE, BOOL bInvalidate=TRUE)
BOOL Select (CLibraryTreeItem *pItem, TRISTATE bSelect=TS_TRUE, BOOL bInvalidate=TRUE)
BOOL SelectAll (CLibraryTreeItem *pParent=NULL, BOOL bInvalidate=TRUE)
BOOL DeselectAll (CLibraryTreeItem *pExcept=NULL, CLibraryTreeItem *pParent=NULL, BOOL bInvalidate=TRUE)
BOOL Highlight (CLibraryTreeItem *pItem)
int GetSelectedCount () const
CLibraryTreeItemGetFirstSelected () const
CLibraryTreeItemGetLastSelected () const
CLibraryTreeItemHitTest (const POINT &point, RECT *pRect=NULL) const
BOOL GetRect (CLibraryTreeItem *pItem, RECT *pRect)
CLibraryTreeItemGetFolderItem (LPVOID pSearch, CLibraryTreeItem *pParent=NULL)
virtual BOOL Create (CWnd *pParentWnd)

Protected Member Functions

void UpdateScroll ()
void ScrollBy (int nDelta)
void ScrollTo (int nPosition)
void Paint (CDC &dc, CRect &rcClient, CPoint &pt, CLibraryTreeItem *pItem)
CLibraryTreeItemHitTest (CRect &rcClient, CPoint &pt, CLibraryTreeItem *pItem, const POINT &point, RECT *pRect) const
BOOL GetRect (CPoint &pt, CLibraryTreeItem *pItem, CLibraryTreeItem *pFind, RECT *pRect)
BOOL CleanItems (CLibraryTreeItem *pItem, DWORD nCookie, BOOL bVisible)
BOOL CollapseRecursive (CLibraryTreeItem *pItem)
void NotifySelection ()
void StartDragging (CPoint &ptMouse)
CImageList * CreateDragImage (const CPoint &ptMouse)
afx_msg void OnSize (UINT nType, int cx, int cy)
afx_msg void OnVScroll (UINT nSBCode, UINT nPos, CScrollBar *pScrollBar)
afx_msg BOOL OnEraseBkgnd (CDC *pDC)
afx_msg void OnPaint ()
afx_msg void OnLButtonDown (UINT nFlags, CPoint point)
afx_msg void OnLButtonDblClk (UINT nFlags, CPoint point)
afx_msg BOOL OnMouseWheel (UINT nFlags, short zDelta, CPoint pt)
afx_msg void OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags)
afx_msg void OnRButtonDown (UINT nFlags, CPoint point)
afx_msg void OnMouseMove (UINT nFlags, CPoint point)
afx_msg void OnLButtonUp (UINT nFlags, CPoint point)

Protected Attributes

CLibraryTreeItemm_pRoot
int m_nTotal
int m_nVisible
int m_nScroll
int m_nSelected
CLibraryTreeItemm_pSelFirst
CLibraryTreeItemm_pSelLast
CLibraryTreeItemm_pFocus
BOOL m_bDrag
CPoint m_ptDrag
CLibraryTreeItemm_pDropItem
DWORD m_nCleanCookie
CCoolTipCtrlm_pTip

Constructor & Destructor Documentation

CLibraryTreeCtrl::CLibraryTreeCtrl  ) 
 

Definition at line 66 of file CtrlLibraryTree.cpp.

References NULL.

CLibraryTreeCtrl::~CLibraryTreeCtrl  )  [virtual]
 

Definition at line 84 of file CtrlLibraryTree.cpp.

References m_pRoot.


Member Function Documentation

BOOL CLibraryTreeCtrl::CleanItems CLibraryTreeItem pItem,
DWORD  nCookie,
BOOL  bVisible
[protected]
 

Definition at line 376 of file CtrlLibraryTree.cpp.

References DeselectAll(), CLibraryTreeItem::m_nCount, m_nTotal, m_pFocus, CLibraryTreeItem::m_pList, NULL, Select(), and TS_FALSE.

Referenced by CLibraryTreeView::Update(), and CLibraryTreeView::UpdatePhysical().

void CLibraryTreeCtrl::Clear  ) 
 

Definition at line 106 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::Clear(), CCoolTipCtrl::Hide(), CLibraryTreeItem::m_nCount, m_nSelected, m_nTotal, m_pDropItem, m_pFocus, m_pRoot, m_pSelFirst, m_pSelLast, m_pTip, NULL, and UpdateScroll().

Referenced by CLibraryTreeView::SetVirtual().

BOOL CLibraryTreeCtrl::CollapseRecursive CLibraryTreeItem pItem  )  [protected]
 

Definition at line 186 of file CtrlLibraryTree.cpp.

References Expand(), CLibraryTreeItem::m_bContract1, CLibraryTreeItem::m_bExpanded, CLibraryTreeItem::m_nCount, CLibraryTreeItem::m_pList, m_pRoot, and TS_FALSE.

Referenced by Highlight().

BOOL CLibraryTreeCtrl::Create CWnd *  pParentWnd  )  [virtual]
 

Definition at line 92 of file CtrlLibraryTree.cpp.

References IDC_LIBRARY_TREE, and NULL.

Referenced by CLibraryFrame::OnCreate().

CImageList * CLibraryTreeCtrl::CreateDragImage const CPoint &  ptMouse  )  [protected]
 

Definition at line 935 of file CtrlLibraryTree.cpp.

References CoolInterface, GetRect(), CCoolInterface::m_fntNormal, m_pSelFirst, CLibraryTreeItem::m_pSelNext, MAX_DRAG_SIZE, MAX_DRAG_SIZE_2, and NULL.

Referenced by StartDragging().

BOOL CLibraryTreeCtrl::DeselectAll CLibraryTreeItem pExcept = NULL,
CLibraryTreeItem pParent = NULL,
BOOL  bInvalidate = TRUE
 

Definition at line 297 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::m_bSelected, CLibraryTreeItem::m_nCount, CLibraryTreeItem::m_pList, m_pRoot, NULL, Select(), and TS_FALSE.

Referenced by CleanItems(), Expand(), OnKeyDown(), OnLButtonDown(), CLibraryTreeView::OnLibraryFolderNew(), CLibraryTreeView::OnLibraryFolderProperties(), CLibraryTreeView::OnLibraryParent(), and CLibraryTreeView::SelectFolder().

BOOL CLibraryTreeCtrl::Expand CLibraryTreeItem pItem,
TRISTATE  bExpand = TS_TRUE,
BOOL  bInvalidate = TRUE
 

Definition at line 129 of file CtrlLibraryTree.cpp.

References DeselectAll(), CLibraryTreeItem::GetChildCount(), CLibraryTreeItem::IsVisible(), CLibraryTreeItem::m_bContract1, CAlbumFolder::m_bExpanded, CLibraryFolder::m_bExpanded, CLibraryTreeItem::m_bExpanded, m_nTotal, CLibraryTreeItem::m_pPhysical, CLibraryTreeItem::m_pVirtual, NULL, TS_FALSE, TS_TRUE, TS_UNKNOWN, and UpdateScroll().

Referenced by CollapseRecursive(), Highlight(), OnKeyDown(), OnLButtonDblClk(), OnLButtonDown(), and CLibraryTreeView::OnLibraryFolderNew().

CLibraryTreeItem * CLibraryTreeCtrl::GetFirstSelected  )  const
 

Definition at line 325 of file CtrlLibraryTree.cpp.

References m_pSelFirst.

Referenced by CLibraryFrame::Update().

CLibraryTreeItem * CLibraryTreeCtrl::GetFolderItem LPVOID  pSearch,
CLibraryTreeItem pParent = NULL
 

Definition at line 415 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::m_nCount, CLibraryTreeItem::m_pList, m_pRoot, and NULL.

Referenced by CLibraryTreeView::OnLibraryFolderNew(), CLibraryTreeView::OnLibraryFolderProperties(), and CLibraryTreeView::SelectFolder().

CLibraryTreeItem * CLibraryTreeCtrl::GetLastSelected  )  const
 

Definition at line 330 of file CtrlLibraryTree.cpp.

References m_pSelLast.

BOOL CLibraryTreeCtrl::GetRect CPoint &  pt,
CLibraryTreeItem pItem,
CLibraryTreeItem pFind,
RECT *  pRect
[protected]
 

Definition at line 870 of file CtrlLibraryTree.cpp.

References CoolInterface, GetRect(), ITEM_HEIGHT, CLibraryTreeItem::m_bBold, CLibraryTreeItem::m_bExpanded, CCoolInterface::m_fntBold, CCoolInterface::m_fntNormal, CLibraryTreeItem::m_nCount, CLibraryTreeItem::m_pList, and CLibraryTreeItem::m_sText.

BOOL CLibraryTreeCtrl::GetRect CLibraryTreeItem pItem,
RECT *  pRect
 

Definition at line 853 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::m_nCount, m_nScroll, CLibraryTreeItem::m_pList, and m_pRoot.

Referenced by CreateDragImage(), GetRect(), Highlight(), and OnKeyDown().

int CLibraryTreeCtrl::GetSelectedCount  )  const
 

Definition at line 320 of file CtrlLibraryTree.cpp.

References m_nSelected.

BOOL CLibraryTreeCtrl::Highlight CLibraryTreeItem pItem  ) 
 

Definition at line 335 of file CtrlLibraryTree.cpp.

References CollapseRecursive(), Expand(), GetRect(), m_pFocus, CLibraryTreeItem::m_pParent, m_pRoot, ScrollBy(), TS_TRUE, and UpdateScroll().

Referenced by OnKeyDown(), CLibraryTreeView::OnLibraryParent(), and CLibraryTreeView::SelectFolder().

CLibraryTreeItem * CLibraryTreeCtrl::HitTest CRect &  rcClient,
CPoint &  pt,
CLibraryTreeItem pItem,
const POINT &  point,
RECT *  pRect
const [protected]
 

Definition at line 809 of file CtrlLibraryTree.cpp.

References HitTest(), ITEM_HEIGHT, CLibraryTreeItem::m_bExpanded, CLibraryTreeItem::m_nCount, CLibraryTreeItem::m_pList, and NULL.

CLibraryTreeItem * CLibraryTreeCtrl::HitTest const POINT &  point,
RECT *  pRect = NULL
const
 

Definition at line 791 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::m_nCount, m_nScroll, CLibraryTreeItem::m_pList, m_pRoot, and NULL.

Referenced by CLibraryTreeView::DropShowTarget(), HitTest(), OnKeyDown(), OnLButtonDown(), and OnMouseMove().

void CLibraryTreeCtrl::NotifySelection  )  [protected]
 

Definition at line 405 of file CtrlLibraryTree.cpp.

References LTN_SELCHANGED.

Referenced by OnKeyDown(), CLibraryTreeView::OnLButtonDblClk(), OnLButtonDblClk(), OnLButtonDown(), CLibraryTreeView::OnLibraryFolderDelete(), CLibraryTreeView::OnLibraryFolderNew(), CLibraryTreeView::OnLibraryFolderProperties(), CLibraryTreeView::OnLibraryParent(), CLibraryTreeView::SelectFolder(), CLibraryTreeView::UpdatePhysical(), and CLibraryTreeView::UpdateVirtual().

BOOL CLibraryTreeCtrl::OnEraseBkgnd CDC *  pDC  )  [protected]
 

Definition at line 720 of file CtrlLibraryTree.cpp.

void CLibraryTreeCtrl::OnKeyDown UINT  nChar,
UINT  nRepCnt,
UINT  nFlags
[protected]
 

Definition at line 543 of file CtrlLibraryTree.cpp.

References DeselectAll(), Expand(), GetRect(), CCoolTipCtrl::Hide(), Highlight(), HitTest(), ITEM_HEIGHT, CLibraryTreeItem::m_bExpanded, CLibraryTreeItem::m_nCount, m_pFocus, CLibraryTreeItem::m_pList, CLibraryTreeItem::m_pParent, m_pRoot, m_pTip, NotifySelection(), NULL, Select(), TS_FALSE, and TS_TRUE.

void CLibraryTreeCtrl::OnLButtonDblClk UINT  nFlags,
CPoint  point
[protected]
 

Reimplemented in CLibraryTreeView.

Definition at line 492 of file CtrlLibraryTree.cpp.

References Expand(), CLibraryTreeItem::m_nCount, m_pFocus, NotifySelection(), NULL, OnLButtonDown(), and TS_UNKNOWN.

Referenced by CLibraryTreeView::OnLButtonDblClk().

void CLibraryTreeCtrl::OnLButtonDown UINT  nFlags,
CPoint  point
[protected]
 

Definition at line 448 of file CtrlLibraryTree.cpp.

References DeselectAll(), Expand(), CCoolTipCtrl::Hide(), HitTest(), m_bDrag, CLibraryTreeItem::m_bSelected, CLibraryTreeItem::m_nCount, m_pFocus, m_ptDrag, m_pTip, CLibraryTreeItem::m_pVirtual, NotifySelection(), NULL, Select(), and TS_UNKNOWN.

Referenced by OnLButtonDblClk(), and OnRButtonDown().

void CLibraryTreeCtrl::OnLButtonUp UINT  nFlags,
CPoint  point
[protected]
 

Definition at line 535 of file CtrlLibraryTree.cpp.

References m_bDrag.

void CLibraryTreeCtrl::OnMouseMove UINT  nFlags,
CPoint  point
[protected]
 

Definition at line 508 of file CtrlLibraryTree.cpp.

References CCoolTipCtrl::Hide(), HitTest(), m_bDrag, m_ptDrag, m_pTip, NULL, CCoolTipCtrl::Show(), and StartDragging().

BOOL CLibraryTreeCtrl::OnMouseWheel UINT  nFlags,
short  zDelta,
CPoint  pt
[protected]
 

Definition at line 694 of file CtrlLibraryTree.cpp.

References ITEM_HEIGHT, and ScrollBy().

void CLibraryTreeCtrl::OnPaint  )  [protected]
 

Definition at line 725 of file CtrlLibraryTree.cpp.

References CoolInterface, CCoolInterface::m_crWindow, CCoolInterface::m_fntNormal, CLibraryTreeItem::m_nCount, m_nScroll, CLibraryTreeItem::m_pList, m_pRoot, and Paint().

void CLibraryTreeCtrl::OnRButtonDown UINT  nFlags,
CPoint  point
[protected]
 

Definition at line 502 of file CtrlLibraryTree.cpp.

References OnLButtonDown().

void CLibraryTreeCtrl::OnSize UINT  nType,
int  cx,
int  cy
[protected]
 

Definition at line 439 of file CtrlLibraryTree.cpp.

References m_nVisible, and UpdateScroll().

void CLibraryTreeCtrl::OnVScroll UINT  nSBCode,
UINT  nPos,
CScrollBar *  pScrollBar
[protected]
 

Definition at line 665 of file CtrlLibraryTree.cpp.

References m_nVisible, ScrollBy(), and ScrollTo().

void CLibraryTreeCtrl::Paint CDC &  dc,
CRect &  rcClient,
CPoint &  pt,
CLibraryTreeItem pItem
[protected]
 

Definition at line 748 of file CtrlLibraryTree.cpp.

References CoolInterface, ITEM_HEIGHT, CLibraryTreeItem::m_bBold, CLibraryTreeItem::m_bExpanded, CCoolInterface::m_fntBold, CCoolInterface::m_fntNormal, CLibraryTreeItem::m_nCount, m_pDropItem, CLibraryTreeItem::m_pList, CLibraryTreeItem::m_sText, and CLibraryTreeItem::Paint().

Referenced by OnPaint().

void CLibraryTreeCtrl::ScrollBy int  nDelta  )  [protected]
 

Definition at line 700 of file CtrlLibraryTree.cpp.

References m_nScroll, and ScrollTo().

Referenced by CLibraryTreeView::DropShowTarget(), Highlight(), OnMouseWheel(), and OnVScroll().

void CLibraryTreeCtrl::ScrollTo int  nPosition  )  [protected]
 

Definition at line 705 of file CtrlLibraryTree.cpp.

References m_nScroll, NULL, and UpdateScroll().

Referenced by OnVScroll(), and ScrollBy().

BOOL CLibraryTreeCtrl::Select CLibraryTreeItem pItem,
TRISTATE  bSelect = TS_TRUE,
BOOL  bInvalidate = TRUE
 

Definition at line 208 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::IsVisible(), CLibraryTreeItem::m_bSelected, m_nSelected, m_pSelFirst, m_pSelLast, CLibraryTreeItem::m_pSelNext, CLibraryTreeItem::m_pSelPrev, NULL, TS_FALSE, TS_TRUE, and TS_UNKNOWN.

Referenced by CleanItems(), DeselectAll(), OnKeyDown(), OnLButtonDown(), CLibraryTreeView::OnLibraryFolderNew(), CLibraryTreeView::OnLibraryFolderProperties(), CLibraryTreeView::OnLibraryParent(), SelectAll(), and CLibraryTreeView::SelectFolder().

BOOL CLibraryTreeCtrl::SelectAll CLibraryTreeItem pParent = NULL,
BOOL  bInvalidate = TRUE
 

Definition at line 270 of file CtrlLibraryTree.cpp.

References CLibraryTreeItem::m_bExpanded, CLibraryTreeItem::m_nCount, CLibraryTreeItem::m_pList, m_pRoot, NULL, Select(), and TS_TRUE.

Referenced by CLibraryTreeView::OnLButtonDblClk().

void CLibraryTreeCtrl::SetToolTip CCoolTipCtrl pTip  ) 
 

Definition at line 99 of file CtrlLibraryTree.cpp.

References CCoolTipCtrl::Hide(), and m_pTip.

Referenced by CLibraryTreeView::SetVirtual().

void CLibraryTreeCtrl::StartDragging CPoint &  ptMouse  )  [protected]
 

Definition at line 915 of file CtrlLibraryTree.cpp.

References CLibraryList::AddTail(), CreateDragImage(), CLibraryFrame::DragObjects(), m_nSelected, m_pSelFirst, CLibraryTreeItem::m_pSelNext, and NULL.

Referenced by OnMouseMove().

void CLibraryTreeCtrl::UpdateScroll  )  [protected]
 

Definition at line 651 of file CtrlLibraryTree.cpp.

References ITEM_HEIGHT, m_nScroll, m_nTotal, and m_nVisible.

Referenced by Clear(), Expand(), Highlight(), OnSize(), ScrollTo(), CLibraryTreeView::UpdatePhysical(), and CLibraryTreeView::UpdateVirtual().


Member Data Documentation

BOOL CLibraryTreeCtrl::m_bDrag [protected]
 

Definition at line 54 of file CtrlLibraryTree.h.

Referenced by OnLButtonDown(), OnLButtonUp(), and OnMouseMove().

DWORD CLibraryTreeCtrl::m_nCleanCookie [protected]
 

Definition at line 58 of file CtrlLibraryTree.h.

Referenced by CLibraryTreeView::Update(), and CLibraryTreeView::UpdatePhysical().

int CLibraryTreeCtrl::m_nScroll [protected]
 

Definition at line 47 of file CtrlLibraryTree.h.

Referenced by GetRect(), HitTest(), OnPaint(), ScrollBy(), ScrollTo(), and UpdateScroll().

int CLibraryTreeCtrl::m_nSelected [protected]
 

Definition at line 49 of file CtrlLibraryTree.h.

Referenced by Clear(), GetSelectedCount(), CLibraryTreeView::OnLibraryExplore(), CLibraryTreeView::OnLibraryFolderDelete(), CLibraryTreeView::OnLibraryParent(), CLibraryTreeView::OnUpdateLibraryExplore(), CLibraryTreeView::OnUpdateLibraryExportCollection(), CLibraryTreeView::OnUpdateLibraryFolderDelete(), CLibraryTreeView::OnUpdateLibraryFolderFileProperties(), CLibraryTreeView::OnUpdateLibraryFolderMetadata(), CLibraryTreeView::OnUpdateLibraryFolderNew(), CLibraryTreeView::OnUpdateLibraryFolderProperties(), CLibraryTreeView::OnUpdateLibraryParent(), CLibraryTreeView::OnUpdateLibraryRebuild(), CLibraryTreeView::OnUpdateLibraryScan(), CLibraryTreeView::OnUpdateLibraryShared(), Select(), CLibraryTreeView::SelectFolder(), and StartDragging().

int CLibraryTreeCtrl::m_nTotal [protected]
 

Definition at line 45 of file CtrlLibraryTree.h.

Referenced by CleanItems(), Clear(), Expand(), CLibraryTreeView::Update(), and UpdateScroll().

int CLibraryTreeCtrl::m_nVisible [protected]
 

Definition at line 46 of file CtrlLibraryTree.h.

Referenced by OnSize(), OnVScroll(), and UpdateScroll().

CLibraryTreeItem* CLibraryTreeCtrl::m_pDropItem [protected]
 

Definition at line 56 of file CtrlLibraryTree.h.

Referenced by Clear(), CLibraryTreeView::DropObjects(), CLibraryTreeView::DropShowTarget(), and Paint().

CLibraryTreeItem* CLibraryTreeCtrl::m_pFocus [protected]
 

Definition at line 52 of file CtrlLibraryTree.h.

Referenced by CleanItems(), Clear(), Highlight(), OnKeyDown(), CLibraryTreeView::OnLButtonDblClk(), OnLButtonDblClk(), and OnLButtonDown().

CLibraryTreeItem* CLibraryTreeCtrl::m_pRoot [protected]
 

Definition at line 44 of file CtrlLibraryTree.h.

Referenced by Clear(), CollapseRecursive(), DeselectAll(), GetFolderItem(), GetRect(), Highlight(), HitTest(), OnKeyDown(), CLibraryTreeView::OnLibraryParent(), OnPaint(), SelectAll(), CLibraryTreeView::UpdatePhysical(), CLibraryTreeView::UpdateVirtual(), and ~CLibraryTreeCtrl().

CLibraryTreeItem* CLibraryTreeCtrl::m_pSelFirst [protected]
 

Definition at line 50 of file CtrlLibraryTree.h.

Referenced by Clear(), CreateDragImage(), CLibraryTreeView::DropObjects(), GetFirstSelected(), CLibraryTreeView::OnLibraryExplore(), CLibraryTreeView::OnLibraryExportCollection(), CLibraryTreeView::OnLibraryFolderDelete(), CLibraryTreeView::OnLibraryFolderEnqueue(), CLibraryTreeView::OnLibraryFolderFileProperties(), CLibraryTreeView::OnLibraryFolderMetadata(), CLibraryTreeView::OnLibraryFolderNew(), CLibraryTreeView::OnLibraryFolderProperties(), CLibraryTreeView::OnLibraryParent(), CLibraryTreeView::OnLibraryRebuild(), CLibraryTreeView::OnLibraryRemove(), CLibraryTreeView::OnLibraryScan(), CLibraryTreeView::OnLibraryShared(), CLibraryTreeView::OnUpdateLibraryFolderDelete(), CLibraryTreeView::OnUpdateLibraryFolderEnqueue(), CLibraryTreeView::OnUpdateLibraryFolderMetadata(), CLibraryTreeView::OnUpdateLibraryFolderNew(), CLibraryTreeView::OnUpdateLibraryFolderProperties(), CLibraryTreeView::OnUpdateLibraryRemove(), CLibraryTreeView::OnUpdateLibraryShared(), Select(), and StartDragging().

CLibraryTreeItem* CLibraryTreeCtrl::m_pSelLast [protected]
 

Definition at line 51 of file CtrlLibraryTree.h.

Referenced by Clear(), GetLastSelected(), and Select().

CPoint CLibraryTreeCtrl::m_ptDrag [protected]
 

Definition at line 55 of file CtrlLibraryTree.h.

Referenced by OnLButtonDown(), and OnMouseMove().

CCoolTipCtrl* CLibraryTreeCtrl::m_pTip [protected]
 

Definition at line 59 of file CtrlLibraryTree.h.

Referenced by Clear(), OnKeyDown(), OnLButtonDown(), OnMouseMove(), and SetToolTip().


The documentation for this class was generated from the following files:
Generated on Thu Dec 15 10:40:09 2005 for Shareaza 2.2.1.0 by  doxygen 1.4.2