#include <oilfltrs.h>
Inheritance diagram for IMGOILFilter:
Public Member Functions | |
IMGOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 800 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1414 of file oilfltrs.cpp. 01414 : OILFilter(pFilter) 01415 { 01416 FilterName.Load(_R(IDN_FILTERNAME_IMG)); 01417 FilterExt.Load(_R(IDN_FILTEREXT_IMG)); 01418 }
|