#include <ppmfiltr.h>
Inheritance diagram for PGMOILFilter:
Public Member Functions | |
PGMOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 302 of file ppmfiltr.h.
|
Sets up the list of filename extensions that this filter understands.
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 }
|