#include <oilfltrs.h>
Inheritance diagram for MetaFileOILFilter:
Public Member Functions | |
MetaFileOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 574 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1191 of file oilfltrs.cpp. 01191 : OILFilter(pFilter) 01192 { 01193 FilterName.Load(_R(IDT_FILTERNAME_METAFILE)); 01194 FilterExt.Load(_R(IDT_FILTEREXT_METAFILE)); 01195 }
|