MLABDoubleField Class Reference
[Fields]
A field containing a double value.
More...
Inherits MLABNumberField.
List of all members.
Detailed Description
A field containing a double value.
The "value" property of this field is a double value.
var number = ctx.field("somefield").value;
ctx.field("somefield").value = 47.11;
Member Function Documentation
| virtual double MLABDoubleField::doubleValue |
( |
|
) |
const [inline, virtual, slot] |
| virtual double MLABDoubleField::floatValue |
( |
|
) |
const [inline, virtual, slot] |
| virtual QString MLABDoubleField::formattedStringValue |
( |
const QString & |
cformat |
) |
[virtual, slot] |
| virtual int MLABDoubleField::intValue |
( |
|
) |
const [inline, virtual, slot] |
| virtual void MLABDoubleField::setDoubleValue |
( |
double |
value |
) |
[inline, virtual, slot] |
| virtual void MLABDoubleField::setFloatValue |
( |
double |
value |
) |
[inline, virtual, slot] |
| virtual void MLABDoubleField::setIntValue |
( |
int |
value |
) |
[inline, virtual, slot] |
| virtual void MLABDoubleField::setStringValue |
( |
const QString & |
|
) |
[virtual, slot] |
set string value
Reimplemented from MLABField.
| void MLABDoubleField::setValue |
( |
double |
value |
) |
[slot] |
Property Documentation
double MLABDoubleField::value [read, write] |
Double value of the field.