GME
13
|
#include <ComboBoxSelectDlg.h>
Public Types | |
enum | { IDD = IDD_DIALOG_COMBOBOX } |
Public Member Functions | |
CComboBoxSelectDlg (CWnd *pParent, int comboboxLineHeight) | |
void | SetParameters (const CRect &rectBound, CListItem *pListItem, CFont *pFontWnd) |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
afx_msg BOOL | OnNcActivate (BOOL bActive) |
virtual BOOL | OnInitDialog () |
afx_msg LRESULT | OnComboSelEnd (WPARAM lParam, LPARAM) |
void | OnOK () |
Protected Attributes | |
CHooverListBox | m_lstBox |
CRect | m_RectBound |
CFont * | m_pFontWnd |
CListItem * | m_pListItem |
Definition at line 14 of file ComboBoxSelectDlg.h.
anonymous enum |
Definition at line 36 of file ComboBoxSelectDlg.h.
CComboBoxSelectDlg::CComboBoxSelectDlg | ( | CWnd * | pParent, |
int | comboboxLineHeight | ||
) |
Definition at line 22 of file ComboBoxSelectDlg.cpp.
void CComboBoxSelectDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 42 of file ComboBoxSelectDlg.cpp.
LRESULT CComboBoxSelectDlg::OnComboSelEnd | ( | WPARAM | lParam, |
LPARAM | |||
) | [protected] |
Definition at line 109 of file ComboBoxSelectDlg.cpp.
BOOL CComboBoxSelectDlg::OnInitDialog | ( | ) | [protected, virtual] |
Definition at line 71 of file ComboBoxSelectDlg.cpp.
BOOL CComboBoxSelectDlg::OnNcActivate | ( | BOOL | bActive | ) | [protected] |
Definition at line 58 of file ComboBoxSelectDlg.cpp.
void CComboBoxSelectDlg::OnOK | ( | ) | [protected] |
Definition at line 99 of file ComboBoxSelectDlg.cpp.
void CComboBoxSelectDlg::SetParameters | ( | const CRect & | rectBound, |
CListItem * | pListItem, | ||
CFont * | pFontWnd | ||
) |
Definition at line 34 of file ComboBoxSelectDlg.cpp.
CHooverListBox CComboBoxSelectDlg::m_lstBox [protected] |
Definition at line 26 of file ComboBoxSelectDlg.h.
CFont* CComboBoxSelectDlg::m_pFontWnd [protected] |
Definition at line 28 of file ComboBoxSelectDlg.h.
CListItem* CComboBoxSelectDlg::m_pListItem [protected] |
Definition at line 29 of file ComboBoxSelectDlg.h.
CRect CComboBoxSelectDlg::m_RectBound [protected] |
Definition at line 27 of file ComboBoxSelectDlg.h.