KHTML
GraphicsTypes.h File Reference
#include "dom/dom_string.h"
Include dependency graph for GraphicsTypes.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | khtml |
Enumerations | |
| enum | CompositeOperator { khtml::CompositeClear, khtml::CompositeCopy, khtml::CompositeSourceOver, khtml::CompositeSourceIn, khtml::CompositeSourceOut, khtml::CompositeSourceAtop, khtml::CompositeDestinationOver, khtml::CompositeDestinationIn, khtml::CompositeDestinationOut, khtml::CompositeDestinationAtop, khtml::CompositeXOR, khtml::CompositePlusDarker, khtml::CompositeHighlight, khtml::CompositePlusLighter } |
| enum | HorizontalAlignment { khtml::AlignLeft, khtml::AlignRight, khtml::AlignHCenter } |
| enum | LineCap { khtml::ButtCap, khtml::RoundCap, khtml::SquareCap } |
| enum | LineJoin { khtml::MiterJoin, khtml::RoundJoin, khtml::BevelJoin } |
Functions | |
| DOM::DOMString | khtml::compositeOperatorName (CompositeOperator op) |
| DOM::DOMString | khtml::lineCapName (LineCap cap) |
| DOM::DOMString | khtml::lineJoinName (LineJoin join) |
| bool | khtml::parseCompositeOperator (const DOM::DOMString &s, CompositeOperator &op) |
| bool | khtml::parseLineCap (const DOM::DOMString &s, LineCap &cap) |
| bool | khtml::parseLineJoin (const DOM::DOMString &s, LineJoin &join) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:53:30 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Wed May 2 2012 18:53:30 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.