From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/DialogEditList_h-source.html | 126 ++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 docs/doxygen/nel/DialogEditList_h-source.html (limited to 'docs/doxygen/nel/DialogEditList_h-source.html') diff --git a/docs/doxygen/nel/DialogEditList_h-source.html b/docs/doxygen/nel/DialogEditList_h-source.html new file mode 100644 index 00000000..63664ff4 --- /dev/null +++ b/docs/doxygen/nel/DialogEditList_h-source.html @@ -0,0 +1,126 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

DialogEditList.h

Go to the documentation of this file.
00001 #if !defined(AFX_DIALOGEDITLIST_H__69173FE0_A38B_11D4_9CD4_0050DAC3A412__INCLUDED_)
+00002 #define AFX_DIALOGEDITLIST_H__69173FE0_A38B_11D4_9CD4_0050DAC3A412__INCLUDED_
+00003 
+00004 #if _MSC_VER > 1000
+00005 #pragma once
+00006 #endif // _MSC_VER > 1000
+00007 // DialogEditList.h : header file
+00008 //
+00009 
+00011 // CDialogEditList dialog
+00012 
+00013 class CDialogEditList : public CDialog
+00014 {
+00015 // Construction
+00016 public:
+00017         CDialogEditList(CWnd* pParent = NULL);   // standard constructor
+00018 
+00019         virtual void OnInit ()=0;
+00020         virtual void OnOk ()=0;
+00021 
+00022 // Dialog Data
+00023         //{{AFX_DATA(CDialogEditList)
+00024         enum { IDD = IDD_EDIT_LIST };
+00025         CListBox        m_ctrlList;
+00026         CComboBox       m_ctrlCombo;
+00027         //}}AFX_DATA
+00028 
+00029 
+00030 // Overrides
+00031         // ClassWizard generated virtual function overrides
+00032         //{{AFX_VIRTUAL(CDialogEditList)
+00033         protected:
+00034         virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
+00035         //}}AFX_VIRTUAL
+00036 
+00037 // Implementation
+00038 protected:
+00039 
+00040         // Generated message map functions
+00041         //{{AFX_MSG(CDialogEditList)
+00042         afx_msg void OnAdd();
+00043         virtual BOOL OnInitDialog();
+00044         virtual void OnOK();
+00045         afx_msg void OnDel();
+00046         //}}AFX_MSG
+00047         DECLARE_MESSAGE_MAP()
+00048 };
+00049 
+00050 //{{AFX_INSERT_LOCATION}}
+00051 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+00052 
+00053 #endif // !defined(AFX_DIALOGEDITLIST_H__69173FE0_A38B_11D4_9CD4_0050DAC3A412__INCLUDED_)
+
+ + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1