#include <oilfltrs.h>
Inheritance diagram for FlashOILFilter:
Public Member Functions | |
FlashOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 355 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 935 of file oilfltrs.cpp. 00935 : OILFilter(pFilter) 00936 { 00937 FilterName.Load(_R(IDT_FILTERNAME_FLASH)); 00938 FilterExt.Load(_R(IDT_FILTEREXT_FLASH)); 00939 }
|