#include <oilfltrs.h>
Inheritance diagram for Corel4EPSOILFilter:
Public Member Functions | |
Corel4EPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 320 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 903 of file oilfltrs.cpp. 00903 : OILFilter(pFilter) 00904 { 00905 FilterName.Load(_R(IDT_FILTERNAME_COREL4EPS)); 00906 FilterExt.Load(_R(IDT_FILTEREXT_EPS)); 00907 }
|