# 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: