#include <WindowListDialog.h>
Public Types | |
IDD = IDD_WINDOW_LIST | |
enum | { IDD = IDD_WINDOW_LIST } |
Public Member Functions | |
CWindowListDialog (CWnd *pMDIClientWnd, CWnd *pParent=0) | |
Public Attributes | |
CButton | m_bnMinimize |
CButton | m_bnTileVert |
CButton | m_bnTileHorz |
CButton | m_bnCascade |
CButton | m_bnCloseWin |
CButton | m_bnActivate |
CListCtrl | m_lstWindows |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
void | ReloadWindowList () |
void | Activate (int nItem) |
void | ArrangeWindows (UINT nMsg, WPARAM wParam=0, LPARAM lParam=0) |
virtual BOOL | OnInitDialog () |
afx_msg void | OnActivate () |
afx_msg void | OnCloseWin () |
afx_msg void | OnCascade () |
afx_msg void | OnTileHorz () |
afx_msg void | OnTileVert () |
afx_msg void | OnMinimize () |
afx_msg void | OnDblClkWindows (NMHDR *pNMHDR, LRESULT *pResult) |
afx_msg void | OnKickIdle () |
Protected Attributes | |
CWnd * | m_pMDIClientWnd |
CImageList | m_imageList |
Definition at line 35 of file WindowListDialog.h.
anonymous enum |
CWindowListDialog::CWindowListDialog | ( | CWnd * | pMDIClientWnd, | |
CWnd * | pParent = 0 | |||
) |
void CWindowListDialog::Activate | ( | int | nItem | ) | [protected] |
Definition at line 95 of file WindowListDialog.cpp.
References ASSERT, m_lstWindows, and m_pMDIClientWnd.
Referenced by OnActivate(), and OnDblClkWindows().
void CWindowListDialog::ArrangeWindows | ( | UINT | nMsg, | |
WPARAM | wParam = 0 , |
|||
LPARAM | lParam = 0 | |||
) | [protected] |
Definition at line 109 of file WindowListDialog.cpp.
References ASSERT, m_lstWindows, m_pMDIClientWnd, and VERIFY.
Referenced by OnCascade(), OnTileHorz(), and OnTileVert().
void CWindowListDialog::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 46 of file WindowListDialog.cpp.
References IDC_BN_ACTIVATE, IDC_BN_CASCADE, IDC_BN_CLOSE_WIN, IDC_BN_MINIMIZE, IDC_BN_TILE_HORZ, IDC_BN_TILE_VERT, IDC_LST_WINDOWS, m_bnActivate, m_bnCascade, m_bnCloseWin, m_bnMinimize, m_bnTileHorz, m_bnTileVert, and m_lstWindows.
void CWindowListDialog::OnActivate | ( | ) | [protected] |
Definition at line 161 of file WindowListDialog.cpp.
References Activate(), ASSERT, and m_lstWindows.
void CWindowListDialog::OnCascade | ( | ) | [protected] |
void CWindowListDialog::OnCloseWin | ( | ) | [protected] |
Definition at line 169 of file WindowListDialog.cpp.
References ASSERT, m_lstWindows, and ReloadWindowList().
void CWindowListDialog::OnDblClkWindows | ( | NMHDR * | pNMHDR, | |
LRESULT * | pResult | |||
) | [protected] |
BOOL CWindowListDialog::OnInitDialog | ( | ) | [protected, virtual] |
void CWindowListDialog::OnKickIdle | ( | ) | [protected] |
Definition at line 216 of file WindowListDialog.cpp.
References int(), m_bnActivate, m_bnCascade, m_bnCloseWin, m_bnMinimize, m_bnTileHorz, m_bnTileVert, and m_lstWindows.
void CWindowListDialog::OnMinimize | ( | ) | [protected] |
void CWindowListDialog::OnTileHorz | ( | ) | [protected] |
void CWindowListDialog::OnTileVert | ( | ) | [protected] |
void CWindowListDialog::ReloadWindowList | ( | ) | [protected] |
Definition at line 63 of file WindowListDialog.cpp.
References ASSERT, m_imageList, m_lstWindows, m_pMDIClientWnd, and VERIFY.
Referenced by OnCloseWin().
CButton CWindowListDialog::m_bnActivate |
CButton CWindowListDialog::m_bnCascade |
CButton CWindowListDialog::m_bnCloseWin |
CButton CWindowListDialog::m_bnMinimize |
CButton CWindowListDialog::m_bnTileHorz |
CButton CWindowListDialog::m_bnTileVert |
CImageList CWindowListDialog::m_imageList [protected] |
CListCtrl CWindowListDialog::m_lstWindows |
Definition at line 50 of file WindowListDialog.h.
Referenced by Activate(), ArrangeWindows(), DoDataExchange(), OnActivate(), OnCloseWin(), OnKickIdle(), OnMinimize(), and ReloadWindowList().
CWnd* CWindowListDialog::m_pMDIClientWnd [protected] |
Definition at line 68 of file WindowListDialog.h.
Referenced by Activate(), ArrangeWindows(), CWindowListDialog(), and ReloadWindowList().