![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qpainterpath.h"#include "qpainterpath_p.h"#include <qbitmap.h>#include <qdebug.h>#include <qiodevice.h>#include <qlist.h>#include <qpen.h>#include <qpolygon.h>#include <qtextlayout.h>#include <qvarlengtharray.h>#include <qmath.h>#include <private/qbezier_p.h>#include <private/qfontengine_p.h>#include <private/qnumeric_p.h>#include <private/qobject_p.h>#include <private/qpathclipper_p.h>#include <private/qstroker_p.h>#include <private/qtextengine_p.h>#include <cmath>#include <limits.h>Go to the source code of this file.
Macros | |
| #define | PM_INIT |
| #define | PM_MEASURE(x) |
| #define | PM_DISPLAY |
| #define | QT_BEZIER_A(bezier, coord) |
| #define | QT_BEZIER_B(bezier, coord) |
| #define | QT_BEZIER_C(bezier, coord) |
| #define | QT_BEZIER_CHECK_T(bezier, t) |
Enumerations | |
| enum | PainterDirections { Left , Right , Top , Bottom , Left , Right , Top , Bottom } |
| enum | PainterDirections { Left , Right , Top , Bottom , Left , Right , Top , Bottom } |
| #define PM_DISPLAY |
Definition at line 34 of file qpainterpath.cpp.
| #define PM_INIT |
Definition at line 32 of file qpainterpath.cpp.
| #define PM_MEASURE | ( | x | ) |
Definition at line 33 of file qpainterpath.cpp.
| #define QT_BEZIER_A | ( | bezier, | |
| coord ) |
Definition at line 1347 of file qpainterpath.cpp.
| #define QT_BEZIER_B | ( | bezier, | |
| coord ) |
Definition at line 1352 of file qpainterpath.cpp.
| #define QT_BEZIER_C | ( | bezier, | |
| coord ) |
Definition at line 1356 of file qpainterpath.cpp.
| #define QT_BEZIER_CHECK_T | ( | bezier, | |
| t ) |
Definition at line 1359 of file qpainterpath.cpp.
| enum PainterDirections |
| Enumerator | |
|---|---|
| Left | |
| Right | |
| Top | |
| Bottom | |
| Left | |
| Right | |
| Top | |
| Bottom | |
Definition at line 1855 of file qpainterpath.cpp.
| enum PainterDirections |
| Enumerator | |
|---|---|
| Left | |
| Right | |
| Top | |
| Bottom | |
| Left | |
| Right | |
| Top | |
| Bottom | |
Definition at line 1855 of file qpainterpath.cpp.
Definition at line 2250 of file qpainterpath.cpp.
|
static |
Definition at line 47 of file qpainterpath.cpp.
|
static |
Definition at line 52 of file qpainterpath.cpp.
|
inlinestatic |
Definition at line 39 of file qpainterpath.cpp.
| QDataStream & operator<< | ( | QDataStream & | s, |
| const QPainterPath & | p ) |
Definition at line 2420 of file qpainterpath.cpp.
| QDebug operator<< | ( | QDebug | s, |
| const QPainterPath & | p ) |
Definition at line 3692 of file qpainterpath.cpp.
| QDataStream & operator>> | ( | QDataStream & | s, |
| QPainterPath & | p ) |
Definition at line 2447 of file qpainterpath.cpp.
Definition at line 1972 of file qpainterpath.cpp.
| void qt_find_ellipse_coords | ( | const QRectF & | r, |
| qreal | angle, | ||
| qreal | length, | ||
| QPointF * | startPoint, | ||
| QPointF * | endPoint ) |
Definition at line 67 of file qpainterpath.cpp.
|
static |
Definition at line 1936 of file qpainterpath.cpp.
|
static |
Definition at line 1954 of file qpainterpath.cpp.
Definition at line 1369 of file qpainterpath.cpp.
|
static |
Definition at line 1986 of file qpainterpath.cpp.
|
static |
Definition at line 1762 of file qpainterpath.cpp.
|
static |
Definition at line 1730 of file qpainterpath.cpp.
| void qt_path_stroke_cubic_to | ( | qfixed | c1x, |
| qfixed | c1y, | ||
| qfixed | c2x, | ||
| qfixed | c2y, | ||
| qfixed | ex, | ||
| qfixed | ey, | ||
| void * | data ) |
Definition at line 2504 of file qpainterpath.cpp.
Definition at line 2499 of file qpainterpath.cpp.
Definition at line 2494 of file qpainterpath.cpp.
| QPainterPath qt_stroke_dash | ( | const QPainterPath & | path, |
| qreal * | dashes, | ||
| int | dashCount ) |
Definition at line 2874 of file qpainterpath.cpp.
|
inlinestatic |
Definition at line 3012 of file qpainterpath.cpp.