Sophie

Sophie

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

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>QScxmlInvokableServiceFactory 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 >QScxmlInvokableServiceFactory</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="#properties">Properties</a></li>
<li class="level1"><a href="#public-functions">Public Functions</a></li>
<li class="level1"><a href="#static-public-members">Static Public Members</a></li>
<li class="level1"><a href="#protected-functions">Protected Functions</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">QScxmlInvokableServiceFactory Class</h1>
<!-- $$$QScxmlInvokableServiceFactory-brief -->
<p>The <a href="qscxmlinvokableservicefactory.html">QScxmlInvokableServiceFactory</a> class creates invokable service instances. <a href="#details">More...</a></p>
<!-- @@@QScxmlInvokableServiceFactory -->
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign">   <span class="preprocessor">#include &lt;QScxmlInvokableServiceFactory&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"> Inherited By:</td><td class="memItemRight bottomAlign"> <p><a href="qscxmldynamicscxmlservicefactory.html">QScxmlDynamicScxmlServiceFactory</a> and <a href="qscxmlstaticscxmlservicefactory.html">QScxmlStaticScxmlServiceFactory</a></p>
</td></tr></table></div><ul>
<li><a href="qscxmlinvokableservicefactory-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><a href="qscxmlinvokableservicefactory.html#invokeInfo-prop">invokeInfo</a></b> : const QScxmlExecutableContent::InvokeInfo</li>
<li class="fn"><b><a href="qscxmlinvokableservicefactory.html#names-prop">names</a></b> : const QVector&lt;QScxmlExecutableContent::StringId&gt;</li>
<li class="fn"><b><a href="qscxmlinvokableservicefactory.html#parameters-prop">parameters</a></b> : const QVector&lt;QScxmlExecutableContent::ParameterInfo&gt;</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="qscxmlinvokableservicefactory.html#QScxmlInvokableServiceFactory">QScxmlInvokableServiceFactory</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>
<tr><td class="memItemLeft rightAlign topAlign"> virtual QScxmlInvokableService *</td><td class="memItemRight bottomAlign"><b><a href="qscxmlinvokableservicefactory.html#invoke">invoke</a></b>(QScxmlStateMachine *<i>parentStateMachine</i>) = 0</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QScxmlExecutableContent::InvokeInfo &amp;</td><td class="memItemRight bottomAlign"><b><a href="qscxmlinvokableservicefactory.html#invokeInfo-prop">invokeInfo</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QVector&lt;QScxmlExecutableContent::StringId&gt; &amp;</td><td class="memItemRight bottomAlign"><b><a href="qscxmlinvokableservicefactory.html#names-prop">names</a></b>() const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QVector&lt;QScxmlExecutableContent::ParameterInfo&gt; &amp;</td><td class="memItemRight bottomAlign"><b><a href="qscxmlinvokableservicefactory.html#parameters-prop">parameters</a></b>() const</td></tr>
</table></div>
<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="qscxmlinvokableservicefactory.html#staticMetaObject-var">staticMetaObject</a></b></td></tr>
</table></div>
<a name="protected-functions"></a>
<h2 id="protected-functions">Protected Functions</h2>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qscxmlinvokableservicefactory.html#QScxmlInvokableServiceFactory-1">QScxmlInvokableServiceFactory</a></b>(QScxmlInvokableServiceFactoryPrivate &amp;<i>dd</i>, QObject *<i>parent</i>)</td></tr>
</table></div>
<a name="details"></a>
<!-- $$$QScxmlInvokableServiceFactory-description -->
<div class="descr">
<h2 id="details">Detailed Description</h2>
<p>The <a href="qscxmlinvokableservicefactory.html">QScxmlInvokableServiceFactory</a> class creates invokable service instances.</p>
<p>Each service instance represents an <code>&lt;invoke&gt;</code> element in the SCXML document. Each time the service is actually invoked, a new instance of <a href="qscxmlinvokableservice.html">QScxmlInvokableService</a> is created.</p>
</div>
<!-- @@@QScxmlInvokableServiceFactory -->
<div class="prop">
<h2>Property Documentation</h2>
<!-- $$$invokeInfo-prop$$$invokeInfo -->
<h3 class="fn" id="invokeInfo-prop"><a name="invokeInfo-prop"></a><span class="name">invokeInfo</span> : const <span class="type"><a href="qscxmlexecutablecontent-invokeinfo.html">QScxmlExecutableContent::InvokeInfo</a></span></h3>
<p>This property holds the <a href="qscxmlexecutablecontent-invokeinfo.html">QScxmlExecutableContent::InvokeInfo</a> passed to the constructor.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> const QScxmlExecutableContent::InvokeInfo &amp;</td><td class="memItemRight bottomAlign"><span class="name"><b>invokeInfo</b></span>() const</td></tr>
</table></div>
<!-- @@@invokeInfo -->
<!-- $$$names-prop$$$names -->
<h3 class="fn" id="names-prop"><a name="names-prop"></a><span class="name">names</span> : const <span class="type">QVector</span>&lt;<span class="type"><a href="qscxmlexecutablecontent.html#StringId-typedef">QScxmlExecutableContent::StringId</a></span>&gt;</h3>
<p>This property holds the names passed to the constructor.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> const QVector&lt;QScxmlExecutableContent::StringId&gt; &amp;</td><td class="memItemRight bottomAlign"><span class="name"><b>names</b></span>() const</td></tr>
</table></div>
<!-- @@@names -->
<!-- $$$parameters-prop$$$parameters -->
<h3 class="fn" id="parameters-prop"><a name="parameters-prop"></a><span class="name">parameters</span> : const <span class="type">QVector</span>&lt;<span class="type"><a href="qscxmlexecutablecontent-parameterinfo.html">QScxmlExecutableContent::ParameterInfo</a></span>&gt;</h3>
<p>This property holds the parameters passed to the constructor.</p>
<p><b>Access functions:</b></p>
<div class="table"><table class="alignedsummary">
<tr><td class="memItemLeft topAlign rightAlign"> const QVector&lt;QScxmlExecutableContent::ParameterInfo&gt; &amp;</td><td class="memItemRight bottomAlign"><span class="name"><b>parameters</b></span>() const</td></tr>
</table></div>
<!-- @@@parameters -->
</div>
<div class="func">
<h2>Member Function Documentation</h2>
<!-- $$$QScxmlInvokableServiceFactory[overload1]$$$QScxmlInvokableServiceFactoryconstQScxmlExecutableContent::InvokeInfo&constQVector<QScxmlExecutableContent::StringId>&constQVector<QScxmlExecutableContent::ParameterInfo>&QObject* -->
<h3 class="fn" id="QScxmlInvokableServiceFactory"><a name="QScxmlInvokableServiceFactory"></a>QScxmlInvokableServiceFactory::<span class="name">QScxmlInvokableServiceFactory</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>Default constructs an instance of QScxmlInvokableServiceFactory.</p><!-- @@@QScxmlInvokableServiceFactory -->
<!-- $$$QScxmlInvokableServiceFactory$$$QScxmlInvokableServiceFactoryQScxmlInvokableServiceFactoryPrivate&QObject* -->
<h3 class="fn" id="QScxmlInvokableServiceFactory-1"><a name="QScxmlInvokableServiceFactory-1"></a><code>[protected] </code>QScxmlInvokableServiceFactory::<span class="name">QScxmlInvokableServiceFactory</span>(<span class="type">QScxmlInvokableServiceFactoryPrivate</span> &amp;<i>dd</i>, <span class="type">QObject</span> *<i>parent</i>)</h3>
<p>Default constructs an instance of QScxmlInvokableServiceFactory.</p><!-- @@@QScxmlInvokableServiceFactory -->
<!-- $$$invoke[overload1]$$$invokeQScxmlStateMachine* -->
<h3 class="fn" id="invoke"><a name="invoke"></a><code>[pure virtual] </code><span class="type"><a href="qscxmlinvokableservice.html">QScxmlInvokableService</a></span> *QScxmlInvokableServiceFactory::<span class="name">invoke</span>(<span class="type"><a href="qscxmlstatemachine.html">QScxmlStateMachine</a></span> *<i>parentStateMachine</i>)</h3>
<p>Invokes the service with the parameters given in the constructor, passing <i>parentStateMachine</i> as the parent. Returns the new invokable service.</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>