#include <oilfltrs.h>
Inheritance diagram for AI5EPSOILFilter:
Public Member Functions | |
AI5EPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 215 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 795 of file oilfltrs.cpp. 00795 : OILFilter(pFilter) 00796 { 00797 FilterName.Load(_R(IDT_FILTERNAME_AI5EPS)); 00798 FilterExt.Load(_R(IDT_FILTEREXT_AIEPS)); 00799 }
|