|
MeVisLab Scripting Reference
|
#include <mlabIntegerListField.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< MLint > &value) |
| void | updateListValue (const QVector< MLint > &value) |
Signals | |
| void | valueChanged () |
Properties | |
| QVector< qint64 > | listValue |
| QString | value |
A field containing a list of integers.
The 'listValue' property of this field is a list of integer values.
|
slot |
Sets list of values as a NumPy array.
|
inlineslot |
Sets the list of integer values.
|
inlineslot |
Sets the value as string (for backwards compatibility).
|
inlineslot |
Sets the list of integer values if different from the current list of 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 |
Integer list value of the field.
|
readwrite |
String value of the field (for backwards compatibility reasons).