Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 4ff6143ff2a088c33c83add3bab6e293 > files > 103

qtenginio5-doc-1.6.3-7.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" />
<!-- enginioqmlreply.cpp -->
  <title>EnginioReply QML Type | Enginio Manual 1.6.3</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 1.6</td><td ><a href="enginio-index.html">Enginio Manual</a></td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="enginio-index.html">Qt 1.6&#x2e;3 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">EnginioReply QML Type</h1>
<span class="subtitle"></span>
<!-- $$$EnginioReply-brief -->
<p>A reply to any Enginio request. <a href="#details">More...</a></p>
<!-- @@@EnginioReply -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Import Statement:</td><td class="memItemRight bottomAlign"> import Enginio 1.0</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 5.3</td></tr></table></div><ul>
<li><a href="qml-enginio-enginioreply-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-enginio-enginioreply.html#backendStatus-prop">backendStatus</a></b></b> : int</li>
<li class="fn"><b><b><a href="qml-enginio-enginioreply.html#data-prop">data</a></b></b> : QJSValue</li>
<li class="fn"><b><b><a href="qml-enginio-enginioreply.html#errorString-prop">errorString</a></b></b> : string</li>
<li class="fn"><b><b><a href="qml-enginio-enginioreply.html#errorType-prop">errorType</a></b></b> : Enginio::ErrorType</li>
<li class="fn"><b><b><a href="qml-enginio-enginioreply.html#isError-prop">isError</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-enginio-enginioreply.html#isFinished-prop">isFinished</a></b></b> : bool</li>
<li class="fn"><b><b><a href="qml-enginio-enginioreply.html#networkError-prop">networkError</a></b></b> : QNetworkReply::NetworkError</li>
</ul>
<!-- $$$EnginioReply-description -->
<a name="details"></a>
<h2 id="details">Detailed Description</h2>
<p>The reply, when finished, contains information received from the server:</p>
<ul>
<li>Data - object, which is a result from an earlier request, see the <a href="qml-enginio-enginioreply.html#data-prop">data</a> function</li>
<li>Network status - in case of a network problem, additional information can be accessed through: <a href="qml-enginio-enginioreply.html#errorType-prop">errorType</a>, <a href="qml-enginio-enginioreply.html#errorString-prop">errorString</a>, <a href="qml-enginio-enginioreply.html#networkError-prop">networkError</a></li>
<li>Backend status - a finished request is always associated with a backend status code, which is just an HTTP code, and it can be queried through <a href="qml-enginio-enginioreply.html#backendStatus-prop">backendStatus</a></li>
</ul>
<!-- @@@EnginioReply -->
<h2>Property Documentation</h2>
<!-- $$$backendStatus -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="backendStatus-prop">
<td class="tblQmlPropNode"><p>
<a name="backendStatus-prop"></a><span class="name">backendStatus</span> : <span class="type">int</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The backend status code.</p>
</div></div><!-- @@@backendStatus -->
<br/>
<!-- $$$data -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="data-prop">
<td class="tblQmlPropNode"><p>
<a name="data-prop"></a><span class="name">data</span> : <span class="type">QJSValue</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The data of this reply.</p>
</div></div><!-- @@@data -->
<br/>
<!-- $$$errorString -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="errorString-prop">
<td class="tblQmlPropNode"><p>
<a name="errorString-prop"></a><span class="name">errorString</span> : <span class="type">string</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The error message if this reply was an error.</p>
</div></div><!-- @@@errorString -->
<br/>
<!-- $$$errorType -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="errorType-prop">
<td class="tblQmlPropNode"><p>
<a name="errorType-prop"></a><span class="name">errorType</span> : <span class="type">Enginio::ErrorType</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The type of error (if any) of this reply.</p>
</div></div><!-- @@@errorType -->
<br/>
<!-- $$$isError -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="isError-prop">
<td class="tblQmlPropNode"><p>
<a name="isError-prop"></a><span class="name">isError</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The property holds <code>true</code> if this reply has finished with an error, <code>false</code> otherwise.</p>
</div></div><!-- @@@isError -->
<br/>
<!-- $$$isFinished -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="isFinished-prop">
<td class="tblQmlPropNode"><p>
<a name="isFinished-prop"></a><span class="name">isFinished</span> : <span class="type">bool</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The property holds <code>true</code> if this reply is finished, <code>false</code> otherwise.</p>
</div></div><!-- @@@isFinished -->
<br/>
<!-- $$$networkError -->
<div class="qmlitem"><div class="qmlproto">
<div class="table"><table class="qmlname">
<tr valign="top" class="odd" id="networkError-prop">
<td class="tblQmlPropNode"><p>
<a name="networkError-prop"></a><span class="name">networkError</span> : <span class="type">QNetworkReply::NetworkError</span></p></td></tr>
</table></div>
</div><div class="qmldoc"><p>The network error (if any).</p>
</div></div><!-- @@@networkError -->
<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>