rocs/RocsCore
ListNode.cpp
Go to the documentation of this file.
47 if (boost::shared_ptr<ListNode> n = boost::static_pointer_cast<ListNode>(outPointerList().at(0)->to())) {
ListNode(DataStructurePtr parent, int uniqueIdentifier, int dataType)
Definition: ListNode.cpp:24
boost::shared_ptr< ListNode > next() const
Return target of out-pointer if exactly one outgoing pointer exists, otherwise returns empty node...
static DataPtr create(DataStructurePtr parent, int uniqueIdentifier, int dataType)
Definition: ListNode.cpp:29
QObject * parent() const
Q_INVOKABLE void pointTo(boost::shared_ptr< ListNode > target)
Set outgoing pointer to target.
Definition: ListNode.cpp:38
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:18 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.