#include <oilfltrs.h>
Inheritance diagram for HTMLOILFilter:

Public Member Functions | |
| HTMLOILFilter (Filter *pFilter) | |
| Sets up the list of filename extensions that this filter understands. | |
Definition at line 1300 of file oilfltrs.h.
|
|
Sets up the list of filename extensions that this filter understands.
Definition at line 2021 of file oilfltrs.cpp. 02021 : OILFilter(pFilter) 02022 { 02023 FilterName.Load(_R(IDS_FILTERNAME_HTML)); 02024 FilterExt.Load(_R(IDS_FILTEREXT_HTML)); 02025 }
|
1.4.4