KHTML
Path.h File Reference
#include "dom/dom_string.h"
#include "platform/graphics/FloatPoint.h"
#include "platform/graphics/FloatRect.h"
#include <QPainterPath>
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 | khtml::PathElementType { khtml::PathElementMoveToPoint, khtml::PathElementAddLineToPoint, khtml::PathElementAddQuadCurveToPoint, khtml::PathElementAddCurveToPoint, khtml::PathElementCloseSubpath } |
enum | khtml::WindRule { khtml::RULE_NONZERO = 0, khtml::RULE_EVENODD = 1 } |
Typedef Documentation
typedef QPainterPath PlatformPath |