GME  13
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes
CComboBoxSelectDlg Class Reference

#include <ComboBoxSelectDlg.h>

Collaboration diagram for CComboBoxSelectDlg:
Collaboration graph
[legend]

List of all members.

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
CListItemm_pListItem

Detailed Description

Definition at line 14 of file ComboBoxSelectDlg.h.


Member Enumeration Documentation

anonymous enum
Enumerator:
IDD 

Definition at line 36 of file ComboBoxSelectDlg.h.


Constructor & Destructor Documentation

CComboBoxSelectDlg::CComboBoxSelectDlg ( CWnd *  pParent,
int  comboboxLineHeight 
)

Definition at line 22 of file ComboBoxSelectDlg.cpp.


Member Function Documentation

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.


Member Data Documentation

Definition at line 26 of file ComboBoxSelectDlg.h.

CFont* CComboBoxSelectDlg::m_pFontWnd [protected]

Definition at line 28 of file ComboBoxSelectDlg.h.

Definition at line 29 of file ComboBoxSelectDlg.h.

Definition at line 27 of file ComboBoxSelectDlg.h.


The documentation for this class was generated from the following files: