#include <imgmgkft.h>
Inheritance diagram for ImageMagickOILFilter:

Public Member Functions | |
| ImageMagickOILFilter (Filter *pFilter, ResourceID FilterNameID, ResourceID FilterExtID) | |
| Constructs the oily parts of the PNG File Format Filter (ie the list of File Extensions that this filter understands). | |
Definition at line 333 of file imgmgkft.h.
|
||||||||||||||||
|
Constructs the oily parts of the PNG File Format Filter (ie the list of File Extensions that this filter understands).
Definition at line 1538 of file imgmgkft.cpp. 01538 : OILFilter(pFilter) 01539 { 01540 FilterName.Load(FilterNameID); 01541 FilterExt.Load(FilterExtID); 01542 }
|
1.4.4