#include <oilfltrs.h>
Inheritance diagram for WPGOILFilter:
Public Member Functions | |
WPGOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1093 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1716 of file oilfltrs.cpp. 01716 : OILFilter(pFilter) 01717 { 01718 FilterName.Load(_R(IDN_FILTERNAME_WPG)); 01719 FilterExt.Load(_R(IDN_FILTEREXT_WPG)); 01720 }
|