JCWColourOILFilter Class Reference

Provide the OIL parts of the Jason palette filter. More...

#include <oilfltrs.h>

Inheritance diagram for JCWColourOILFilter:

OILFilter List of all members.

Public Member Functions

 JCWColourOILFilter (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 Jason palette filter.

Author:
Jason_Williams (Xara Group Ltd) <camelotdev@xara.com>
Date:
30/8/96
See also:
JCWColourFilter

Definition at line 539 of file oilfltrs.h.


Constructor & Destructor Documentation

JCWColourOILFilter::JCWColourOILFilter 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 1073 of file oilfltrs.cpp.

01073                                                       : OILFilter(pFilter)
01074 {
01075     FilterName.Load(_R(IDT_FILTERNAME_JCWPALETTE));
01076     FilterExt.Load(_R(IDT_FILTEREXT_JCWPALETTE));
01077 }


Member Function Documentation

INT32 JCWColourOILFilter::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 1086 of file oilfltrs.cpp.

01087 {
01088 PORTNOTE("byteorder", "TODO: Check byte ordering")
01089     if (DoesExtensionOfPathNameMatch(&Filename))
01090         return 9;
01091     else
01092         return 0;
01093 }


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