PGMOILFilter Class Reference

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

#include <ppmfiltr.h>

Inheritance diagram for PGMOILFilter:

OILFilter List of all members.

Public Member Functions

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

Detailed Description

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

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/11/95
See also:
PGMFilter

Definition at line 302 of file ppmfiltr.h.


Constructor & Destructor Documentation

PGMOILFilter::PGMOILFilter Filter pFilter  ) 
 

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

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/11/95

Definition at line 283 of file ppmfiltr.cpp.

00283                                           : OILFilter(pFilter)
00284 {
00285     FilterName.Load(_R(IDN_FILTERNAME_PGM));
00286     FilterExt.Load(_R(IDN_FILTEREXT_PGM));
00287 }


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