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/a02945.html | 242 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 242 insertions(+) create mode 100644 docs/doxygen/nel/a02945.html (limited to 'docs/doxygen/nel/a02945.html') diff --git a/docs/doxygen/nel/a02945.html b/docs/doxygen/nel/a02945.html new file mode 100644 index 00000000..ab0ce717 --- /dev/null +++ b/docs/doxygen/nel/a02945.html @@ -0,0 +1,242 @@ + + +NeL: NLPACS::CMoveElement class Reference + + + +
+

NLPACS::CMoveElement Class Reference

#include <move_element.h> +

+


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. + + + + + + + + + + + + + + + + + + + + + + +

Data Fields

CMoveElementNextX
 Next move element in the X List.

CMoveElementNextY
 Next move element in the Y List.

CMoveElementPreviousX
 Previous move element in the X List.

CMoveElementPreviousY
 Previous move element in the Y List.

CMovePrimitivePrimitive
 Pointer on the primitive for this move element.

uint16 X
 Cell coordinate.

uint16 Y
+


Field Documentation

+

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

+Next move element in the X List. +

+ +

+Definition at line 51 of file move_element.h. +

+Referenced by NLPACS::CPrimitiveWorldImage::checkSortedList(), NLPACS::CMoveCell::linkX(), NLPACS::CMoveCell::unlinkX(), and NLPACS::CMoveCell::updateSortedLists().

+

+ + + + +
+ + +
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. +

+Referenced by NLPACS::CPrimitiveWorldImage::checkSortedList(), NLPACS::CMoveCell::linkX(), NLPACS::CMoveCell::unlinkX(), and NLPACS::CMoveCell::updateSortedLists().

+

+ + + + +
+ + +
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. +

+Referenced by NLPACS::CPrimitiveWorldImage::addMoveElement(), NLPACS::CPrimitiveWorldImage::checkSortedList(), and NLPACS::CMoveCell::updateSortedLists().

+

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

+Cell coordinate. +

+ +

+Definition at line 63 of file move_element.h. +

+Referenced by NLPACS::CPrimitiveWorldImage::addMoveElement().

+

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

+ +

+Definition at line 64 of file move_element.h. +

+Referenced by NLPACS::CPrimitiveWorldImage::addMoveElement().

+


The documentation for this class was generated from the following file: +
Generated on Tue Mar 16 14:17:43 2004 for NeL by + +doxygen +1.3.6
+ + -- cgit v1.2.1