CDRLayerList Class Reference

A list object to store layers in a page during the conversion process. More...

#include <cdrfiltr.h>

Inheritance diagram for CDRLayerList:

List CCObject SimpleCCObject List of all members.

Public Member Functions

 CDRLayerList ()
 Constructor.
 ~CDRLayerList ()
 Destructor so we can delete all the pages with one DeleteAll call.

Private Member Functions

 CC_DECLARE_MEMDUMP (CDRLayerList)

Detailed Description

A list object to store layers in a page during the conversion process.

Author:
Ben_Summers (Xara Group Ltd) <camelotdev@xara.com>
Date:
23 03 95

Definition at line 392 of file cdrfiltr.h.


Constructor & Destructor Documentation

CDRLayerList::CDRLayerList  ) 
 

Constructor.

Author:
Ben_Summers (Xara Group Ltd) <camelotdev@xara.com>
Date:
24 03 95
Parameters:
[INPUTS] 
Returns:
See also:
CDRLayerList

Definition at line 5040 of file cdrfiltr.cpp.

05041 {
05042 }

CDRLayerList::~CDRLayerList  ) 
 

Destructor so we can delete all the pages with one DeleteAll call.

Author:
Ben_Summers (Xara Group Ltd) <camelotdev@xara.com>
Date:
24 03 95
Parameters:
[INPUTS] 
Returns:
See also:
CDRLayerList

Definition at line 5058 of file cdrfiltr.cpp.

05059 {
05060     DeleteAll();
05061 }


Member Function Documentation

CDRLayerList::CC_DECLARE_MEMDUMP CDRLayerList   )  [private]
 


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:52:20 2007 for Camelot by  doxygen 1.4.4