#include <cxflists.h>
Inheritance diagram for CXaraFilePathRecordRefListItem:

Public Member Functions | |
| CXaraFilePathRecordRefListItem (NodePath *pPath, UINT32 RecNum) | |
| NodePath * | GetNodePath () |
| UINT32 | GetRecordNumber () |
Private Attributes | |
| NodePath * | pNodePath |
| UINT32 | RecordNumber |
Definition at line 121 of file cxflists.h.
|
||||||||||||
|
Definition at line 126 of file cxflists.h. 00126 { pNodePath = pPath; RecordNumber = RecNum; }
|
|
|
Definition at line 128 of file cxflists.h. 00128 { return pNodePath; }
|
|
|
Definition at line 129 of file cxflists.h. 00129 { return RecordNumber; }
|
|
|
Definition at line 132 of file cxflists.h. |
|
|
Definition at line 133 of file cxflists.h. |
1.4.4