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

(d1b88f8b73c16e1ee362fa4cc853bcaadae0df6a)

#include <qmath.h>
#include <private/qglobal_p.h>
#include <qtransform.h>
Include dependency graph for qmath_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

QRect qt_mapFillRect (const QRectF &rect, const QTransform &xf)

Variables

static QT_BEGIN_NAMESPACE const qreal Q_PI = qreal(M_PI)
static const qreal Q_MM_PER_INCH = 25.4

Function Documentation

◆ qt_mapFillRect()

QRect qt_mapFillRect ( const QRectF & rect,
const QTransform & xf )
inline

Definition at line 27 of file qmath_p.h.

Variable Documentation

◆ Q_MM_PER_INCH

const qreal Q_MM_PER_INCH = 25.4
static

Definition at line 25 of file qmath_p.h.

◆ Q_PI

QT_BEGIN_NAMESPACE const qreal Q_PI = qreal(M_PI)
static

Definition at line 24 of file qmath_p.h.