TagDescriptionList Class Reference

Keeps a list of all the tag descriptions present in the imported file. More...

#include <taglists.h>

Inheritance diagram for TagDescriptionList:

List CCObject SimpleCCObject List of all members.

Public Member Functions

 TagDescriptionList ()
void AddTail (TagDescriptionListItem *pItem)
TagDescriptionListItemGetHead ()
TagDescriptionListItemGetNext (TagDescriptionListItem *pItem)

Detailed Description

Keeps a list of all the tag descriptions present in the imported file.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
16/8/96
This only relates to new format files

This will only come into use in newer versions of the file format. It allows old importers to describe an unknown tag to the user.

Definition at line 262 of file taglists.h.


Constructor & Destructor Documentation

TagDescriptionList::TagDescriptionList  )  [inline]
 

Definition at line 267 of file taglists.h.

00267 {}


Member Function Documentation

void TagDescriptionList::AddTail TagDescriptionListItem pItem  )  [inline]
 

Definition at line 269 of file taglists.h.

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

TagDescriptionListItem* TagDescriptionList::GetHead  )  [inline]
 

Definition at line 270 of file taglists.h.

00270 { return (TagDescriptionListItem*)List::GetHead(); }

TagDescriptionListItem* TagDescriptionList::GetNext TagDescriptionListItem pItem  )  [inline]
 

Definition at line 271 of file taglists.h.

00271 { return (TagDescriptionListItem*)List::GetNext(pItem); }


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 04:01:40 2007 for Camelot by  doxygen 1.4.4