Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-updates > by-pkgid > 6ed78e842caa17fd5c94d65d685685e0 > files > 70

qtscxml5-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" />
<!-- qscxmlexecutablecontent.cpp -->
  <title>QScxmlExecutableContent Namespace | Qt SCXML 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="qtscxml-index.html">Qt SCXML</a></td><td >QScxmlExecutableContent Namespace</td></tr></table><table class="buildversion"><tr>
<td id="buildversion" width="100%" align="right"><a href="qtscxml-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="#classes">Classes</a></li>
<li class="level1"><a href="#types">Types</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">QScxmlExecutableContent Namespace</h1>
<!-- $$$QScxmlExecutableContent-brief -->
<p>The <a href="qscxmlexecutablecontent.html">QScxmlExecutableContent</a> namespace contains various types used to interpret executable content in state machines. <a href="#details">More...</a></p>
<!-- @@@QScxmlExecutableContent -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QScxmlExecutableContent&gt;</span>
</td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += scxml</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Since:</td><td class="memItemRight bottomAlign">  Qt 5.8</td></tr></table></div><ul>
</ul>
<a name="classes"></a>
<h2 id="classes">Classes</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent-assignmentinfo.html">AssignmentInfo</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent-evaluatorinfo.html">EvaluatorInfo</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent-foreachinfo.html">ForeachInfo</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent-invokeinfo.html">InvokeInfo</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> class </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent-parameterinfo.html">ParameterInfo</a></b></td></tr>
</table></div>
<a name="types"></a>
<h2 id="types">Types</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> typedef </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent.html#ContainerId-typedef">ContainerId</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> typedef </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent.html#EvaluatorId-typedef">EvaluatorId</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> typedef </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent.html#InstructionId-typedef">InstructionId</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> typedef </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent.html#StringId-typedef">StringId</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> enum </td><td class="memItemRight bottomAlign"><b><a href="qscxmlexecutablecontent.html#anonymous-enum">anonymous</a></b> { NoContainer, NoEvaluator, NoInstruction, NoString }</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QScxmlExecutableContent-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qscxmlexecutablecontent.html">QScxmlExecutableContent</a> namespace contains various types used to interpret executable content in state machines.</p>
</div>
<!-- @@@QScxmlExecutableContent -->
<div class="classes">
<h2>Classes</h2>
<h3> class <a href="qscxmlexecutablecontent-assignmentinfo.html">AssignmentInfo</a></h3><!-- $$$AssignmentInfo-brief -->
<p>The AssingmentInfo class represents a data assignment. <a href="qscxmlexecutablecontent-assignmentinfo.html#details">More...</a></p>
<!-- @@@AssignmentInfo -->
<h3> class <a href="qscxmlexecutablecontent-evaluatorinfo.html">EvaluatorInfo</a></h3><!-- $$$EvaluatorInfo-brief -->
<p>The <a href="qscxmlexecutablecontent-evaluatorinfo.html">EvaluatorInfo</a> class represents a unit of executable content. <a href="qscxmlexecutablecontent-evaluatorinfo.html#details">More...</a></p>
<!-- @@@EvaluatorInfo -->
<h3> class <a href="qscxmlexecutablecontent-foreachinfo.html">ForeachInfo</a></h3><!-- $$$ForeachInfo-brief -->
<p>The <a href="qscxmlexecutablecontent-foreachinfo.html">ForeachInfo</a> class represents a foreach construct. <a href="qscxmlexecutablecontent-foreachinfo.html#details">More...</a></p>
<!-- @@@ForeachInfo -->
<h3> class <a href="qscxmlexecutablecontent-invokeinfo.html">InvokeInfo</a></h3><!-- $$$InvokeInfo-brief -->
<p>The <a href="qscxmlexecutablecontent-invokeinfo.html">InvokeInfo</a> class represents a service invocation. <a href="qscxmlexecutablecontent-invokeinfo.html#details">More...</a></p>
<!-- @@@InvokeInfo -->
<h3> class <a href="qscxmlexecutablecontent-parameterinfo.html">ParameterInfo</a></h3><!-- $$$ParameterInfo-brief -->
<p>The <a href="qscxmlexecutablecontent-parameterinfo.html">ParameterInfo</a> class represents a parameter to a service invocation. <a href="qscxmlexecutablecontent-parameterinfo.html#details">More...</a></p>
<!-- @@@ParameterInfo -->
</div>
<div class="types">
<h2>Type Documentation</h2>
<!-- $$$ContainerId -->
<h3 class="fn" id="ContainerId-typedef"><a name="ContainerId-typedef"></a>typedef QScxmlExecutableContent::<span class="name">ContainerId</span></h3>
<p>ID for a container holding executable content.</p>
<p>This typedef was introduced in  Qt 5.8.</p>
<!-- @@@ContainerId -->
<!-- $$$EvaluatorId -->
<h3 class="fn" id="EvaluatorId-typedef"><a name="EvaluatorId-typedef"></a>typedef QScxmlExecutableContent::<span class="name">EvaluatorId</span></h3>
<p>ID for a unit of executable content.</p>
<p>This typedef was introduced in  Qt 5.8.</p>
<!-- @@@EvaluatorId -->
<!-- $$$InstructionId -->
<h3 class="fn" id="InstructionId-typedef"><a name="InstructionId-typedef"></a>typedef QScxmlExecutableContent::<span class="name">InstructionId</span></h3>
<p>ID for an instruction of executable content.</p>
<p>This typedef was introduced in  Qt 5.8.</p>
<!-- @@@InstructionId -->
<!-- $$$StringId -->
<h3 class="fn" id="StringId-typedef"><a name="StringId-typedef"></a>typedef QScxmlExecutableContent::<span class="name">StringId</span></h3>
<p>ID for a string contained in executable content.</p>
<p>This typedef was introduced in  Qt 5.8.</p>
<!-- @@@StringId -->
<!-- $$$anonymous$$$NoContainer$$$NoString$$$NoInstruction$$$NoEvaluator -->
<h3 class="fn" id="anonymous-enum"><a name="anonymous-enum"></a>enum QScxmlExecutableContent::<span class="name">anonymous</span></h3>
<p>This enum type holds the invalid values for type definitions.</p>
<div class="table"><table class="valuelist"><tr valign="top" class="odd"><th class="tblConst">Constant</th><th class="tblval">Value</th><th class="tbldscr">Description</th></tr>
<tr><td class="topAlign"><code>QScxmlExecutableContent::NoContainer</code></td><td class="topAlign tblval"><code>-1</code></td><td class="topAlign"><a href="qscxmlexecutablecontent.html#ContainerId-typedef">ContainerId</a> is unknown.</td></tr>
<tr><td class="topAlign"><code>QScxmlExecutableContent::NoEvaluator</code></td><td class="topAlign tblval"><code>-1</code></td><td class="topAlign"><a href="qscxmlexecutablecontent.html#EvaluatorId-typedef">EvaluatorId</a> is unknown.</td></tr>
<tr><td class="topAlign"><code>QScxmlExecutableContent::NoInstruction</code></td><td class="topAlign tblval"><code>-1</code></td><td class="topAlign"><a href="qscxmlexecutablecontent.html#InstructionId-typedef">InstructionId</a> is unknown.</td></tr>
<tr><td class="topAlign"><code>QScxmlExecutableContent::NoString</code></td><td class="topAlign tblval"><code>-1</code></td><td class="topAlign"><a href="qscxmlexecutablecontent.html#StringId-typedef">StringId</a> is unknown.</td></tr>
</table></div>
<p>This enum was introduced or modified in  Qt 5.8.</p>
<!-- @@@anonymous -->
</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>