#include <oilfltrs.h>
Inheritance diagram for PhotoCDOILFilter:
Public Member Functions | |
PhotoCDOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 992 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1620 of file oilfltrs.cpp. 01620 : OILFilter(pFilter) 01621 { 01622 FilterName.Load(_R(IDN_FILTERNAME_PHOTOCD)); 01623 FilterExt.Load(_R(IDN_FILTEREXT_PHOTOCD)); 01624 }
|