Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-updates > by-pkgid > 6e2327ca1c896c6d674ae53117299f21 > files > 1062

qtdeclarative5-doc-5.12.6-1.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" />
<!-- qquickpath.cpp -->
  <title>PathAngleArc QML Type | Qt Quick 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="qtquick-index.html">Qt Quick</a></td><td ><a href="qtquick-qmlmodule.html">QML Types</a></td><td >PathAngleArc QML Type</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtquick-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="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#properties">Properties</a></li>
<li class="level1"><a href="#details">Detailed Description</a></li>
</ul>
</div>
<div class="sidebar-content" id="sidebar-content"></div></div>
<h1 class="title">PathAngleArc QML Type</h1>
<span class="subtitle"></span>
<!-- $$$PathAngleArc-brief -->
<p>Defines an arc with the given radii and center. <a href="#details">More...</a></p>
<!-- @@@PathAngleArc -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtQuick 2.12</td></tr></table></div><ul>
<li><a href="qml-qtquick-pathanglearc-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="properties"></a>
<h2 id="properties">Properties</h2>
<ul>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#centerX-prop">centerX</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#centerY-prop">centerY</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#moveToStart-prop">moveToStart</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#radiusX-prop">radiusX</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#radiusY-prop">radiusY</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#startAngle-prop">startAngle</a></b></b> : real</li>
<li class="fn"><b><b><a href="qml-qtquick-pathanglearc.html#sweepAngle-prop">sweepAngle</a></b></b> : real</li>
</ul>
<!-- $$$PathAngleArc-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p><a href="qml-qtquick-pathanglearc.html">PathAngleArc</a> provides a simple way of specifying an arc. While <a href="qml-qtquick-patharc.html">PathArc</a> is designed to work as part of a larger path (specifying start and end), <a href="qml-qtquick-pathanglearc.html">PathAngleArc</a> is designed to make a path where the arc is primary (such as a circular progress indicator) more intuitive.</p>
<p><b>See also </b><a href="qml-qtquick-path.html">Path</a>, <a href="qml-qtquick-pathline.html">PathLine</a>, <a href="qml-qtquick-pathquad.html">PathQuad</a>, <a href="qml-qtquick-pathcubic.html">PathCubic</a>, <a href="qml-qtquick-pathcurve.html">PathCurve</a>, <a href="qml-qtquick-pathsvg.html">PathSvg</a>, and <a href="qml-qtquick-patharc.html">PathArc</a>.</p>
<!-- @@@PathAngleArc -->
<h2>Property Documentation</h2>
<!-- $$$centerX -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="centerX-prop">
<td class="tblQmlPropNode"><p>
<a name="centerX-prop"></a><span class="name">centerX</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the center of the arc.</p>
</div></div><!-- @@@centerX -->
<br/>
<!-- $$$centerY -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="centerY-prop">
<td class="tblQmlPropNode"><p>
<a name="centerY-prop"></a><span class="name">centerY</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the center of the arc.</p>
</div></div><!-- @@@centerY -->
<br/>
<!-- $$$moveToStart -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="moveToStart-prop">
<td class="tblQmlPropNode"><p>
<a name="moveToStart-prop"></a><span class="name">moveToStart</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Whether this element should be disconnected from the previous Path element (or startX/Y).</p>
<p>The default value is true. If set to false, the previous element's end-point (or startX/Y if <a href="qml-qtquick-pathanglearc.html">PathAngleArc</a> is the first element) will be connected to the arc's start-point with a straight line.</p>
</div></div><!-- @@@moveToStart -->
<br/>
<!-- $$$radiusX -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="radiusX-prop">
<td class="tblQmlPropNode"><p>
<a name="radiusX-prop"></a><span class="name">radiusX</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the radii of the ellipse of which the arc is part.</p>
</div></div><!-- @@@radiusX -->
<br/>
<!-- $$$radiusY -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="radiusY-prop">
<td class="tblQmlPropNode"><p>
<a name="radiusY-prop"></a><span class="name">radiusY</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the radii of the ellipse of which the arc is part.</p>
</div></div><!-- @@@radiusY -->
<br/>
<!-- $$$startAngle -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="startAngle-prop">
<td class="tblQmlPropNode"><p>
<a name="startAngle-prop"></a><span class="name">startAngle</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the start angle of the arc.</p>
<p>The start angle is reported clockwise, with zero degrees at the 3 o'clock position.</p>
</div></div><!-- @@@startAngle -->
<br/>
<!-- $$$sweepAngle -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="sweepAngle-prop">
<td class="tblQmlPropNode"><p>
<a name="sweepAngle-prop"></a><span class="name">sweepAngle</span> : <span class="type">real</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>Defines the sweep angle of the arc.</p>
<p>The arc will begin at <a href="qml-qtquick-pathanglearc.html#startAngle-prop">startAngle</a> and continue sweepAngle degrees, with a value of 360 resulting in a full circle. Positive numbers are clockwise and negative numbers are counterclockwise.</p>
</div></div><!-- @@@sweepAngle -->
<br/>
        </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>