#include <group.h>
Inheritance diagram for NodeListItemWithDocPtr:
Public Member Functions | |
NodeListItemWithDocPtr () | |
Tests to see whether this group's extend-centre is positioned so as to make an extend operation irreversible.Perform an Extend operation on this group. Behaviour is as follows:default constructor. Initialises pNode = NULL. | |
NodeListItemWithDocPtr (Node *WhichNode) | |
Constructor for NodeListItem which sets the pNode variable to WhichNode. | |
~NodeListItemWithDocPtr () | |
Public Attributes | |
Node * | pNode |
Document * | pOwner |
BOOL | isForPrinting |
Definition at line 208 of file group.h.
|
Tests to see whether this group's extend-centre is positioned so as to make an extend operation irreversible.Perform an Extend operation on this group. Behaviour is as follows:default constructor. Initialises pNode = NULL.
Definition at line 1933 of file group.cpp.
|
|
Constructor for NodeListItem which sets the pNode variable to WhichNode.
Definition at line 1953 of file group.cpp. 01954 { 01955 pNode = WhichNode; 01956 }
|
|
Definition at line 214 of file group.h.
|
|
|
|
Reimplemented from NodeListItem. |
|
|