#include <oilfltrs.h>
Inheritance diagram for AccusoftBMPOILFilter:
Public Member Functions | |
AccusoftBMPOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 663 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1275 of file oilfltrs.cpp. 01275 : OILFilter(pFilter) 01276 { 01277 FilterName.Load(_R(IDN_FILTERNAME_ACCUSOFTBMP)); 01278 FilterExt.Load(_R(IDN_FILTEREXT_ACCUSOFTBMP)); 01279 }
|