#include <oilfltrs.h>
Inheritance diagram for CMX16OILFilter:
Public Member Functions | |
CMX16OILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 423 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1143 of file oilfltrs.cpp. 01143 : OILFilter(pFilter) 01144 { 01145 FilterName.Load(_R(IDT_FILTERNAME_CMX16)); 01146 FilterExt.Load(_R(IDT_FILTEREXT_CMX)); 01147 }
|