#include <oilfltrs.h>
Inheritance diagram for BrookTroutOILFilter:
Public Member Functions | |
BrookTroutOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 680 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1291 of file oilfltrs.cpp. 01291 : OILFilter(pFilter) 01292 { 01293 FilterName.Load(_R(IDN_FILTERNAME_BROOKTROUT)); 01294 FilterExt.Load(_R(IDN_FILTEREXT_BROOKTROUT)); 01295 }
|