Inherits MLABField.
Inherited by MLABVector2Field, MLABVector3Field, and MLABVector4Field.
Public Slots | |
| virtual void | setStringValue (const QString &value) |
Scripting access | |
| virtual QString | formattedStringValue (const QString &cformat, int i) |
| virtual void | setValue (const QList< QVariant > &value) |
| virtual void | setVectorValue (const QList< QVariant > &value)=0 |
| virtual int | size ()=0 |
| virtual double | value (int i) |
| virtual QVariantList | vectorValue () |
| virtual QString MLABVectorField::formattedStringValue | ( | const QString & | cformat, | |
| int | i | |||
| ) | [virtual, slot] |
get formatted string value at index i
| virtual void MLABVectorField::setStringValue | ( | const QString & | ) | [inline, virtual, slot] |
set string value
Reimplemented from MLABField.
Reimplemented in MLABVector2Field, MLABVector3Field, and MLABVector4Field.
| virtual void MLABVectorField::setValue | ( | const QList< QVariant > & | value | ) | [inline, virtual, slot] |
set array of double values
| virtual void MLABVectorField::setVectorValue | ( | const QList< QVariant > & | value | ) | [pure virtual, slot] |
| virtual int MLABVectorField::size | ( | ) | [pure virtual, slot] |
| virtual double MLABVectorField::value | ( | int | i | ) | [virtual, slot] |
get double value at index i
| virtual QVariantList MLABVectorField::vectorValue | ( | ) | [virtual, slot] |
get array of double values
1.5.8