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

NLPACS::CMoveElement Class Reference

Move element linkable in sorted lists. +More... +

+#include <move_element.h> +

+List of all members. + + + + + + + + + + + + + + +

Public Attributes

CMovePrimitivePrimitive
 Pointer on the primitive for this move element. More...

CMoveElement * NextX
 Next move element in the X List. More...

CMoveElement * PreviousX
 Previous move element in the X List. More...

CMoveElement * NextY
 Next move element in the Y List. More...

CMoveElement * PreviousY
 Previous move element in the Y List. More...

uint16 X
 Cell coordinate. More...

uint16 Y
+


Detailed Description

+Move element linkable in sorted lists. +

+

+Author:
+Cyril 'Hulud' Corvazier , Nevrax France
+Date:
+2001
+

+ +

+Definition at line 44 of file move_element.h.


Member Data Documentation

+

+ + + + +
+ + +
CMoveElement* NLPACS::CMoveElement::NextX +
+
+ + + + + +
+   + + +

+Next move element in the X List. +

+ +

+Definition at line 51 of file move_element.h.

+

+ + + + +
+ + +
CMoveElement* NLPACS::CMoveElement::NextY +
+
+ + + + + +
+   + + +

+Next move element in the Y List. +

+ +

+Definition at line 57 of file move_element.h.

+

+ + + + +
+ + +
CMoveElement* NLPACS::CMoveElement::PreviousX +
+
+ + + + + +
+   + + +

+Previous move element in the X List. +

+ +

+Definition at line 54 of file move_element.h.

+

+ + + + +
+ + +
CMoveElement* NLPACS::CMoveElement::PreviousY +
+
+ + + + + +
+   + + +

+Previous move element in the Y List. +

+ +

+Definition at line 60 of file move_element.h.

+

+ + + + +
+ + +
CMovePrimitive* NLPACS::CMoveElement::Primitive +
+
+ + + + + +
+   + + +

+Pointer on the primitive for this move element. +

+ +

+Definition at line 48 of file move_element.h.

+

+ + + + +
+ + +
uint16 NLPACS::CMoveElement::X +
+
+ + + + + +
+   + + +

+Cell coordinate. +

+ +

+Definition at line 63 of file move_element.h.

+

+ + + + +
+ + +
uint16 NLPACS::CMoveElement::Y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file move_element.h.

+


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