![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgstyle_p.h>
Public Member Functions | |
| QSvgStaticStyle () | |
| ~QSvgStaticStyle () | |
| void | apply (QPainter *p, const QSvgNode *node, QSvgExtraStates &states) |
| void | revert (QPainter *p, QSvgExtraStates &states) |
Definition at line 614 of file qsvgstyle_p.h.
| QSvgStaticStyle::QSvgStaticStyle | ( | ) |
Definition at line 486 of file qsvgstyle.cpp.
| QSvgStaticStyle::~QSvgStaticStyle | ( | ) |
Definition at line 498 of file qsvgstyle.cpp.
| void QSvgStaticStyle::apply | ( | QPainter * | p, |
| const QSvgNode * | node, | ||
| QSvgExtraStates & | states ) |
Definition at line 502 of file qsvgstyle.cpp.
| void QSvgStaticStyle::revert | ( | QPainter * | p, |
| QSvgExtraStates & | states ) |
Definition at line 537 of file qsvgstyle.cpp.
| QSvgRefCounter<QSvgCompOpStyle> QSvgStaticStyle::compop |
Definition at line 629 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgFillStyle> QSvgStaticStyle::fill |
Definition at line 623 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgFontStyle> QSvgStaticStyle::font |
Definition at line 625 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgOffsetStyle> QSvgStaticStyle::offset |
Definition at line 630 of file qsvgstyle_p.h.
Referenced by testing.tools.fixup_pdf_template.TemplateProcessor::insert_xref_entry(), and testing.tools.fixup_pdf_template.TemplateProcessor::process_line().
| QSvgRefCounter<QSvgOpacityStyle> QSvgStaticStyle::opacity |
Definition at line 628 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgQualityStyle> QSvgStaticStyle::quality |
Definition at line 622 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgStrokeStyle> QSvgStaticStyle::stroke |
Definition at line 626 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgTransformStyle> QSvgStaticStyle::transform |
Definition at line 627 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgViewportFillStyle> QSvgStaticStyle::viewportFill |
Definition at line 624 of file qsvgstyle_p.h.