Sophie

Sophie

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

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" />
<!-- qrect.cpp -->
  <title>List of All Members for QRect | Qt Core 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="qtcore-index.html">Qt Core</a></td><td ><a href="qtcore-module.html">C++ Classes</a></td><td >QRect</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtcore-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 QRect</h1>
<p>This is the complete list of members for <a href="qrect.html">QRect</a>, including inherited members.</p>
<div class="table"><table class="propsummary">
<tr><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qrect.html#QRect">QRect</a></b></span>()</li>
<li class="fn"><span class="name"><b><a href="qrect.html#QRect-1">QRect</a></b></span>(const QPoint &amp;, const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#QRect-2">QRect</a></b></span>(const QPoint &amp;, const QSize &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#QRect-3">QRect</a></b></span>(int , int , int , int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#adjust">adjust</a></b></span>(int , int , int , int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#adjusted">adjusted</a></b></span>(int , int , int , int ) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#bottom">bottom</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#bottomLeft">bottomLeft</a></b></span>() const : QPoint</li>
<li class="fn"><span class="name"><b><a href="qrect.html#bottomRight">bottomRight</a></b></span>() const : QPoint</li>
<li class="fn"><span class="name"><b><a href="qrect.html#center">center</a></b></span>() const : QPoint</li>
<li class="fn"><span class="name"><b><a href="qrect.html#contains">contains</a></b></span>(const QPoint &amp;, bool ) const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#contains-1">contains</a></b></span>(const QRect &amp;, bool ) const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#contains-2">contains</a></b></span>(int , int ) const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#contains-3">contains</a></b></span>(int , int , bool ) const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#getCoords">getCoords</a></b></span>(int *, int *, int *, int *) const</li>
<li class="fn"><span class="name"><b><a href="qrect.html#getRect">getRect</a></b></span>(int *, int *, int *, int *) const</li>
<li class="fn"><span class="name"><b><a href="qrect.html#height">height</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#intersected">intersected</a></b></span>(const QRect &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#intersects">intersects</a></b></span>(const QRect &amp;) const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#isEmpty">isEmpty</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#isNull">isNull</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#isValid">isValid</a></b></span>() const : bool</li>
<li class="fn"><span class="name"><b><a href="qrect.html#left">left</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#marginsAdded">marginsAdded</a></b></span>(const QMargins &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#marginsRemoved">marginsRemoved</a></b></span>(const QMargins &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveBottom">moveBottom</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveBottomLeft">moveBottomLeft</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveBottomRight">moveBottomRight</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveCenter">moveCenter</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveLeft">moveLeft</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveRight">moveRight</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveTo">moveTo</a></b></span>(int , int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveTo-1">moveTo</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveTop">moveTop</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveTopLeft">moveTopLeft</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#moveTopRight">moveTopRight</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#normalized">normalized</a></b></span>() const : QRect</li>
</ul></td><td class="topAlign"><ul>
<li class="fn"><span class="name"><b><a href="qrect.html#right">right</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setBottom">setBottom</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setBottomLeft">setBottomLeft</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setBottomRight">setBottomRight</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setCoords">setCoords</a></b></span>(int , int , int , int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setHeight">setHeight</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setLeft">setLeft</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setRect">setRect</a></b></span>(int , int , int , int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setRight">setRight</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setSize">setSize</a></b></span>(const QSize &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setTop">setTop</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setTopLeft">setTopLeft</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setTopRight">setTopRight</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setWidth">setWidth</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setX">setX</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#setY">setY</a></b></span>(int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#size">size</a></b></span>() const : QSize</li>
<li class="fn"><span class="name"><b><a href="qrect.html#toCGRect">toCGRect</a></b></span>() const : CGRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#top">top</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#topLeft">topLeft</a></b></span>() const : QPoint</li>
<li class="fn"><span class="name"><b><a href="qrect.html#topRight">topRight</a></b></span>() const : QPoint</li>
<li class="fn"><span class="name"><b><a href="qrect.html#translate">translate</a></b></span>(int , int )</li>
<li class="fn"><span class="name"><b><a href="qrect.html#translate-1">translate</a></b></span>(const QPoint &amp;)</li>
<li class="fn"><span class="name"><b><a href="qrect.html#translated">translated</a></b></span>(int , int ) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#translated-1">translated</a></b></span>(const QPoint &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#transposed">transposed</a></b></span>() const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#united">united</a></b></span>(const QRect &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#width">width</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#x">x</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#y">y</a></b></span>() const : int</li>
<li class="fn"><span class="name"><b><a href="qrect.html#operator-and">operator&amp;</a></b></span>(const QRect &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#operator-and-eq">operator&amp;=</a></b></span>(const QRect &amp;) : QRect &amp;</li>
<li class="fn"><span class="name"><b><a href="qrect.html#operator-2b-eq">operator+=</a></b></span>(const QMargins &amp;) : QRect &amp;</li>
<li class="fn"><span class="name"><b><a href="qrect.html#operator--eq">operator-=</a></b></span>(const QMargins &amp;) : QRect &amp;</li>
<li class="fn"><span class="name"><b><a href="qrect.html#operator-7c">operator|</a></b></span>(const QRect &amp;) const : QRect</li>
<li class="fn"><span class="name"><b><a href="qrect.html#operator-7c-eq">operator|=</a></b></span>(const QRect &amp;) : QRect &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>