|
GME
13
|
#include <AutoComboBox.h>
Public Member Functions | |
| CAutoComboBox (CTreeCtrlEx *) | |
| void | SetSelection (HTREEITEM hItem) |
| BOOL | Filter (CString &strFilter) |
| void | Fill (CString &, BOOL bReload=TRUE) |
| void | OnEditKeyDown (int nVKeyCode) |
| virtual | ~CAutoComboBox () |
Protected Member Functions | |
| void | OnKeyEnter () |
| afx_msg void | OnEditChange () |
| afx_msg void | OnSelendOk () |
Definition at line 16 of file AutoComboBox.h.
| CAutoComboBox::CAutoComboBox | ( | CTreeCtrlEx * | pTreeCtrl | ) |
Definition at line 20 of file AutoComboBox.cpp.
| CAutoComboBox::~CAutoComboBox | ( | ) | [virtual] |
Definition at line 25 of file AutoComboBox.cpp.
| void CAutoComboBox::Fill | ( | CString & | strText, |
| BOOL | bReload = TRUE |
||
| ) |
Definition at line 66 of file AutoComboBox.cpp.
| BOOL CAutoComboBox::Filter | ( | CString & | strFilter | ) |
Definition at line 206 of file AutoComboBox.cpp.
| void CAutoComboBox::OnEditChange | ( | ) | [protected] |
Definition at line 114 of file AutoComboBox.cpp.
| void CAutoComboBox::OnEditKeyDown | ( | int | nVKeyCode | ) |
Definition at line 41 of file AutoComboBox.cpp.
| void CAutoComboBox::OnKeyEnter | ( | ) | [protected] |
Definition at line 180 of file AutoComboBox.cpp.
| void CAutoComboBox::OnSelendOk | ( | ) | [protected] |
Definition at line 145 of file AutoComboBox.cpp.
| void CAutoComboBox::SetSelection | ( | HTREEITEM | hItem | ) |
Definition at line 159 of file AutoComboBox.cpp.
1.7.6.1