#include <oilfltrs.h>
Inheritance diagram for DCXOILFilter:
Public Member Functions | |
DCXOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 714 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1323 of file oilfltrs.cpp. 01323 : OILFilter(pFilter) 01324 { 01325 FilterName.Load(_R(IDN_FILTERNAME_DCX)); 01326 FilterExt.Load(_R(IDN_FILTEREXT_DCX)); 01327 }
|