#include <oilfltrs.h>
Inheritance diagram for ImagemapOILFilter:
Public Member Functions | |
ImagemapOILFilter (Filter *pFilter) | |
Constructs the oily parts of the Imagemap Filter (ie the list of File Extensions that this filter understands). |
Definition at line 1228 of file oilfltrs.h.
|
Constructs the oily parts of the Imagemap Filter (ie the list of File Extensions that this filter understands).
Definition at line 1823 of file oilfltrs.cpp. 01823 : OILFilter(pFilter) 01824 { 01825 FilterName.Load(_R(IDS_FILTERNAME_IMAGEMAP)); 01826 FilterExt.Load(_R(IDS_FILTEREXT_IMAGEMAP)); 01827 }
|