SpriteOILFilter Class Reference

Provide the OIL parts of the Acorn Sprite filter which loads in the file as a BMP. More...

#include <oilfltrs.h>

Inheritance diagram for SpriteOILFilter:

OILFilter List of all members.

Public Member Functions

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

Detailed Description

Provide the OIL parts of the Acorn Sprite filter which loads in the file as a BMP.

Author:
Richard_Millican (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/8/95
See also:
SpriteFilter

Definition at line 1128 of file oilfltrs.h.


Constructor & Destructor Documentation

SpriteOILFilter::SpriteOILFilter Filter pFilter  ) 
 

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

Author:
Richard_Millican (Xara Group Ltd) <camelotdev@xara.com>
Date:
18/8/95

Definition at line 1748 of file oilfltrs.cpp.

01748                                                 : OILFilter(pFilter)
01749 {
01750     FilterName.Load(_R(IDN_FILTERNAME_SPRITE));
01751     FilterExt.Load(_R(IDN_FILTEREXT_SPRITE));
01752 }


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:01:23 2007 for Camelot by  doxygen 1.4.4