#include <oilfltrs.h>
Inheritance diagram for ArtWorksEPSOILFilter:
Public Member Functions | |
ArtWorksEPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 250 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 830 of file oilfltrs.cpp. 00830 : OILFilter(pFilter) 00831 { 00832 FilterName.Load(_R(IDT_FILTERNAME_AWEPS)); 00833 FilterExt.Load(_R(IDT_FILTEREXT_EPS)); 00834 }
|