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

ViewColumn Class Reference

#include <ViewColumn.h> +

+Inheritance diagram for ViewColumn

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

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

Public Types

enum  {
+  IDD = IDD_COLUMN +
+ }

Public Methods

 ViewColumn (CWnd* pParent = NULL)

Public Attributes

TileInfo** list
int nTiles
int sizetile_y
int nTileInWnd
int pos
CDialogparent
POINT MousePos

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
virtual LRESULT WindowProc (UINT message, WPARAM wParam, LPARAM lParam)
afx_msg void OnPaint ()
virtual BOOL OnInitDialog ()
afx_msg void OnVScroll (UINT nSBCode, UINT nPos, CScrollBar* pScrollBar)
afx_msg void OnClose ()
afx_msg void OnSize (UINT nType, int cx, int cy)
afx_msg void OnRButtonDown (UINT nFlags, CPoint point)
+

Member Enumeration Documentation

+

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

+

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

+Definition at line 33 of file ViewColumn.h.

+


Constructor & Destructor Documentation

+

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

+ +

+Definition at line 18 of file ViewColumn.cpp.

+


Member Function Documentation

+

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

+ +

+Definition at line 32 of file ViewColumn.cpp.

+

+ + + + +
+ + + + + + +
+void ViewColumn::OnClose ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 261 of file ViewColumn.cpp.

+

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

+ +

+Definition at line 146 of file ViewColumn.cpp.

+

+ + + + +
+ + + + + + +
+afx_msg void ViewColumn::OnPaint ( + +) [protected] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + + + + + +
+void ViewColumn::OnRButtonDown ( + +UINT nFlags, +
+CPoint point ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 363 of file ViewColumn.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + +
+void ViewColumn::OnSize ( + +UINT nType, +
+int cx, +
+int cy ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 268 of file ViewColumn.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + +
+void ViewColumn::OnVScroll ( + +UINT nSBCode, +
+UINT nPos, +
+CScrollBar * pScrollBar ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 199 of file ViewColumn.cpp.

+

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

+ +

+Definition at line 274 of file ViewColumn.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+POINT ViewColumn::MousePos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 29 of file ViewColumn.h.

+

+ + + + +
+ + + + + +
+TileInfo ** ViewColumn::list +
+
+ + + + + +
+   + + +

+ +

+Definition at line 23 of file ViewColumn.h.

+

+ + + + +
+ + + + + +
+int ViewColumn::nTileInWnd +
+
+ + + + + +
+   + + +

+ +

+Definition at line 26 of file ViewColumn.h.

+

+ + + + +
+ + + + + +
+int ViewColumn::nTiles +
+
+ + + + + +
+   + + +

+ +

+Definition at line 24 of file ViewColumn.h.

+

+ + + + +
+ + + + + +
+CDialog * ViewColumn::parent +
+
+ + + + + +
+   + + +

+ +

+Definition at line 28 of file ViewColumn.h.

+

+ + + + +
+ + + + + +
+int ViewColumn::pos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 27 of file ViewColumn.h.

+

+ + + + +
+ + + + + +
+int ViewColumn::sizetile_y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 25 of file ViewColumn.h.

+


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