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/class_CDialogEditList.html | 454 ++++++++++++++++++++++++++++ 1 file changed, 454 insertions(+) create mode 100644 docs/doxygen/nel/class_CDialogEditList.html (limited to 'docs/doxygen/nel/class_CDialogEditList.html') diff --git a/docs/doxygen/nel/class_CDialogEditList.html b/docs/doxygen/nel/class_CDialogEditList.html new file mode 100644 index 00000000..1a82ad1b --- /dev/null +++ b/docs/doxygen/nel/class_CDialogEditList.html @@ -0,0 +1,454 @@ + + + + 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  
+

CDialogEditList Class Reference

#include <DialogEditList.h> +

+Inheritance diagram for CDialogEditList

Inheritance graph
+ + + + + +
[legend]
Collaboration diagram for CDialogEditList:

Collaboration graph
+ + + +
[legend]
List of all members. + + + + + + + + + + + + + + + +

Public Types

enum  {
+  IDD = IDD_EDIT_LIST +
+ }

Public Methods

 CDialogEditList (CWnd* pParent = NULL)
virtual void OnInit () = 0
virtual void OnOk () = 0

Public Attributes

CListBox m_ctrlList
CComboBox m_ctrlCombo

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
afx_msg void OnAdd ()
virtual BOOL OnInitDialog ()
virtual void OnOK ()
afx_msg void OnDel ()
+

Member Enumeration Documentation

+

+ + + + +
+ + + + + +
+anonymous enum +
+
+ + + + + +
+   + + +

+

+Enumeration values:
+ + +
IDD +
+
+ +

+Definition at line 24 of file DialogEditList.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + +
+CDialogEditList::CDialogEditList ( + +CWnd * pParent = NULL ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 19 of file DialogEditList.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void CDialogEditList::DoDataExchange ( + +CDataExchange * pDX ) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 27 of file DialogEditList.cpp.

+

+ + + + +
+ + + + + + +
+afx_msg void CDialogEditList::OnAdd ( + +) [protected] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+void CDialogEditList::OnDel ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 83 of file DialogEditList.cpp.

+

+ + + + +
+ + + + + + +
+virtual void CDialogEditList::OnInit ( + +) [pure virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented in EditTerr, and EditTileSet. +

+Referenced by OnInitDialog().

+

+ + + + +
+ + + + + + +
+BOOL CDialogEditList::OnInitDialog ( + +) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file DialogEditList.cpp.

+

+ + + + +
+ + + + + + +
+void CDialogEditList::OnOK ( + +) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file DialogEditList.cpp.

+

+ + + + +
+ + + + + + +
+virtual void CDialogEditList::OnOk ( + +) [pure virtual] +
+
+ + + + + +
+   + + +

+ +

+Reimplemented in EditTerr, and EditTileSet. +

+Referenced by OnOK().

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CComboBox CDialogEditList::m_ctrlCombo +
+
+ + + + + +
+   + + +

+ +

+Definition at line 26 of file DialogEditList.h.

+

+ + + + +
+ + + + + +
+CListBox CDialogEditList::m_ctrlList +
+
+ + + + + +
+   + + +

+ +

+Definition at line 25 of file DialogEditList.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1