<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- qpropertynodeaddedchange.cpp --> <title>QPropertyNodeAddedChange Class | Qt 3D 5.11</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 ><a href="../qtdoc/index.html">Qt 5.11</a></td><td ><a href="qt3d-index.html">Qt 3D</a></td><td ><a href="qt3d-cpp.html">C++ Classes</a></td><td >QPropertyNodeAddedChange</td></tr></table><table class="buildversion"><tr> <td id="buildversion" width="100%" align="right">Qt 5.11.2 Reference Documentation</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="#related-non-members">Related Non-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">QPropertyNodeAddedChange Class</h1> <span class="small-subtitle">(<a href="qt3dcore-qpropertynodeaddedchange.html">Qt3DCore::QPropertyNodeAddedChange</a>)<br/></span> <!-- $$$QPropertyNodeAddedChange-brief --> <p>Used to notify when a node is added to a property. <a href="#details">More...</a></p> <!-- @@@QPropertyNodeAddedChange --> <div class="table"><table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> Header:</td><td class="memItemRight bottomAlign"> <span class="preprocessor">#include <Qt3DCore/QPropertyNodeAddedChange></span> </td></tr><tr><td class="memItemLeft rightAlign topAlign"> qmake:</td><td class="memItemRight bottomAlign"> QT += 3dcore</td></tr><tr><td class="memItemLeft rightAlign topAlign"> Inherits:</td><td class="memItemRight bottomAlign"> <a href="qt3dcore-qstaticpropertyvalueaddedchangebase.html">Qt3DCore::QStaticPropertyValueAddedChangeBase</a></td></tr></table></div><ul> <li><a href="qt3dcore-qpropertynodeaddedchange-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="qt3dcore-qpropertynodeaddedchange.html#QPropertyNodeAddedChange">QPropertyNodeAddedChange</a></b>(Qt3DCore::QNodeId <i>subjectId</i>, Qt3DCore::QNode *<i>node</i>)</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> Qt3DCore::QNodeId </td><td class="memItemRight bottomAlign"><b><a href="qt3dcore-qpropertynodeaddedchange.html#addedNodeId">addedNodeId</a></b>() const</td></tr> <tr><td class="memItemLeft rightAlign topAlign"> const QMetaObject *</td><td class="memItemRight bottomAlign"><b><a href="qt3dcore-qpropertynodeaddedchange.html#metaObject">metaObject</a></b>() const</td></tr> </table></div> <ul> <li class="fn">2 public functions inherited from <a href="qt3dcore-qstaticpropertyvalueaddedchangebase.html#public-functions">Qt3DCore::QStaticPropertyValueAddedChangeBase</a></li> <li class="fn">4 public functions inherited from <a href="qt3dcore-qscenechange.html#public-functions">Qt3DCore::QSceneChange</a></li> </ul> <a name="related-non-members"></a> <h2 id="related-non-members">Related Non-Members</h2> <div class="table"><table class="alignedsummary"> <tr><td class="memItemLeft rightAlign topAlign"> typedef </td><td class="memItemRight bottomAlign"><b><a href="qt3dcore-qpropertynodeaddedchange.html#QPropertyNodeAddedChangePtr-typedef">QPropertyNodeAddedChangePtr</a></b></td></tr> </table></div> <a name="details"></a> <!-- $$$QPropertyNodeAddedChange-description --> <div class="descr"> <h2 id="details">Detailed Description</h2> <p>Used to notify when a node is added to a property.</p> </div> <!-- @@@QPropertyNodeAddedChange --> <div class="func"> <h2>Member Function Documentation</h2> <!-- $$$QPropertyNodeAddedChange[overload1]$$$QPropertyNodeAddedChangeQt3DCore::QNodeIdQt3DCore::QNode* --> <h3 class="fn" id="QPropertyNodeAddedChange"><a name="QPropertyNodeAddedChange"></a>QPropertyNodeAddedChange::<span class="name">QPropertyNodeAddedChange</span>(<span class="type">Qt3DCore::QNodeId</span> <i>subjectId</i>, <span class="type">Qt3DCore::QNode</span> *<i>node</i>)</h3> <p>Constructs a new <a href="qt3dcore-qpropertynodeaddedchange.html">QPropertyNodeAddedChange</a> with <i>subjectId</i>, <i>node</i>.</p> <!-- @@@QPropertyNodeAddedChange --> <!-- $$$addedNodeId[overload1]$$$addedNodeId --> <h3 class="fn" id="addedNodeId"><a name="addedNodeId"></a><span class="type">Qt3DCore::QNodeId</span> QPropertyNodeAddedChange::<span class="name">addedNodeId</span>() const</h3> <p>Returns the id of the node added to the property.</p> <!-- @@@addedNodeId --> <!-- $$$metaObject[overload1]$$$metaObject --> <h3 class="fn" id="metaObject"><a name="metaObject"></a>const <span class="type"><a href="../qtcore/qmetaobject.html">QMetaObject</a></span> *QPropertyNodeAddedChange::<span class="name">metaObject</span>() const</h3> <p>Returns the meta object of the node added to the property.</p> <!-- @@@metaObject --> </div> <div class="relnonmem"> <h2>Related Non-Members</h2> <!-- $$$QPropertyNodeAddedChangePtr --> <h3 class="fn" id="QPropertyNodeAddedChangePtr-typedef"><a name="QPropertyNodeAddedChangePtr-typedef"></a>typedef Qt3DCore::<span class="name">QPropertyNodeAddedChangePtr</span></h3> <p>A shared pointer for <a href="qt3dcore-qpropertynodeaddedchange.html">QPropertyNodeAddedChange</a>.</p> <!-- @@@QPropertyNodeAddedChangePtr --> </div> </div> </div> </div> </div> </div> <div class="footer"> <p> <acronym title="Copyright">©</acronym> 2018 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>