Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > d5e62c01ae8d1e579463c6a871dd44bf > files > 1642

qtbase5-doc-5.12.6-2.mga7.noarch.rpm

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qpainterpath.cpp -->
  <title>List of All Members for QPainterPath | Qt GUI 5.12.6</title>
  <link rel="stylesheet" type="text/css" href="style/offline-simple.css" />
  <script type="text/javascript">
    document.getElementsByTagName("link").item(0).setAttribute("href", "style/offline.css");
    // loading style sheet breaks anchors that were jumped to before
    // so force jumping to anchor again
    setTimeout(function() {
        var anchor = location.hash;
        // need to jump to different anchor first (e.g. none)
        location.hash = "#";
        setTimeout(function() {
            location.hash = anchor;
        }, 0);
    }, 0);
  </script>
</head>
<body>
<div class="header" id="qtdocheader">
  <div class="main">
    <div class="main-rounded">
      <div class="navigationbar">
        <table><tr>
<td >Qt 5.12</td><td ><a href="qtgui-index.html">Qt GUI</a></td><td ><a href="qtgui-module.html">C++ Classes</a></td><td >QPainterPath</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtgui-index.html">Qt 5.12.6 Reference Documentation</a></td>
        </tr></table>
      </div>
    </div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">List of All Members for QPainterPath</h1>
