#include <oilfltrs.h>
Inheritance diagram for PhotoShopOILFilter:
Public Member Functions | |
PhotoShopOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1009 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1636 of file oilfltrs.cpp. 01636 : OILFilter(pFilter) 01637 { 01638 FilterName.Load(_R(IDN_FILTERNAME_PHOTOSHOP)); 01639 FilterExt.Load(_R(IDN_FILTEREXT_PHOTOSHOP)); 01640 }
|