#include <cxflists.h>
Inheritance diagram for CXaraFileNodeGroupRefList:
Public Member Functions | |
CXaraFileNodeGroupRefList () | |
void | AddTail (CXaraFileNodeGroupRefListItem *pItem) |
CXaraFileNodeGroupRefListItem * | GetHead () |
CXaraFileNodeGroupRefListItem * | GetNext (CXaraFileNodeGroupRefListItem *pItem) |
This list allows the group of paths to be generated once during the export process (instead of once for calc of file size, then again for actual output) It also allows the paths to exist for the entire export lifetime, so that the paths can safely be used during export for other processes (such as the smart path similarity code that detects paths that differ only by a transformation).
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 299 of file cxflists.h.
|
Definition at line 304 of file cxflists.h.
|
|
Definition at line 306 of file cxflists.h. 00306 { List::AddTail(pItem); };
|
|
Definition at line 307 of file cxflists.h. 00307 { return (CXaraFileNodeGroupRefListItem*)List::GetHead(); }
|
|
Definition at line 308 of file cxflists.h. 00308 { return (CXaraFileNodeGroupRefListItem*)List::GetNext(pItem); }
|