CXaraFilePathRecordRefListItem Class Reference

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

#include <cxflists.h>

Inheritance diagram for CXaraFilePathRecordRefListItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

 CXaraFilePathRecordRefListItem (NodePath *pPath, UINT32 RecNum)
NodePathGetNodePath ()
UINT32 GetRecordNumber ()

Private Attributes

NodePathpNodePath
UINT32 RecordNumber

Detailed Description

An item that appears in the CXaraFilePathRecordRefList.

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

Definition at line 121 of file cxflists.h.


Constructor & Destructor Documentation

CXaraFilePathRecordRefListItem::CXaraFilePathRecordRefListItem NodePath pPath,
UINT32  RecNum
[inline]
 

Definition at line 126 of file cxflists.h.

00126 { pNodePath = pPath; RecordNumber = RecNum; }


Member Function Documentation

NodePath* CXaraFilePathRecordRefListItem::GetNodePath  )  [inline]
 

Definition at line 128 of file cxflists.h.

00128 { return pNodePath; }

UINT32 CXaraFilePathRecordRefListItem::GetRecordNumber  )  [inline]
 

Definition at line 129 of file cxflists.h.

00129 { return RecordNumber; }


Member Data Documentation

NodePath* CXaraFilePathRecordRefListItem::pNodePath [private]
 

Definition at line 132 of file cxflists.h.

UINT32 CXaraFilePathRecordRefListItem::RecordNumber [private]
 

Definition at line 133 of file cxflists.h.


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