AdobeColourSwatchOILFilter Class Reference

Provide the OIL parts of the Adobe Colour Swatch file filter. More...

#include <oilfltrs.h>

Inheritance diagram for AdobeColourSwatchOILFilter:

OILFilter List of all members.

Public Member Functions

 AdobeColourSwatchOILFilter (Filter *pFilter)
 Sets up the list of filename extensions that this filter understands.
INT32 HowCompatible (PathName &Filename)
 Retuns a compatibility number based on the file extension.

Detailed Description

Provide the OIL parts of the Adobe Colour Swatch file filter.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
30/4/96
See also:
AdobeColourSwatchFilter

Definition at line 507 of file oilfltrs.h.


Constructor & Destructor Documentation

AdobeColourSwatchOILFilter::AdobeColourSwatchOILFilter Filter pFilter  ) 
 

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

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
2/5/96

Definition at line 1027 of file oilfltrs.cpp.

01027                                                                       : OILFilter(pFilter)
01028 {
01029     FilterName.Load(_R(IDT_FILTERNAME_ADOBECOLOURSWATCH));
01030     FilterExt.Load(_R(IDT_FILTEREXT_ADOBECOLOURSWATCH));
01031 }


Member Function Documentation

INT32 AdobeColourSwatchOILFilter::HowCompatible PathName Filename  ) 
 

Retuns a compatibility number based on the file extension.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
2/5/96

Definition at line 1040 of file oilfltrs.cpp.

01041 {
01042 PORTNOTE("byteorder", "TODO: Check byte ordering")
01043     if (DoesExtensionOfPathNameMatch(&Filename))
01044         return 9;
01045     else
01046         return 0;
01047 }


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