Sophie

Sophie

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

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" />
<!-- qscxmlinvokableservice.cpp -->
  <title>QScxmlDynamicScxmlServiceFactory Class | 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 ><a href="qtscxml-module.html">C++ Classes</a></td><td >QScxmlDynamicScxmlServiceFactory</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="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#reimplemented-public-functions">Reimplemented Public Functions</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</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">QScxmlDynamicScxmlServiceFactory Class</h1>
<!-- $$$QScxmlDynamicScxmlServiceFactory-brief -->
<p>The <a href="qscxmldynamicscxmlservicefactory.html">QScxmlDynamicScxmlServiceFactory</a> class creates SCXML service instances from documents loaded at runtime. <a href="#details">More...</a></p>
<!-- @@@QScxmlDynamicScxmlServiceFactory -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QScxmlDynamicScxmlServiceFactory&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><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qscxmlinvokableservicefactory.html">QScxmlInvokableServiceFactory</a></td></tr></table></div><ul>
<li><a href="qscxmldynamicscxmlservicefactory-members.html">List of all members, including inherited members</a></li>
</ul>
<a name="public-functions"></a>
<h2 id="public-functions">Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscxmldynamicscxmlservicefactory.html#QScxmlDynamicScxmlServiceFactory">QScxmlDynamicScxmlServiceFactory</a></b>(const QScxmlExecutableContent::InvokeInfo &amp;<i>invokeInfo</i>, const QVector&lt;QScxmlExecutableContent::StringId&gt; &amp;<i>names</i>, const QVector&lt;QScxmlExecutableContent::ParameterInfo&gt; &amp;<i>parameters</i>, QObject *<i>parent</i> = nullptr)</td></tr>
</table></div>
<a name="reimplemented-public-functions"></a>
<h2 id="reimplemented-public-functions">Reimplemented Public Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual QScxmlInvokableService *</td><td class="memItemRight bottomAlign"><b><a href="qscxmldynamicscxmlservicefactory.html#invoke">invoke</a></b>(QScxmlStateMachine *<i>parentStateMachine</i>) override</td></tr>
</table></div>
<ul>
<li class="fn">4 public functions inherited from <a href="qscxmlinvokableservicefactory.html#public-functions">QScxmlInvokableServiceFactory</a></li>
</ul>
<a name="static-public-members"></a>
<h2 id="static-public-members">Static Public Members</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> const QMetaObject </td><td class="memItemRight bottomAlign"><b><a href="qscxmldynamicscxmlservicefactory.html#staticMetaObject-var">staticMetaObject</a></b></td></tr>
</table></div>
<h3>Additional Inherited Members</h3>
<ul>
<li class="fn">3 properties inherited from <a href="qscxmlinvokableservicefactory.html#properties">QScxmlInvokableServiceFactory</a></li>
</ul>
<a name="details"></a>
<!-- $$$QScxmlDynamicScxmlServiceFactory-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qscxmldynamicscxmlservicefactory.html">QScxmlDynamicScxmlServiceFactory</a> class creates SCXML service instances from documents loaded at runtime.</p>
<p>Dynamically resolved services are used when loading <a href="http://www.w3.org/TR/scxml/">SCXML</a> content from files that a parent state machine requests at runtime, via the <code>srcexpr</code> attribute in the <code>&lt;invoke&gt;</code> element.</p>
</div>
<!-- @@@QScxmlDynamicScxmlServiceFactory -->
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QScxmlDynamicScxmlServiceFactory[overload1]$$$QScxmlDynamicScxmlServiceFactoryconstQScxmlExecutableContent::InvokeInfo&constQVector<QScxmlExecutableContent::StringId>&constQVector<QScxmlExecutableContent::ParameterInfo>&QObject* -->
<h3 class="fn" id="QScxmlDynamicScxmlServiceFactory"><a name="QScxmlDynamicScxmlServiceFactory"></a>QScxmlDynamicScxmlServiceFactory::<span class="name">QScxmlDynamicScxmlServiceFactory</span>(const <span class="type"><a href="qscxmlexecutablecontent-invokeinfo.html">QScxmlExecutableContent::InvokeInfo</a></span> &amp;<i>invokeInfo</i>, const <span class="type">QVector</span>&lt;<span class="type"><a href="qscxmlexecutablecontent.html#StringId-typedef">QScxmlExecutableContent::StringId</a></span>&gt; &amp;<i>names</i>, const <span class="type">QVector</span>&lt;<span class="type"><a href="qscxmlexecutablecontent-parameterinfo.html">QScxmlExecutableContent::ParameterInfo</a></span>&gt; &amp;<i>parameters</i>, <span class="type">QObject</span> *<i>parent</i> = nullptr)</h3>
<p>Creates a factory for dynamically resolved services, passing the attributes of the <code>&lt;invoke&gt;</code> element as <i>invokeInfo</i>, any <code>&lt;param&gt;</code> child elements as <i>parameters</i>, the content of the <code>names</code> attribute as <i>names</i>, and the QObject parent <i>parent</i>.</p>
<!-- @@@QScxmlDynamicScxmlServiceFactory -->
<!-- $$$invoke[overload1]$$$invokeQScxmlStateMachine* -->
<h3 class="fn" id="invoke"><a name="invoke"></a><code>[override virtual] </code><span class="type"><a href="qscxmlinvokableservice.html">QScxmlInvokableService</a></span> *QScxmlDynamicScxmlServiceFactory::<span class="name">invoke</span>(<span class="type"><a href="qscxmlstatemachine.html">QScxmlStateMachine</a></span> *<i>parentStateMachine</i>)</h3>
<p>Reimplemented from <a href="qscxmlinvokableservicefactory.html#invoke">QScxmlInvokableServiceFactory::invoke</a>().</p>
<!-- @@@invoke -->
</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>