#include <oilfltrs.h>
Inheritance diagram for SUNOILFilter:
Public Member Functions | |
SUNOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1043 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1668 of file oilfltrs.cpp. 01668 : OILFilter(pFilter) 01669 { 01670 FilterName.Load(_R(IDN_FILTERNAME_SUN)); 01671 FilterExt.Load(_R(IDN_FILTEREXT_SUN)); 01672 }
|