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

Public Member Functions | |
| PNGOILFilter (Filter *pFilter) | |
| Constructs the oily parts of the PNG File Format Filter (ie the list of File Extensions that this filter understands). | |
Definition at line 1212 of file oilfltrs.h.
|
|
Constructs the oily parts of the PNG File Format Filter (ie the list of File Extensions that this filter understands).
Definition at line 1505 of file oilfltrs.cpp. 01505 : OILFilter(pFilter) 01506 { 01507 FilterName.Load(_R(IDS_FILTERNAME_PNG)); 01508 FilterExt.Load(_R(IDS_FILTEREXT_PNG)); 01509 }
|
1.4.4