<p>This is the complete list of members for <a href="qpainterpath.html">QPainterPath</a>, including inherited members.</p>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn">class <span class="name"><b><a href="qpainterpath-element.html">Element</a></b></span></li>
<li class="fn">enum <span class="name"><b><a href="qpainterpath.html#ElementType-enum">ElementType</a></b></span></li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#QPainterPath">QPainterPath</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#QPainterPath-1">QPainterPath</a></b></span>(const QPointF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#QPainterPath-2">QPainterPath</a></b></span>(const QPainterPath &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#dtor.QPainterPath">~QPainterPath</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addEllipse">addEllipse</a></b></span>(const QRectF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addEllipse-1">addEllipse</a></b></span>(qreal , qreal , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addEllipse-2">addEllipse</a></b></span>(const QPointF &amp;, qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addPath">addPath</a></b></span>(const QPainterPath &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addPolygon">addPolygon</a></b></span>(const QPolygonF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addRect">addRect</a></b></span>(const QRectF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addRect-1">addRect</a></b></span>(qreal , qreal , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addRegion">addRegion</a></b></span>(const QRegion &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addRoundedRect">addRoundedRect</a></b></span>(const QRectF &amp;, qreal , qreal , Qt::SizeMode )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addRoundedRect-1">addRoundedRect</a></b></span>(qreal , qreal , qreal , qreal , qreal , qreal , Qt::SizeMode )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addText">addText</a></b></span>(const QPointF &amp;, const QFont &amp;, const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#addText-1">addText</a></b></span>(qreal , qreal , const QFont &amp;, const QString &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#angleAtPercent">angleAtPercent</a></b></span>(qreal ) const : qreal</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#arcMoveTo">arcMoveTo</a></b></span>(const QRectF &amp;, qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#arcMoveTo-1">arcMoveTo</a></b></span>(qreal , qreal , qreal , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#arcTo">arcTo</a></b></span>(const QRectF &amp;, qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#arcTo-1">arcTo</a></b></span>(qreal , qreal , qreal , qreal , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#boundingRect">boundingRect</a></b></span>() const : QRectF</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#closeSubpath">closeSubpath</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#connectPath">connectPath</a></b></span>(const QPainterPath &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#contains">contains</a></b></span>(const QPointF &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#contains-1">contains</a></b></span>(const QRectF &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#contains-2">contains</a></b></span>(const QPainterPath &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#controlPointRect">controlPointRect</a></b></span>() const : QRectF</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#cubicTo">cubicTo</a></b></span>(const QPointF &amp;, const QPointF &amp;, const QPointF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#cubicTo-1">cubicTo</a></b></span>(qreal , qreal , qreal , qreal , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#currentPosition">currentPosition</a></b></span>() const : QPointF</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#elementAt">elementAt</a></b></span>(int ) const : QPainterPath::Element</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#elementCount">elementCount</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#fillRule">fillRule</a></b></span>() const : Qt::FillRule</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#intersected">intersected</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#intersects">intersects</a></b></span>(const QRectF &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#intersects-1">intersects</a></b></span>(const QPainterPath &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#isEmpty">isEmpty</a></b></span>() const : bool</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#length">length</a></b></span>() const : qreal</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#lineTo">lineTo</a></b></span>(const QPointF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#lineTo-1">lineTo</a></b></span>(qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#moveTo">moveTo</a></b></span>(const QPointF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#moveTo-1">moveTo</a></b></span>(qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#percentAtLength">percentAtLength</a></b></span>(qreal ) const : qreal</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#pointAtPercent">pointAtPercent</a></b></span>(qreal ) const : QPointF</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#quadTo">quadTo</a></b></span>(const QPointF &amp;, const QPointF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#quadTo-1">quadTo</a></b></span>(qreal , qreal , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#setElementPositionAt">setElementPositionAt</a></b></span>(int , qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#setFillRule">setFillRule</a></b></span>(Qt::FillRule )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#simplified">simplified</a></b></span>() const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#slopeAtPercent">slopeAtPercent</a></b></span>(qreal ) const : qreal</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#subtracted">subtracted</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#swap">swap</a></b></span>(QPainterPath &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toFillPolygon">toFillPolygon</a></b></span>(const QTransform &amp;) const : QPolygonF</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toFillPolygon-1">toFillPolygon</a></b></span>(const QMatrix &amp;) const : QPolygonF</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toFillPolygons">toFillPolygons</a></b></span>(const QTransform &amp;) const : QList&lt;QPolygonF&gt;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toFillPolygons-1">toFillPolygons</a></b></span>(const QMatrix &amp;) const : QList&lt;QPolygonF&gt;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toReversed">toReversed</a></b></span>() const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toSubpathPolygons">toSubpathPolygons</a></b></span>(const QTransform &amp;) const : QList&lt;QPolygonF&gt;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#toSubpathPolygons-1">toSubpathPolygons</a></b></span>(const QMatrix &amp;) const : QList&lt;QPolygonF&gt;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#translate">translate</a></b></span>(qreal , qreal )</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#translate-1">translate</a></b></span>(const QPointF &amp;)</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#translated">translated</a></b></span>(qreal , qreal ) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#translated-1">translated</a></b></span>(const QPointF &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#united">united</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-not-eq">operator!=</a></b></span>(const QPainterPath &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-and">operator&amp;</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-and-eq">operator&amp;=</a></b></span>(const QPainterPath &amp;) : QPainterPath &amp;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-2b">operator+</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-2b-eq">operator+=</a></b></span>(const QPainterPath &amp;) : QPainterPath &amp;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-">operator-</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator--eq">operator-=</a></b></span>(const QPainterPath &amp;) : QPainterPath &amp;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-eq">operator=</a></b></span>(const QPainterPath &amp;) : QPainterPath &amp;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-eq-1">operator=</a></b></span>(QPainterPath &amp;&amp;) : QPainterPath &amp;</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-eq-eq">operator==</a></b></span>(const QPainterPath &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-7c">operator|</a></b></span>(const QPainterPath &amp;) const : QPainterPath</li>
<li class="fn"><span class="name"><b><a href="qpainterpath.html#operator-7c-eq">operator|=</a></b></span>(const QPainterPath &amp;) : QPainterPath &amp;</li>
</ul>
</td></tr>
</table></div>
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2019 The Qt Company Ltd.
   Documentation contributions included herein are the copyrights of
   their respective owners.<br/>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br/>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>