#include <LiveListSizer.h>
Public Member Functions | |
| CLiveListSizer (CListCtrl *pCtrl=NULL) | |
| virtual | ~CLiveListSizer () |
| void | Attach (CListCtrl *pCtrl, BOOL bScale=FALSE) |
| void | Detach () |
| BOOL | Resize (int nWidth=0, BOOL bScale=FALSE) |
Protected Attributes | |
| CListCtrl * | m_pCtrl |
| int | m_nWidth |
| int | m_nColumns |
| int * | m_pWidth |
| float * | m_pTake |
|
|
Definition at line 37 of file LiveListSizer.cpp. References Attach(), m_nColumns, m_nWidth, m_pCtrl, m_pTake, m_pWidth, and NULL. |
|
|
Definition at line 47 of file LiveListSizer.cpp. References Detach(). |
|
||||||||||||
|
Definition at line 55 of file LiveListSizer.cpp. References Detach(), m_pCtrl, and Resize(). Referenced by CLiveListSizer(), CSecurityWnd::OnCreate(), CSearchMonitorWnd::OnCreate(), CPacketWnd::OnCreate(), CNeighboursWnd::OnCreate(), CHostCacheWnd::OnCreate(), and CDiscoveryWnd::OnCreate(). |
|
|
Definition at line 62 of file LiveListSizer.cpp. References m_nColumns, m_nWidth, m_pCtrl, m_pTake, m_pWidth, and NULL. Referenced by Attach(), and ~CLiveListSizer(). |
|
||||||||||||
|
Definition at line 76 of file LiveListSizer.cpp. References CSettings::General, m_nColumns, m_nWidth, m_pCtrl, m_pTake, m_pWidth, NULL, Settings, and CSettings::sGeneral::SizeLists. Referenced by Attach(), CSecurityWnd::OnSize(), CSearchMonitorWnd::OnSize(), CPacketWnd::OnSize(), CNeighboursWnd::OnSize(), CHostCacheWnd::OnSize(), and CDiscoveryWnd::OnSize(). |
|
|
Definition at line 39 of file LiveListSizer.h. Referenced by CLiveListSizer(), Detach(), and Resize(). |
|
|
Definition at line 38 of file LiveListSizer.h. Referenced by CLiveListSizer(), Detach(), and Resize(). |
|
|
Definition at line 37 of file LiveListSizer.h. Referenced by Attach(), CLiveListSizer(), Detach(), and Resize(). |
|
|
Definition at line 41 of file LiveListSizer.h. Referenced by CLiveListSizer(), Detach(), and Resize(). |
|
|
Definition at line 40 of file LiveListSizer.h. Referenced by CLiveListSizer(), Detach(), and Resize(). |
1.4.2