#include <oilfltrs.h>
Inheritance diagram for AIEPSOILFilter:
Public Member Functions | |
AIEPSOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 198 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 779 of file oilfltrs.cpp. 00779 : OILFilter(pFilter) 00780 { 00781 FilterName.Load(_R(IDT_FILTERNAME_AIEPS)); 00782 FilterExt.Load(_R(IDT_FILTEREXT_AIEPS)); 00783 }
|