Sophie

Sophie

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

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" />
<!-- qabstracttextdocumentlayout.cpp -->
  <title>Selection Class | 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 >Selection</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="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#public-variables">Public Variables</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">Selection Class</h1>
<span class="small-subtitle">(<a href="qabstracttextdocumentlayout-selection.html">QAbstractTextDocumentLayout::Selection</a>)<br/></span>
<!-- $$$Selection-brief -->
<p>The <a href="qabstracttextdocumentlayout-selection.html">QAbstractTextDocumentLayout::Selection</a> class is a convenience class defining the parameters of a selection. <a href="#details">More...</a></p>
<!-- @@@Selection -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;Selection&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += gui</td></tr></table></div><ul>
<li><a href="qabstracttextdocumentlayout-selection-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-variables"></a>
<h2 id="public-variables">Public Variables</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QTextCursor </td><td class="memItemRight bottomAlign"><b><a href="qabstracttextdocumentlayout-selection.html#cursor-var">cursor</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QTextCharFormat </td><td class="memItemRight bottomAlign"><b><a href="qabstracttextdocumentlayout-selection.html#format-var">format</a></b></td></tr>
</table></div>
<a name="details"></a>
<!-- $$$Selection-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qabstracttextdocumentlayout-selection.html">QAbstractTextDocumentLayout::Selection</a> class is a convenience class defining the parameters of a selection.</p>
<p>A selection can be used to specify a part of a document that should be highlighted when drawing custom layouts for QTextDocuments with the <a href="qabstracttextdocumentlayout.html#draw">QAbstractTextDocumentLayout::draw</a>() function. It is specified using <a href="qabstracttextdocumentlayout-selection.html#cursor-var">cursor</a> and a <a href="qabstracttextdocumentlayout-selection.html#format-var">format</a>.</p>
</div>
<p><b>See also </b><a href="qabstracttextdocumentlayout.html">QAbstractTextDocumentLayout</a> and <a href="qabstracttextdocumentlayout-paintcontext.html">PaintContext</a>.</p>
<!-- @@@Selection -->
<div class="vars">
<h2>Member Variable Documentation</h2>
<!-- $$$cursor -->
<h3 class="fn" id="cursor-var"><a name="cursor-var"></a><span class="type"><a href="qtextcursor.html">QTextCursor</a></span> Selection::<span class="name">cursor</span></h3>
<p>This variable holds the selection's cursor</p>
<p>The default value is a null cursor.</p>
<!-- @@@cursor -->
<!-- $$$format -->
<h3 class="fn" id="format-var"><a name="format-var"></a><span class="type"><a href="qtextcharformat.html">QTextCharFormat</a></span> Selection::<span class="name">format</span></h3>
<p>This variable holds the format of the selection</p>
<p>The default value is <a href="qtextformat.html#FormatType-enum">QTextFormat::InvalidFormat</a>.</p>
<!-- @@@format -->
</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>