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

Public Member Functions | |
| AccusoftOILFilter (Filter *pFilter) | |
| Sets up the list of filename extensions that this filter understands. | |
Definition at line 646 of file oilfltrs.h.
|
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1259 of file oilfltrs.cpp. 01259 : OILFilter(pFilter) 01260 { 01261 FilterName.Load(_R(IDN_FILTERNAME_ACCUSOFT)); 01262 FilterExt.Load(_R(IDN_FILTEREXT_ACCUSOFT)); 01263 }
|
1.4.4