#include <oilfltrs.h>
Inheritance diagram for FlareTemplateOILFilter:
Public Member Functions | |
FlareTemplateOILFilter (Filter *pFilter) | |
Constructs the oily parts of the Flare Template File Filter (ie the list of File Extensions that this filter understands). |
Definition at line 1195 of file oilfltrs.h.
|
Constructs the oily parts of the Flare Template File Filter (ie the list of File Extensions that this filter understands).
Definition at line 1804 of file oilfltrs.cpp. 01804 : OILFilter(pFilter) 01805 { 01806 FilterName.Load(_R(IDS_FILTERNAME_FLARETEMPLATE)); 01807 FilterExt.Load(_R(IDS_FILTEREXT_FLARETEMPLATE)); 01808 }
|