#include <oilfltrs.h>
Inheritance diagram for WebOILFilter:
Public Member Functions | |
WebOILFilter (Filter *pFilter) | |
Constructs the oily parts of the Web File Format Filter (ie the list of File Extensions that this filter understands). |
Definition at line 1178 of file oilfltrs.h.
|
Constructs the oily parts of the Web File Format Filter (ie the list of File Extensions that this filter understands).
Definition at line 1786 of file oilfltrs.cpp. 01786 : OILFilter(pFilter) 01787 { 01788 FilterName.Load(_R(IDS_FILTERNAME_WEB)); 01789 FilterExt.Load(_R(IDS_FILTEREXT_WEB)); 01790 }
|