Sophie

Sophie

distrib > Mageia > 7 > x86_64 > by-pkgid > 845e36bb3ecce380666d628d88446962 > files > 133

qtdatavis3d5-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" />
<!-- qbardataproxy.cpp -->
  <title>BarDataProxy QML Type | Qt Data Visualization 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="qtdatavisualization-index.html">Qt Data Visualization</a></td><td ><a href="qtdatavisualization-qmlmodule.html">QML Types</a></td><td >BarDataProxy QML Type</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtdatavisualization-index.html">Qt Data Visualization | Commercial or GPLv3</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">BarDataProxy QML Type</h1>
<span class="subtitle"></span>
<!-- $$$BarDataProxy-brief -->
<p>The data proxy for a 3D bars graph. <a href="#details">More...</a></p>
<!-- @@@BarDataProxy -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import QtDataVisualization 1.2</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  QtDataVisualization 1.0</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Instantiates:</td><td class="memItemRight bottomAlign"> <a href="qml-qtdatavisualization-bardataproxy.html"><a href="qbardataproxy.html">QBarDataProxy</a></td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <p><a href="qml-qtdatavisualization-abstractdataproxy.html">AbstractDataProxy</a></p>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherited By:</td><td class="memItemRight bottomAlign"> <p><a href="qml-qtdatavisualization-itemmodelbardataproxy.html">ItemModelBarDataProxy</a></p>
</td></tr></table></div><ul>
<li><a href="qml-qtdatavisualization-bardataproxy-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-qtdatavisualization-bardataproxy.html#columnLabels-prop">columnLabels</a></b></b> : list</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-bardataproxy.html#rowCount-prop">rowCount</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-bardataproxy.html#rowLabels-prop">rowLabels</a></b></b> : list</li>
<li class="fn"><b><b><a href="qml-qtdatavisualization-bardataproxy.html#series-prop">series</a></b></b> : Bar3DSeries</li>
</ul>
<!-- $$$BarDataProxy-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>This type handles adding, inserting, changing, and removing rows of data with Qt Quick 2.</p>
<p>This type is uncreatable, but contains properties that are exposed via subtypes.</p>
<p>For a more complete description, see <a href="qbardataproxy.html">QBarDataProxy</a>.</p>
<p><b>See also </b><a href="qml-qtdatavisualization-itemmodelbardataproxy.html">ItemModelBarDataProxy</a> and <a href="qtdatavisualization-data-handling.html">Qt Data Visualization Data Handling</a>.</p>
<!-- @@@BarDataProxy -->
<h2>Property Documentation</h2>
<!-- $$$columnLabels -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="columnLabels-prop">
<td class="tblQmlPropNode"><p>
<a name="columnLabels-prop"></a><span class="name">columnLabels</span> : <span class="type">list</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The optional column labels for the array. Indexes in this array match column indexes in rows. If the list is shorter than the longest row, all columns will not get labels.</p>
</div></div><!-- @@@columnLabels -->
<br/>
<!-- $$$rowCount -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="rowCount-prop">
<td class="tblQmlPropNode"><p>
<a name="rowCount-prop"></a><span class="name">rowCount</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The number of rows in the array.</p>
</div></div><!-- @@@rowCount -->
<br/>
<!-- $$$rowLabels -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="rowLabels-prop">
<td class="tblQmlPropNode"><p>
<a name="rowLabels-prop"></a><span class="name">rowLabels</span> : <span class="type">list</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The optional row labels for the array. Indexes in this array match the row indexes in the data array. If the list is shorter than the number of rows, all rows will not get labels.</p>
</div></div><!-- @@@rowLabels -->
<br/>
<!-- $$$series -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="series-prop">
<td class="tblQmlPropNode"><p>
<a name="series-prop"></a><span class="name">series</span> : <span class="type"><a href="qml-qtdatavisualization-bar3dseries.html">Bar3DSeries</a></span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The series this proxy is attached to.</p>
</div></div><!-- @@@series -->
<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>