|
MeVisLab Scripting Reference
|
#include <mlabVector2ListField.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 QVariantList &value) |
| void | updateListValue (const QVariantList &value) |
Signals | |
| void | valueChanged () |
Properties | |
| QVariantList | listValue |
| QString | value |
A field containing a list of Vector2.
The 'listValue' property of this field is a list of double value pairs.
|
slot |
Sets value as a NumPy array.
|
slot |
Sets the list of double vector values.
|
inlineslot |
Sets the value as string (for backwards compatibility).
|
slot |
Sets the list of double vector values if different from the list of current values.
|
inlineslot |
Sets the value as string if different from the current value.
|
signal |
Signal that is emitted when the field's value changes.
|
readwrite |
Vector2 list value of the field.
|
readwrite |
String value of the field (for backwards compatibility reasons).