#include <oilfltrs.h>
Inheritance diagram for NativeEPSOILFilter:
Public Member Functions | |
NativeEPSOILFilter (Filter *pFilter) | |
Constructs to oily parts of the Native File Format Filter (ie the list of File Extensions that this filter understands). |
Definition at line 285 of file oilfltrs.h.
|
Constructs to oily parts of the Native File Format Filter (ie the list of File Extensions that this filter understands).
Definition at line 866 of file oilfltrs.cpp. 00866 : CamelotEPSOILFilter(pFilter) 00867 { 00868 FilterName.Load(_R(IDS_FILTERNAME_NATIVE_EPS)); 00869 FilterExt.Load(_R(IDS_FILTEREXT_NATIVE)); 00870 }
|