#include <oilfltrs.h>
Inheritance diagram for NativeOILFilter:
Public Member Functions | |
NativeOILFilter (Filter *pFilter) | |
Constructs the oily parts of the Native File Format Filter (ie the list of File Extensions that this filter understands). |
Definition at line 1162 of file oilfltrs.h.
|
Constructs the oily parts of the Native File Format Filter (ie the list of File Extensions that this filter understands).
Definition at line 1768 of file oilfltrs.cpp. 01768 : OILFilter(pFilter) 01769 { 01770 FilterName.Load(_R(IDS_FILTERNAME_NATIVE)); 01771 FilterExt.Load(_R(IDS_FILTEREXT_NATIVE_NEW)); 01772 }
|