Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qsvggenerator.cpp File Reference

(1e820e62dda674735cb114c845858ffffe40d6d2)

#include "qsvggenerator.h"
#include "qpainterpath.h"
#include "private/qpaintengine_p.h"
#include "private/qtextengine_p.h"
#include "private/qdrawhelper_p.h"
#include "qfile.h"
#include "qtextstream.h"
#include "qbuffer.h"
#include "qmath.h"
#include "qbitmap.h"
#include "qtransform.h"
#include "qdebug.h"
#include <optional>
Include dependency graph for qsvggenerator.cpp:

Go to the source code of this file.

Classes

class  QSvgPaintEnginePrivate
struct  QSvgPaintEnginePrivate::_attributes
class  QSvgPaintEngine
class  QSvgGeneratorPrivate

Functions

static QT_BEGIN_NAMESPACE void translate_color (const QColor &color, QString *color_string, QString *opacity_string)
static void translate_dashPattern (const QList< qreal > &pattern, qreal width, QString *pattern_string)
static QPaintEngine::PaintEngineFeatures svgEngineFeatures ()
Q_GUI_EXPORT QImage qt_imageForBrush (int brushStyle, bool invert)
Q_GUI_EXPORT bool qHasPixmapTexture (const QBrush &brush)

Function Documentation

◆ qHasPixmapTexture()

Q_GUI_EXPORT bool qHasPixmapTexture ( const QBrush & brush)

Definition at line 87 of file qbrush.cpp.

◆ qt_imageForBrush()

Q_GUI_EXPORT QImage qt_imageForBrush ( int brushStyle,
bool invert )

Definition at line 146 of file qbrush.cpp.

◆ svgEngineFeatures()

QPaintEngine::PaintEngineFeatures svgEngineFeatures ( )
inlinestatic

Definition at line 131 of file qsvggenerator.cpp.

◆ translate_color()

QT_BEGIN_NAMESPACE void translate_color ( const QColor & color,
QString * color_string,
QString * opacity_string )
static

Definition at line 27 of file qsvggenerator.cpp.

◆ translate_dashPattern()

void translate_dashPattern ( const QList< qreal > & pattern,
qreal width,
QString * pattern_string )
static

Definition at line 41 of file qsvggenerator.cpp.