rocs/RocsCore
ListStructure.cpp
Go to the documentation of this file.
PointerPtr createPointer(DataPtr from, DataPtr to, int pointerType)
Internal method to create new graph edge.
Definition: ListStructure.cpp:103
void importStructure(DataStructurePtr other)
overwrites the current DataStructure with all values (Data and Pointer) from the given datastructure ...
Definition: ListStructure.cpp:48
Definition: ListNode.h:29
iterator insert(const Key &key, const T &value)
Definition: DataStructure.h:43
qreal top() const
static DataPtr create(DataStructurePtr parent, int uniqueIdentifier, int dataType)
Definition: ListNode.cpp:29
Q_INVOKABLE void setHead(Data *headNode)
Set head node of linked list.
Definition: ListStructure.cpp:140
qreal left() const
void setStartValue(const QVariant &value)
const T value(const Key &key) const
qreal right() const
Q_INVOKABLE QScriptValue createNode()
Creates a new data element and return it.
Definition: ListStructure.cpp:171
virtual PointerPtr createPointer(DataPtr from, DataPtr to, int pointerType)
Creates new pointer from data element "from" to data element "to" of given type "pointerType".
Definition: DataStructure.cpp:393
Definition: Document.h:41
void remove()
if this datastructure shall be deleted, call ONLY this function
Definition: DataStructure.cpp:271
QByteArray toLatin1() const
DataPtr createData(const QString &name, int dataType)
Internal method to create new graph node.
Definition: ListStructure.cpp:113
Definition: ListStructure.h:31
void setEndValue(const QVariant &value)
void setDuration(int msecs)
bool setProperty(const char *name, const QVariant &value)
static DataStructurePtr create(Document *parent)
Definition: ListStructure.cpp:28
QObject * parent() const
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.