#include <oilfltrs.h>
Inheritance diagram for PhotoShopEPSOILFilter:
Public Member Functions | |
PhotoShopEPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 372 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 951 of file oilfltrs.cpp. 00951 : OILFilter(pFilter) 00952 { 00953 FilterName.Load(_R(IDT_PHOTOSHOPEPS_FILTERNAME)); 00954 FilterExt.Load(_R(IDT_FILTEREXT_PHOTOSHOPEPS)); 00955 }
|