QGLDoubleList Class
A subclass of QList<qreal> with better QML compatibility. More...
Header: | #include <QuickGraphLib> |
Inherits: | QList |
- List of all members, including inherited members
- QGLDoubleList is part of Implicitly Shared Classes.
Note: All functions in this class are reentrant.
Public Functions
QVariant | operator QVariant() const |
Detailed Description
The QGLDoubleList class is implicitly shared.
Additional Python functionality
There is an additional staticmethod QGLDoubleList.fromNDArray
which will convert a 1D ndarray into a QGLDoubleList efficiently.
See also QList.