BoolInt¶
-
MacroModule
¶ genre Fields
author MeVis Medical Solutions AG
package MeVisLab/Standard
definition helpers.def see also BoolString
,Switch
,Negation
keywords boolean
,integer
,field
,translation
Purpose¶
The module BoolInt
translates between a Boolean and an integer value.
Details¶
Note
This module will suppress field notifications if the field value does not change.
Parameter Fields¶
Field Index¶
Boolean value : Bool |
Default Bool : Enum |
Int Value : Integer |
Inverse Boolean value : Bool |
Off Value : Integer |
On Value : Integer |
Visible Fields¶
Inverse Boolean value¶
-
name:
invBoolValue
, type:
Bool
, default:
TRUE
¶ Sets and shows the inverse of the Boolean value.
Int Value¶
-
name:
intValue
, type:
Integer
, default:
0
¶ Shows and sets the integer value in association to the Boolean value.
Off Value¶
-
name:
offValue
, type:
Integer
, default:
0
¶ Sets the integer value to be associated with the Boolean value being
false
.