#include <oilfltrs.h>
Inheritance diagram for PICTOILFilter:
Public Member Functions | |
PICTOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1026 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1652 of file oilfltrs.cpp. 01652 : OILFilter(pFilter) 01653 { 01654 FilterName.Load(_R(IDN_FILTERNAME_PICT)); 01655 FilterExt.Load(_R(IDN_FILTEREXT_PICT)); 01656 }
|