#include <oilfltrs.h>
Inheritance diagram for GX2OILFilter:
Public Member Functions | |
GX2OILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 749 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1366 of file oilfltrs.cpp. 01366 : OILFilter(pFilter) 01367 { 01368 FilterName.Load(_R(IDN_FILTERNAME_GX2)); 01369 FilterExt.Load(_R(IDN_FILTEREXT_GX2)); 01370 }
|