Inherits MLABField.
Public Slots | |
| virtual void | setStringValue (const QString &value) |
Scripting access | |
| bool | boolValue () const |
| void | setBoolValue (bool value) |
| void | setValue (bool value) |
Properties | |
| bool | value |
The "value" property of this field is a boolean value.
// getting value: var flag = ctx.field("somefield").value; // setting value: ctx.field("somefield").value = true;
| bool MLABBoolField::boolValue | ( | ) | const [inline, slot] |
get the bool value
| void MLABBoolField::setBoolValue | ( | bool | value | ) | [inline, slot] |
set the bool value
| virtual void MLABBoolField::setStringValue | ( | const QString & | ) | [virtual, slot] |
| void MLABBoolField::setValue | ( | bool | value | ) | [slot] |
set the bool value
bool MLABBoolField::value [read, write] |
boolean value of the field
1.5.8