CXaraFileNodeGroupRefList Class Reference

Holds a list of nodes and corresponding group objects. More...

#include <cxflists.h>

Inheritance diagram for CXaraFileNodeGroupRefList:

List CCObject SimpleCCObject List of all members.

Public Member Functions

 CXaraFileNodeGroupRefList ()
void AddTail (CXaraFileNodeGroupRefListItem *pItem)
CXaraFileNodeGroupRefListItemGetHead ()
CXaraFileNodeGroupRefListItemGetNext (CXaraFileNodeGroupRefListItem *pItem)

Detailed Description

Holds a list of nodes and corresponding group objects.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
29/1/97
When automatically converting a node to outlines during export of the web format, an out-of-tree group of paths is generated for each node converted to outlines.

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.


Constructor & Destructor Documentation

CXaraFileNodeGroupRefList::CXaraFileNodeGroupRefList  )  [inline]
 

Definition at line 304 of file cxflists.h.

00304 {}


Member Function Documentation

void CXaraFileNodeGroupRefList::AddTail CXaraFileNodeGroupRefListItem pItem  )  [inline]
 

Definition at line 306 of file cxflists.h.

00306 { List::AddTail(pItem); };

CXaraFileNodeGroupRefListItem* CXaraFileNodeGroupRefList::GetHead  )  [inline]
 

Definition at line 307 of file cxflists.h.

CXaraFileNodeGroupRefListItem* CXaraFileNodeGroupRefList::GetNext CXaraFileNodeGroupRefListItem pItem  )  [inline]
 

Definition at line 308 of file cxflists.h.

00308 { return (CXaraFileNodeGroupRefListItem*)List::GetNext(pItem); }


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:53:23 2007 for Camelot by  doxygen 1.4.4