![]() |
Qt 6.x
The Qt SDK
|
#include <qsvggraphics_p.h>
Additional Inherited Members | |
![]() | |
enum | Type { DOC , G , DEFS , SWITCH , ANIMATION , ARC , CIRCLE , ELLIPSE , IMAGE , LINE , PATH , POLYGON , POLYLINE , RECT , TEXT , TEXTAREA , TSPAN , USE , VIDEO } |
enum | DisplayMode { InlineMode , BlockMode , ListItemMode , RunInMode , CompactMode , MarkerMode , TableMode , InlineTableMode , TableRowGroupMode , TableHeaderGroupMode , TableFooterGroupMode , TableRowMode , TableColumnGroupMode , TableColumnMode , TableCellMode , TableCaptionMode , NoneMode , InheritMode } |
![]() | |
static qreal | strokeWidth (QPainter *p) |
![]() | |
QSvgStyle | m_style |
Definition at line 94 of file qsvggraphics_p.h.
QSvgPath::QSvgPath | ( | QSvgNode * | parent, |
const QPainterPath & | qpath | ||
) |
Definition at line 162 of file qsvggraphics.cpp.
|
overridevirtual |
Reimplemented from QSvgNode.
Definition at line 184 of file qsvggraphics.cpp.
References boundsOnStroke(), qFuzzyIsNull(), and QSvgNode::strokeWidth().
|
overridevirtual |
Implements QSvgNode.
Definition at line 167 of file qsvggraphics.cpp.
References QSvgNode::applyStyle(), QT_SVG_DRAW_SHAPE, QT_SVG_TIMING_ENTER, QT_SVG_TIMING_EXIT, QSvgNode::revertStyle(), QPainterPath::setFillRule(), and QSvgNode::shouldDrawNode().
|
overridevirtual |
Reimplemented from QSvgNode.
Definition at line 179 of file qsvggraphics.cpp.
References QPainterPath::controlPointRect().
|
inline |
Definition at line 103 of file qsvggraphics_p.h.
|
overridevirtual |