#include <cxflists.h>
Inheritance diagram for CXaraFileNodeGroupRefListItem:
Public Member Functions | |
CXaraFileNodeGroupRefListItem (Node *pThisNode, NodeGroup *pGroup) | |
~CXaraFileNodeGroupRefListItem () | |
Destroys every last fragmented morsal of this pathetic excuse for an object.Destroys every last fragmented morsal of this pathetic excuse for an object. | |
Node * | GetNode () |
NodeGroup * | GetNodeGroup () |
Private Attributes | |
Node * | pNode |
NodeGroup * | pNodeGroup |
WEBSTER - markn 29/1/97 Part of the general form of the system used to convert text to outlines in v1.5
Definition at line 259 of file cxflists.h.
|
Definition at line 264 of file cxflists.h. 00264 { pNode = pThisNode; pNodeGroup = pGroup; }
|
|
Destroys every last fragmented morsal of this pathetic excuse for an object.Destroys every last fragmented morsal of this pathetic excuse for an object.
WEBSTER - markn 29/1/97 Part of the general form of the system used to convert text to outlines in v1.5 Definition at line 157 of file cxflists.cpp. 00158 { 00159 if (pNodeGroup != NULL) 00160 { 00161 pNodeGroup->CascadeDelete(); 00162 delete pNodeGroup; 00163 pNodeGroup = NULL; 00164 } 00165 }
|
|
Definition at line 269 of file cxflists.h. 00269 { return pNode; }
|
|
Definition at line 270 of file cxflists.h. 00270 { return pNodeGroup; }
|
|
Definition at line 273 of file cxflists.h. |
|
Definition at line 274 of file cxflists.h. |