#include <oilfltrs.h>
Inheritance diagram for CMX32OILFilter:
Public Member Functions | |
CMX32OILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 441 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1159 of file oilfltrs.cpp. 01159 : OILFilter(pFilter) 01160 { 01161 FilterName.Load(_R(IDT_FILTERNAME_CMX32)); 01162 FilterExt.Load(_R(IDT_FILTEREXT_CMX)); 01163 }
|