AdobeColourTableOILFilter Class Reference

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

#include <oilfltrs.h>

Inheritance diagram for AdobeColourTableOILFilter:

OILFilter List of all members.

Public Member Functions

 AdobeColourTableOILFilter (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 Table file filter.

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

Definition at line 490 of file oilfltrs.h.


Constructor & Destructor Documentation

AdobeColourTableOILFilter::AdobeColourTableOILFilter Filter pFilter  ) 
 

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

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

Definition at line 998 of file oilfltrs.cpp.

00998                                                                     : OILFilter(pFilter)
00999 {
01000     FilterName.Load(_R(IDT_FILTERNAME_ADOBECOLOURTABLE));
01001     FilterExt.Load(_R(IDT_FILTEREXT_ADOBECOLOURTABLE));
01002 }


Member Function Documentation

INT32 AdobeColourTableOILFilter::HowCompatible PathName Filename  ) 
 

Retuns a compatibility number based on the file extension.

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

Definition at line 1011 of file oilfltrs.cpp.

01012 {
01013 PORTNOTE("byteorder", "TODO: Check byte ordering")
01014     if (DoesExtensionOfPathNameMatch(&Filename))
01015         return 9;
01016     else
01017         return 0;
01018 }


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