![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgfilter_p.h>
Public Types | |
enum class | Mode : quint8 { Normal , Multiply , Screen , Darken , Lighten } |
Public Types inherited from QSvgNode | |
enum | Type { Doc , Group , Defs , Switch , AnimateColor , AnimateTransform , Circle , Ellipse , Image , Line , Path , Polygon , Polyline , Rect , Text , Textarea , Tspan , Use , Video , Mask , Symbol , Marker , Pattern , Filter , FeMerge , FeMergenode , FeColormatrix , FeGaussianblur , FeOffset , FeComposite , FeFlood , FeBlend , FeUnsupported } |
enum | DisplayMode { InlineMode , BlockMode , ListItemMode , RunInMode , CompactMode , MarkerMode , TableMode , InlineTableMode , TableRowGroupMode , TableHeaderGroupMode , TableFooterGroupMode , TableRowMode , TableColumnGroupMode , TableColumnMode , TableCellMode , TableCaptionMode , NoneMode , InheritMode } |
Additional Inherited Members | |
Static Public Member Functions inherited from QSvgFeFilterPrimitive | |
static const QSvgFeFilterPrimitive * | castToFilterPrimitive (const QSvgNode *node) |
Protected Types inherited from QSvgNode | |
enum | BoundsMode { Simplistic , IncludeMiterLimit } |
Protected Member Functions inherited from QSvgNode | |
QRectF | filterRegion (QRectF bounds) const |
Static Protected Member Functions inherited from QSvgNode | |
static qreal | strokeWidth (QPainter *p) |
static void | initPainter (QPainter *p) |
static QRectF | boundsOnStroke (QPainter *p, const QPainterPath &path, qreal width, BoundsMode mode) |
Protected Attributes inherited from QSvgFeFilterPrimitive | |
QString | m_input |
QString | m_result |
QSvgRectF | m_rect |
Protected Attributes inherited from QSvgStructureNode | |
QList< QSvgNode * > | m_renderers |
QHash< QString, QSvgNode * > | m_scope |
QList< QSvgStructureNode * > | m_linkedScopes |
bool | m_recursing = false |
Protected Attributes inherited from QSvgNode | |
QSvgStaticStyle | m_style |
QSvgAnimatedStyle | m_animatedStyle |
Definition at line 185 of file qsvgfilter_p.h.
|
strong |
Enumerator | |
---|---|
Normal | |
Multiply | |
Screen | |
Darken | |
Lighten |
Definition at line 188 of file qsvgfilter_p.h.
QSvgFeBlend::QSvgFeBlend | ( | QSvgNode * | parent, |
const QString & | input, | ||
const QString & | result, | ||
const QSvgRectF & | rect, | ||
const QString & | input2, | ||
Mode | mode ) |
Definition at line 733 of file qsvgfilter.cpp.
|
overridevirtual |
Implements QSvgFeFilterPrimitive.
Definition at line 747 of file qsvgfilter.cpp.
|
overridevirtual |
Reimplemented from QSvgFeFilterPrimitive.
Definition at line 842 of file qsvgfilter.cpp.
|
overridevirtual |
Implements QSvgNode.
Definition at line 742 of file qsvgfilter.cpp.