#include <oilfltrs.h>
Inheritance diagram for Corel3EPSOILFilter:
Public Member Functions | |
Corel3EPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 303 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 887 of file oilfltrs.cpp. 00887 : OILFilter(pFilter) 00888 { 00889 FilterName.Load(_R(IDT_FILTERNAME_COREL3EPS)); 00890 FilterExt.Load(_R(IDT_FILTEREXT_EPS)); 00891 }
|