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

Public Member Functions | |
| HaloCUTOILFilter (Filter *pFilter) | |
| Sets up the list of filename extensions that this filter understands. | |
Definition at line 766 of file oilfltrs.h.
|
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1382 of file oilfltrs.cpp. 01382 : OILFilter(pFilter) 01383 { 01384 FilterName.Load(_R(IDN_FILTERNAME_HALOCUT)); 01385 FilterExt.Load(_R(IDN_FILTEREXT_HALOCUT)); 01386 }
|
1.4.4