#include <oilfltrs.h>
Inheritance diagram for KOFAXOILFilter:
Public Member Functions | |
KOFAXOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 890 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1524 of file oilfltrs.cpp. 01524 : OILFilter(pFilter) 01525 { 01526 FilterName.Load(_R(IDN_FILTERNAME_KOFAX)); 01527 FilterExt.Load(_R(IDN_FILTEREXT_KOFAX)); 01528 }
|