#include <oilfltrs.h>
Inheritance diagram for CamelotEPSOILFilter:
Public Member Functions | |
CamelotEPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 267 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 846 of file oilfltrs.cpp. 00846 : OILFilter(pFilter) 00847 { 00848 FilterName.Load(_R(IDT_FILTERNAME_CAMEPS)); 00849 FilterExt.Load(_R(IDT_FILTEREXT_EPS)); 00850 }
|