#include <oilfltrs.h>
Inheritance diagram for BMPOILFilter:
Public Member Functions | |
BMPOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 629 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1241 of file oilfltrs.cpp. 01241 : OILFilter(pFilter) 01242 { 01243 FilterName.Load(_R(IDT_FILTERNAME_BMP)); 01244 FilterExt.Load(_R(IDT_FILTEREXT_BMP)); 01245 }
|