![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
p | setX (p.x()+1) |
p | rx ()++ |
QPoint | p (1, 2) |
[0] | |
p | ry ()++ |
QPoint | p (3, 7) |
[2] | |
QPoint | p (-1, 4) |
[4] | |
QPoint | p (-3, 10) |
[16] | |
p | setX (p.x()+1.0) |
QPointF | p (1.1, 2.5) |
[9] | |
QPointF | p (3.1, 7.1) |
[11] | |
QPointF | q (-1.0, 4.1) |
QPointF | p (-1.1, 4.1) |
[13] | |
p *QPointF | p (-2.75, 10.25) |
[14] | |
Variables | |
QPoint | p = QPoint(1, 0) |
[0] | |
QPoint | q (-1, 4) |
int | dotProduct = QPoint::dotProduct(p, q) |
QPoint | oldPosition |
[6] | |
double | trueLength = std::sqrt(std::pow(x(), 2) + std::pow(y(), 2)) |
[7] | |
p rx | ( | ) |
Referenced by QPainterPath::addEllipse(), advanceLastIndexOnEmptyMatch(), QRasterPaintEngine::alphaPenBlt(), arrayLength(), QGraphicsLineItem::boundingRect(), createEllipseNode(), createRectNode(), decayArrayToPointer(), QPainter::drawEllipse(), QPainter::drawEllipse(), fillLine< Clip, LeftToRight >(), fillLine< Clip, RightToLeft >(), fillLine< NoClip, LeftToRight >(), fillLine< NoClip, RightToLeft >(), fillLines(), QX11PaintEnginePrivate::fillPath(), findNearestColor(), QBenchmarkValgrindUtils::getNewestFileName(), QPlaceManagerEngineNokiaV2::icon(), isBypassed(), isHostExcluded(), QAbstractItemModel::match(), QQuickComboBoxPrivate::match(), QMimeGlobPattern::matchFileName(), QV4::RegExpPrototype::method_match(), QV4::RegExpPrototype::method_replace(), QV4::RegExpPrototype::method_search(), QV4::RegExpPrototype::method_split(), QEdidParser::parse(), QQuickSvgParser::parsePathDataFast(), parsePathDataFast(), parseTracepoint(), QQuickSvgParser::pathArc(), pathArc(), pathArcSegment(), pathArcSegment(), QSvgHandler::processingInstruction(), qFindPSQLVersion(), QStringList::QMutableStringListIterator(), qt_fetch_conical_gradient_template(), qt_fetch_linear_gradient_template(), qt_fetch_radial_gradient_template(), qt_qimageScaleAARGB_down_xy(), qt_qimageScaleAARGBA_down_xy(), removeBraces(), sequenceLength(), QQC2::QCommonStyle::subControlRect(), QCommonStyle::subControlRect(), QRegularExpression::wildcardToRegularExpression(), src_gui_util_qvalidator::Wrapper::wrapper2(), and writeRxPattern().
p ry | ( | ) |
Referenced by QPainterPath::addEllipse(), QRasterPaintEngine::alphaPenBlt(), createEllipseNode(), createRectNode(), QPainter::drawEllipse(), QPainter::drawEllipse(), QX11PaintEnginePrivate::fillPath(), QEdidParser::parse(), QQuickSvgParser::parsePathDataFast(), parsePathDataFast(), QQuickSvgParser::pathArc(), pathArc(), pathArcSegment(), pathArcSegment(), qt_fetch_conical_gradient_template(), qt_fetch_linear_gradient_template(), and qt_fetch_radial_gradient_template().
Definition at line 48 of file src_corelib_tools_qpoint.cpp.
Referenced by QDoubleVector3D::distanceToLine(), QVector2D::distanceToLine(), QVector3D::distanceToLine(), QDoubleVector3D::distanceToPlane(), QVector3D::distanceToPlane(), and QVector3D::distanceToPlane().
QPoint oldPosition |
[6]
[7]
Definition at line 59 of file src_corelib_tools_qpoint.cpp.
Referenced by QQC2_NAMESPACE::QMacStyle::drawControl(), QMacStyle::drawControl(), QWidgetWindow::handleMoveEvent(), QTextDocumentLayoutPrivate::layoutBlock(), QQuickFlickable::mouseReleaseEvent(), QtAndroidAccessibility::scrollBackward(), QtAndroidAccessibility::scrollForward(), and QQuickMultiPointTouchArea::sendMouseEvent().
[0]
[15]
[8]
[16]
[1]
[2]
[3]
[4]
[5]
[6]
[9]
[10]
[11]
[12]
[13]
[14]
[17]
Definition at line 5 of file src_corelib_tools_qpoint.cpp.