MeVisLab Scripting Reference
|
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 |
Sets value as a NumPy array.
|
inlineslot |
Sets the list value
.
|
inlineslot |
Sets the value
as string (for backwards compatibility).
|
inlineslot |
Sets the list 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).