KHTML
Go to the documentation of this file.
22 #ifndef SVGFEDisplacementMap_h
23 #define SVGFEDisplacementMap_h
25 #if ENABLE(SVG) && ENABLE(SVG_FILTERS)
30 enum SVGChannelSelectorType {
31 SVG_CHANNEL_UNKNOWN = 0,
38 class SVGFEDisplacementMap :
public SVGFilterEffect {
40 SVGFEDisplacementMap(SVGResourceFilter*);
43 void setIn2(
const String&);
45 SVGChannelSelectorType xChannelSelector()
const;
46 void setXChannelSelector(
const SVGChannelSelectorType);
48 SVGChannelSelectorType yChannelSelector()
const;
49 void setYChannelSelector(
const SVGChannelSelectorType);
52 void setScale(
float scale);
54 virtual TextStream& externalRepresentation(TextStream&)
const;
57 virtual CIFilter* getCIFilter(
const FloatRect& bbox)
const;
61 SVGChannelSelectorType m_xChannelSelector;
62 SVGChannelSelectorType m_yChannelSelector;
69 #endif // ENABLE(SVG) && ENABLE(SVG_FILTERS)
71 #endif // SVGFEDisplacementMap_h
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:19 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.