Path.h File Reference
#include "dom/dom_string.h"#include "platform/graphics/FloatPoint.h"#include "platform/graphics/FloatRect.h"#include <QPainterPath>
Include dependency graph for Path.h:

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

Go to the source code of this file.
Classes | |
| class | khtml::Path |
| struct | khtml::PathElement |
Namespaces | |
| namespace | khtml |
| namespace | WebCore |
Typedefs | |
| typedef void(* | khtml::PathApplierFunction )(void *info, const PathElement *) |
| typedef QPainterPath | PlatformPath |
Enumerations | |
| enum | PathElementType { khtml::PathElementMoveToPoint, khtml::PathElementAddLineToPoint, khtml::PathElementAddQuadCurveToPoint, khtml::PathElementAddCurveToPoint, khtml::PathElementCloseSubpath } |
| enum | WindRule { khtml::RULE_NONZERO = 0, khtml::RULE_EVENODD = 1 } |
Typedef Documentation
| typedef QPainterPath PlatformPath |
KDE 4.6 API Reference