root/trunk/FileCodeComboBox.h

Revision 5, 1.3 kB (checked in by qbert, 6 years ago)

Initial ( and last :( ) commit

Line 
1 #if !defined(AFX_FILECODECOMBOBOX_H__876ABD9F_B562_478B_9C47_163477600E9D__INCLUDED_)
2 #define AFX_FILECODECOMBOBOX_H__876ABD9F_B562_478B_9C47_163477600E9D__INCLUDED_
3
4 #if _MSC_VER > 1000
5 #pragma once
6 #endif // _MSC_VER > 1000
7 // FileCodeComboBox.h : header file
8 //
9
10 /////////////////////////////////////////////////////////////////////////////
11 // CFileCodeComboBox window
12 #include "GUIComponents/ComboBoxSuper.h"
13
14 class CFileCodeComboBox : public CComboBoxSuper
15 {
16 // Construction
17 public:
18     CFileCodeComboBox();
19
20 // Attributes
21 public:
22    
23 // Operations
24 public:
25
26     void AddSymbols(vector<SymbolListing*> & symbols );
27
28 // Overrides
29     // ClassWizard generated virtual function overrides
30     //{{AFX_VIRTUAL(CFileCodeComboBox)
31     afx_msg void OnSelchange();
32     //}}AFX_VIRTUAL
33
34 // Implementation
35 public:
36     virtual ~CFileCodeComboBox();
37
38     // Generated message map functions
39 protected:
40     //{{AFX_MSG(CFileCodeComboBox)
41         // NOTE - the ClassWizard will add and remove member functions here.
42     //}}AFX_MSG
43
44     DECLARE_MESSAGE_MAP()
45 };
46
47 /////////////////////////////////////////////////////////////////////////////
48
49 //{{AFX_INSERT_LOCATION}}
50 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
51
52 #endif // !defined(AFX_FILECODECOMBOBOX_H__876ABD9F_B562_478B_9C47_163477600E9D__INCLUDED_)
Note: See TracBrowser for help on using the browser.