![]() |
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 621 of file qsvgstyle_p.h.
| QSvgStaticStyle::QSvgStaticStyle | ( | ) |
Definition at line 489 of file qsvgstyle.cpp.
| QSvgStaticStyle::~QSvgStaticStyle | ( | ) |
Definition at line 501 of file qsvgstyle.cpp.
| void QSvgStaticStyle::apply | ( | QPainter * | p, |
| const QSvgNode * | node, | ||
| QSvgExtraStates & | states ) |
Definition at line 505 of file qsvgstyle.cpp.
| void QSvgStaticStyle::revert | ( | QPainter * | p, |
| QSvgExtraStates & | states ) |
Definition at line 540 of file qsvgstyle.cpp.
| QSvgRefCounter<QSvgCompOpStyle> QSvgStaticStyle::compop |
Definition at line 636 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgFillStyle> QSvgStaticStyle::fill |
Definition at line 630 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgFontStyle> QSvgStaticStyle::font |
Definition at line 632 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgOffsetStyle> QSvgStaticStyle::offset |
Definition at line 637 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 635 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgQualityStyle> QSvgStaticStyle::quality |
Definition at line 629 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgStrokeStyle> QSvgStaticStyle::stroke |
Definition at line 633 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgTransformStyle> QSvgStaticStyle::transform |
Definition at line 634 of file qsvgstyle_p.h.
| QSvgRefCounter<QSvgViewportFillStyle> QSvgStaticStyle::viewportFill |
Definition at line 631 of file qsvgstyle_p.h.