Qt 4.8
|
#include "qsvggraphics_p.h"
#include "qsvgfont_p.h"
#include "qpainter.h"
#include "qtextdocument.h"
#include "qabstracttextdocumentlayout.h"
#include "qtextcursor.h"
#include "qdebug.h"
#include <math.h>
#include <limits.h>
Go to the source code of this file.
Macros | |
#define | QT_SVG_DRAW_SHAPE(command) |
Functions | |
static QRectF | boundsOnStroke (QPainter *p, const QPainterPath &path, qreal width) |
#define QT_SVG_DRAW_SHAPE | ( | command | ) |
Definition at line 59 of file qsvggraphics.cpp.
Referenced by QSvgEllipse::draw(), QSvgPath::draw(), QSvgPolygon::draw(), and QSvgRect::draw().
|
inlinestatic |
Definition at line 81 of file qsvggraphics.cpp.
Referenced by QSvgArc::bounds(), QSvgEllipse::bounds(), QSvgLine::bounds(), QSvgPath::bounds(), QSvgPolygon::bounds(), QSvgPolyline::bounds(), and QSvgRect::bounds().