#include <oilfltrs.h>
Inheritance diagram for FreeHandEPSOILFilter:
Public Member Functions | |
FreeHandEPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 557 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1175 of file oilfltrs.cpp. 01175 : OILFilter(pFilter) 01176 { 01177 FilterName.Load(_R(IDT_FREEHANDEPS_FILTERNAME)); 01178 FilterExt.Load(_R(IDT_FILTEREXT_FREEHANDEPS)); 01179 }
|