#include <range.h>
Inheritance diagram for NodeListItem:
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 | |
Node * | pNode |
Definition at line 470 of file range.h.
|
default constructor. Initialises pNode = NULL
Definition at line 1560 of file range.cpp.
|
|
Constructor for NodeListItem which sets the pNode variable to WhichNode.
Definition at line 1580 of file range.cpp. 01581 { 01582 pNode = WhichNode; 01583 }
|
|
Definition at line 476 of file range.h.
|
|
Reimplemented in NodeListItemWithDocPtr. |