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

Custom Class Reference

#include <custom.h> +

+Inheritance diagram for Custom

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

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

Public Methods

 Custom (CWnd* pParent = NULL)
void Free (void)

Public Attributes

CComboBox* clist
__int64 flag
int mode
int bOk

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
virtual LRESULT WindowProc (UINT message, WPARAM wParam, LPARAM lParam)
virtual void OnOK ()
virtual void OnCancel ()

Private Types

enum  {
+  IDD = IDD_CUSTOM +
+ }

Private Attributes

int nButton
CButton* buttonList
CStaticstaticList
CFont font
+

Member Enumeration Documentation

+

+ + + + +
+ + + + + +
+anonymous enum [private] +
+
+ + + + + +
+   + + +

+

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

+Definition at line 33 of file custom.h.

+


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 13 of file custom.cpp.

+


Member Function Documentation

+

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

+ +

+Definition at line 22 of file custom.cpp.

+

+ + + + +
+ + + + + + +
+void Custom::Free ( + +void ) +
+
+ + + + + +
+   + + +

+ +

+Referenced by OnCancel(), and OnOK().

+

+ + + + +
+ + + + + + +
+void Custom::OnCancel ( + +) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 55 of file custom.cpp.

+

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

+ +

+Definition at line 44 of file custom.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + +
+LRESULT Custom::WindowProc ( + +UINT message, +
+WPARAM wParam, +
+LPARAM lParam ) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file custom.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+int Custom::bOk +
+
+ + + + + +
+   + + +

+ +

+Definition at line 23 of file custom.h.

+

+ + + + +
+ + + + + +
+CButton * Custom::buttonList [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 27 of file custom.h.

+

+ + + + +
+ + + + + +
+CComboBox * Custom::clist +
+
+ + + + + +
+   + + +

+ +

+Definition at line 20 of file custom.h.

+

+ + + + +
+ + + + + +
+__int64 Custom::flag +
+
+ + + + + +
+   + + +

+ +

+Definition at line 21 of file custom.h.

+

+ + + + +
+ + + + + +
+CFont Custom::font [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 29 of file custom.h.

+

+ + + + +
+ + + + + +
+int Custom::mode +
+
+ + + + + +
+   + + +

+ +

+Definition at line 22 of file custom.h.

+

+ + + + +
+ + + + + +
+int Custom::nButton [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 26 of file custom.h.

+

+ + + + +
+ + + + + +
+CStatic * Custom::staticList [private] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 28 of file custom.h.

+


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