#include <oilfltrs.h>
Inheritance diagram for XWindowsOILFilter:
Public Member Functions | |
XWindowsOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 1111 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 1732 of file oilfltrs.cpp. 01732 : OILFilter(pFilter) 01733 { 01734 FilterName.Load(_R(IDN_FILTERNAME_XWINDOWS)); 01735 FilterExt.Load(_R(IDN_FILTEREXT_XWINDOWS)); 01736 }
|