#include <oilfltrs.h>
Inheritance diagram for MacPaintOILFilter:
Public Member Functions | |
MacPaintOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 924 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1556 of file oilfltrs.cpp. 01556 : OILFilter(pFilter) 01557 { 01558 FilterName.Load(_R(IDN_FILTERNAME_MACPAINT)); 01559 FilterExt.Load(_R(IDN_FILTEREXT_MACPAINT)); 01560 }
|