#include <oilfltrs.h>
Inheritance diagram for IOCAOILFilter:
Public Member Functions | |
IOCAOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 817 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1430 of file oilfltrs.cpp. 01430 : OILFilter(pFilter) 01431 { 01432 FilterName.Load(_R(IDN_FILTERNAME_IOCA)); 01433 FilterExt.Load(_R(IDN_FILTEREXT_IOCA)); 01434 }
|