MeVisLab Scripting Reference
|
#include <mlabDoubleListField.h>
Inherits MLABListField< T >.
Public Slots | |
void | py_set_ndarray (PyObject *value) |
Scripting access. | |
| |
void | setValue (const QString &value) |
void | updateValue (const QString &value) |
void | setListValue (const QVector< double > &value) |
void | updateListValue (const QVector< double > &value) |
Signals | |
void | valueChanged () |
Properties | |
QVector< double > | listValue |
QString | value |
A field containing a list of doubles.
The "listValue" property of this field is a list of double values.
|
slot |
Set value as a NumPy array.
|
inlineslot |
Sets the int value.
|
inlineslot |
Sets the value as string (for backwards compatibility).
|
inlineslot |
Sets the int value if different from the current value.
|
inlineslot |
Sets the value as string if different from the current value.
|
signal |
Signal that is emitted when the field's value changes.
|
readwrite |
Double list value of the field.
|
readwrite |
String value of the field (for backwards compatibility reasons).