#include <ppmfiltr.h>
Inheritance diagram for PPMOILFilter:
Public Member Functions | |
PPMOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 285 of file ppmfiltr.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 177 of file ppmfiltr.cpp. 00177 : OILFilter(pFilter) 00178 { 00179 FilterName.Load(_R(IDN_FILTERNAME_PPM)); 00180 FilterExt.Load(_R(IDN_FILTEREXT_PPM)); 00181 }
|