#include <oilfltrs.h>
Inheritance diagram for TIFFOILFilter:
Public Member Functions | |
TIFFOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1076 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1700 of file oilfltrs.cpp. 01700 : OILFilter(pFilter) 01701 { 01702 FilterName.Load(_R(IDN_FILTERNAME_TIFF)); 01703 FilterExt.Load(_R(IDN_FILTEREXT_TIFF)); 01704 }
|