Qt 4.8
|
#include <qsvgstructure_p.h>
Protected Variables | |
QList< QSvgStructureNode * > | m_linkedScopes |
QList< QSvgNode * > | m_renderers |
QHash< QString, QSvgNode * > | m_scope |
Protected Variables inherited from QSvgNode | |
QSvgStyle | m_style |
Additional Inherited Members | |
Public Types inherited from QSvgNode | |
enum | DisplayMode { InlineMode, BlockMode, ListItemMode, RunInMode, CompactMode, MarkerMode, TableMode, InlineTableMode, TableRowGroupMode, TableHeaderGroupMode, TableFooterGroupMode, TableRowMode, TableColumnGroupMode, TableColumnMode, TableCellMode, TableCaptionMode, NoneMode, InheritMode } |
enum | Type { DOC, G, DEFS, SWITCH, ANIMATION, ARC, CIRCLE, ELLIPSE, IMAGE, LINE, PATH, POLYGON, POLYLINE, RECT, TEXT, TEXTAREA, TSPAN, USE, VIDEO } |
Static Protected Functions inherited from QSvgNode | |
static qreal | strokeWidth (QPainter *p) |
Definition at line 70 of file qsvgstructure_p.h.
QSvgStructureNode::QSvgStructureNode | ( | QSvgNode * | parent | ) |
Definition at line 86 of file qsvgstructure.cpp.
QSvgStructureNode::~QSvgStructureNode | ( | ) |
Definition at line 62 of file qsvgstructure.cpp.
Definition at line 98 of file qsvgstructure.cpp.
Referenced by QSvgHandler::startElement().
|
virtual |
Reimplemented from QSvgNode.
Definition at line 360 of file qsvgstructure.cpp.
Definition at line 368 of file qsvgstructure.cpp.
Referenced by QSvgStyleSelector::previousSiblingNode().
Definition at line 92 of file qsvgstructure.cpp.
Referenced by QSvgTinyDocument::boundsOnElement(), createUseNode(), QSvgTinyDocument::draw(), QSvgTinyDocument::elementExists(), and QSvgTinyDocument::matrixForElement().
|
protected |
Definition at line 83 of file qsvgstructure_p.h.
Definition at line 81 of file qsvgstructure_p.h.
Referenced by addChild(), bounds(), QSvgG::draw(), QSvgTinyDocument::draw(), QSvgSwitch::draw(), previousSiblingNode(), renderers(), and ~QSvgStructureNode().
Definition at line 82 of file qsvgstructure_p.h.