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
qsvgpaintserver_p.h File Reference

(9cdddaa067a0c54a5806a2492b2a5bfcbc03e0f0)

#include <memory>
#include <QtCore/qrect.h>
#include <QtCore/qset.h>
#include <QtCore/qstring.h>
#include <QtGui/qcolor.h>
#include <QtGui/qbrush.h>
#include <QtGui/qpainter.h>
#include <QtGui/qpen.h>
#include <QtGui/qtransform.h>
#include "qtsvgexports.h"
Include dependency graph for qsvgpaintserver_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QSvgPaintServer
class  QSvgSolidColorPaint
class  QSvgGradientPaint
class  QSvgPatternPaint

Typedefs

using QSvgPaintServerSharedPtr = std::shared_ptr<QSvgPaintServer>
using QSvgGradientPaintSharedPtr = std::shared_ptr<QSvgGradientPaint>

Typedef Documentation

◆ QSvgGradientPaintSharedPtr

Definition at line 188 of file qsvgpaintserver_p.h.

◆ QSvgPaintServerSharedPtr

using QSvgPaintServerSharedPtr = std::shared_ptr<QSvgPaintServer>

Definition at line 187 of file qsvgpaintserver_p.h.