MLABBoolField Class Reference
[Fields]

A field containing a bool value. More...

Inherits MLABField.

List of all members.

Public Slots

virtual void setStringValue (const QString &value)
Scripting access
bool boolValue () const
void setBoolValue (bool value)
void setValue (bool value)

Properties

bool value


Detailed Description

A field containing a 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;

Member Function Documentation

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]

set string value

Reimplemented from MLABField.

void MLABBoolField::setValue ( bool  value  )  [slot]

set the bool value


Property Documentation

bool MLABBoolField::value [read, write]

boolean value of the field


Generated on Sat Sep 3 18:38:02 2011 for MeVisLab Scripting Reference by  doxygen 1.5.8