TagDescriptionListItem Class Reference

An item that appears in the TagDescriptionList. More...

#include <taglists.h>

Inheritance diagram for TagDescriptionListItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 TagDescriptionListItem ()
 TagDescriptionListItem (UINT32 ThisTag, String_256 *pThisStr)
 ~TagDescriptionListItem ()
UINT32 GetTag ()
String_256GetString ()

Private Attributes

UINT32 Tag
String_256pStr

Detailed Description

An item that appears in the TagDescriptionList.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
16/8/96

Definition at line 163 of file taglists.h.


Constructor & Destructor Documentation

TagDescriptionListItem::TagDescriptionListItem  )  [inline]
 

Definition at line 168 of file taglists.h.

00168 { Tag = TAG_UNDEFINED; pStr = NULL; }

TagDescriptionListItem::TagDescriptionListItem UINT32  ThisTag,
String_256 pThisStr
[inline]
 

Definition at line 169 of file taglists.h.

00169 { Tag = ThisTag; pStr = pThisStr; }

TagDescriptionListItem::~TagDescriptionListItem  )  [inline]
 

Definition at line 171 of file taglists.h.

00171 { if (pStr != NULL) delete pStr; }


Member Function Documentation

String_256* TagDescriptionListItem::GetString void   )  [inline]
 

Definition at line 174 of file taglists.h.

00174 { return pStr; }

UINT32 TagDescriptionListItem::GetTag  )  [inline]
 

Definition at line 173 of file taglists.h.

00173 { return Tag; }


Member Data Documentation

String_256* TagDescriptionListItem::pStr [private]
 

Definition at line 178 of file taglists.h.

UINT32 TagDescriptionListItem::Tag [private]
 

Definition at line 177 of file taglists.h.


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