#include <ppmfiltr.h>
Inheritance diagram for PBMOILFilter:
Public Member Functions | |
PBMOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 319 of file ppmfiltr.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 390 of file ppmfiltr.cpp. 00390 : OILFilter(pFilter) 00391 { 00392 FilterName.Load(_R(IDN_FILTERNAME_PBM)); 00393 FilterExt.Load(_R(IDN_FILTEREXT_PBM)); 00394 }
|