#include <oilfltrs.h>
Inheritance diagram for DrawOILFilter:
Public Member Functions | |
DrawOILFilter (Filter *pFilter) | |
Sets up the list of filename extensions that this filter understands. |
Definition at line 338 of file oilfltrs.h.
|
Sets up the list of filename extensions that this filter understands.
Definition at line 919 of file oilfltrs.cpp. 00919 : OILFilter(pFilter) 00920 { 00921 FilterName.Load(_R(IDT_FILTERNAME_ACORNDRAW)); 00922 FilterExt.Load(_R(IDT_FILTEREXT_ACORNDRAW)); 00923 }
|