#include <oilfltrs.h>
Inheritance diagram for CDROILFilter:
Public Member Functions | |
CDROILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 406 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1106 of file oilfltrs.cpp. 01106 : OILFilter(pFilter) 01107 { 01108 FilterName.Load(_R(IDT_FILTERNAME_CDR)); 01109 FilterExt.Load(_R(IDT_FILTEREXT_CDR)); 01110 }
|