#include <oilfltrs.h>
Inheritance diagram for AI8EPSOILFilter:
Public Member Functions | |
AI8EPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 232 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 810 of file oilfltrs.cpp. 00810 : OILFilter(pFilter) 00811 { 00812 FilterName.Load(_R(IDT_FILTERNAME_AI8EPS)); 00813 FilterExt.Load(_R(IDT_FILTEREXT_AIEPS)); 00814 }
|