CMXImportOILFilter Class Reference

Provide the OIL parts of the CMX import filter. More...

#include <oilfltrs.h>

Inheritance diagram for CMXImportOILFilter:

OILFilter List of all members.

Public Member Functions

 CMXImportOILFilter (Filter *pFilter)
 Sets up the list of filename extensions that this filter understands.

Detailed Description

Provide the OIL parts of the CMX import filter.

Author:
Ben_Summers (Xara Group Ltd) <camelotdev@xara.com>
Date:
05/08/96
See also:
CMXImportFilter

Definition at line 459 of file oilfltrs.h.


Constructor & Destructor Documentation

CMXImportOILFilter::CMXImportOILFilter Filter pFilter  ) 
 

Sets up the list of filename extensions that this filter understands.

Author:
Ben_Summers (Xara Group Ltd) <camelotdev@xara.com>
Date:
17/06/96

Definition at line 1122 of file oilfltrs.cpp.

01122                                                       : OILFilter(pFilter)
01123 {
01124     PORTNOTETRACE("filters","CMXImportOILFilter::CMXImportOILFilter - do nothing");
01125 #ifndef EXCLUDE_FROM_XARALX
01126     FilterName.Load(_R(IDT_FILTERNAME_CMXIMPORT));
01127     FilterExt.Load(_R(IDT_FILTEREXT_CMX));
01128 #endif
01129 }


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