NodeListItem Class Reference

Stores a pointer to a Node. Used to build a list of nodes in the current range. The actual node can be accessed through the public member variable pNode. More...

#include <range.h>

Inheritance diagram for NodeListItem:

ListItem CCObject SimpleCCObject MeshNodeListItem NodeListItemWithComplexity NodeListItemWithDocPtr NodeListItemWithIndex List of all members.

Public Member Functions

 NodeListItem ()
 default constructor. Initialises pNode = NULL
 NodeListItem (Node *WhichNode)
 Constructor for NodeListItem which sets the pNode variable to WhichNode.
 ~NodeListItem ()

Public Attributes

NodepNode

Detailed Description

Stores a pointer to a Node. Used to build a list of nodes in the current range. The actual node can be accessed through the public member variable pNode.

Author:
Jim_Lynn (Xara Group Ltd) <camelotdev@xara.com>
Date:
22/7/94
See also:
Range::MakeListOfNodes

Definition at line 470 of file range.h.


Constructor & Destructor Documentation

NodeListItem::NodeListItem  ) 
 

default constructor. Initialises pNode = NULL

Author:
Jim_Lynn (Xara Group Ltd) <camelotdev@xara.com>
Date:
22/7/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
-

Definition at line 1560 of file range.cpp.

01561 {
01562     pNode = NULL;
01563 }

NodeListItem::NodeListItem Node WhichNode  ) 
 

Constructor for NodeListItem which sets the pNode variable to WhichNode.

Author:
Jim_Lynn (Xara Group Ltd) <camelotdev@xara.com>
Date:
22/7/94
Parameters:
- [INPUTS]
- [OUTPUTS]
Returns:
-

Errors: -

See also:
-

Definition at line 1580 of file range.cpp.

01581 {
01582     pNode = WhichNode;
01583 }

NodeListItem::~NodeListItem  )  [inline]
 

Definition at line 476 of file range.h.

00476 {}              // Nothing to destruct


Member Data Documentation

Node* NodeListItem::pNode
 

Reimplemented in NodeListItemWithDocPtr.

Definition at line 478 of file range.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:56:55 2007 for Camelot by  doxygen 1.4.4