rocs/RocsCore
Pointer.h
Go to the documentation of this file.
52 Q_PROPERTY(QScriptValue from READ start)
53 Q_PROPERTY(QScriptValue to READ end)
55 Q_PROPERTY(QColor color READ color WRITE setColor)
56 Q_PROPERTY(qreal width READ width WRITE setWidth)
69 static PointerPtr create(DataStructurePtr dataStructure, DataPtr from, DataPtr to, int pointerType);
Definition: DataStructure.h:43
A pointer type groups a set of pointers and gives them a common appearance.
Definition: PointerType.h:41
This class provides the script backend for script executions.
Definition: QtScriptBackend.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:26 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.