Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qpainterpath_p.h File Reference

(a4f44e06988e91c21c85e0e9f29d656d61f9c68e)

#include <QtGui/private/qtguiglobal_p.h>
#include "QtGui/qpainterpath.h"
#include "QtGui/qregion.h"
#include "QtCore/qlist.h"
#include "QtCore/qshareddata.h"
#include "QtCore/qvarlengtharray.h"
#include <qdebug.h>
#include <private/qvectorpath_p.h>
#include <private/qstroker_p.h>
#include <memory>
+ Include dependency graph for qpainterpath_p.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QVectorPathConverter
 
struct  QVectorPathConverter::QVectorPathData
 
class  QPainterPathPrivate
 
class  QPainterPathStrokerPrivate
 

Macros

#define KAPPA   qreal(0.5522847498)
 

Functions

void Q_GUI_EXPORT qt_find_ellipse_coords (const QRectF &r, qreal angle, qreal length, QPointF *startPoint, QPointF *endPoint)
 

Macro Definition Documentation

◆ KAPPA

#define KAPPA   qreal(0.5522847498)

Definition at line 284 of file qpainterpath_p.h.

Function Documentation

◆ qt_find_ellipse_coords()

void Q_GUI_EXPORT qt_find_ellipse_coords ( const QRectF & r,
qreal angle,
qreal length,
QPointF * startPoint,
QPointF * endPoint )

Definition at line 65 of file qpainterpath.cpp.