CSOInfo¶
-
MLModule
¶ genre CSOModule
author MeVis Medical Solutions AG
package MeVisLab/Standard
dll MLCSOModules
definition MLCSOModules.def see also CSOManager
,SoView2DCSOExtensibleEditor
keywords contour
,attributes
,information
,selected
Purpose¶
The module CSOInfo
provides some information on the CSOs and CSOGroups of an attached CSOList.
Usage¶
Just attach a CSOList to this module.
Details¶
The CSOInfo module offers detailed information on the currently selected CSO and the currently selected CSOGroup as well as overview information on all CSOs and all CSOGroups.
The detailed information comprises the subcategories Common, Visuals and Geometry. At the top of each tab for detailed information, the index of the currently selected item as well as the total number of item (CSOs or CSOGroups) can be found. Below that, the id of the concerning item is shown.
At the bottom of each tab showing detailed information, a Boolean field reflects whether the shown values are valid.
Parameter Fields¶
Field Index¶
tdyjgy
Visible Fields¶
Update Mode¶
-
name:
updateMode
, type:
Enum
, default:
AutoUpdate
¶
Values:
Title | Name |
---|---|
Off | Off |
Auto Update | AutoUpdate |
Auto Clear | AutoClear |
Num. CSOs (numCSOs)¶
-
name:
numCSOs
, type:
Integer
, persistent:
no
¶ Shows the number of CSOs in the attached CSOList.
Num. Groups (numGroups)¶
-
name:
numGroups
, type:
Integer
, persistent:
no
¶ Shows the number of CSOGroups in the attached CSOList.
Current Index (currentlyShownCSO)¶
-
name:
currentlyShownCSO
, type:
Integer
, persistent:
no
¶ Shows the index of the currently shown CSO. This index is not the id of the CSO.
Current Index (currentlyShownGroup)¶
-
name:
currentlyShownGroup
, type:
Integer
, persistent:
no
¶ Shows the index of the currently shown CSOGroup. This index is not the id of the CSOGroup.
CSO fields are valid¶
-
name:
csoFieldsAreValid
, type:
Bool
, persistent:
no
¶ Shows whether the shown information of the CSO are valid.
Id (csoId)¶
-
name:
csoId
, type:
Integer
, persistent:
no
¶ Shows the id of the CSO whose information are currently shown.
Show CSO¶
-
name:
csoShowMode
, type:
Enum
, default:
LastSelected
, deprecated name:
showJustFirstCSOInsteadOfSelected
¶ Defines the mode to select the CSO for displaying its info.
Values:
Title | Name | Deprecated Name |
---|---|---|
Last Selected | LastSelected | FALSE |
By Index | ByIndex | TRUE |
By Id | ById |
Index Or Id (csoShowByIndexOrId)¶
CreatorId¶
-
name:
csoCreatorId
, type:
Integer
, persistent:
no
¶ Shows the creator id of the current CSO.
Description (csoDescription)¶
-
name:
csoDescription
, type:
String
, persistent:
no
¶ Shows the description of the current CSO.
Num. Seed Points¶
-
name:
csoNumSeedPoints
, type:
Integer
, persistent:
no
¶ Shows the number of seed points of the current CSO.
Num. Path Points¶
-
name:
csoNumPathPoints
, type:
Integer
, persistent:
no
¶ Shows the number of path points of the current CSO.
Length (csoLength)¶
-
name:
csoLength
, type:
Double
, persistent:
no
¶ Shows the length in mm of the current CSO.
Is in plane¶
-
name:
csoIsInPlane
, type:
Bool
, persistent:
no
¶ Shows whether the current CSO is in-plane.
Is self-intersecting¶
-
name:
csoIsSelfIntersecting
, type:
Bool
, persistent:
no
¶ Shows whether the current CSO is self-intersecting.
Plane Normal¶
-
name:
csoPlaneNormal
, type:
Vector3
, persistent:
no
¶ Shows the plane normal of the current CSO.
Is point¶
-
name:
csoIsPoint
, type:
Bool
, persistent:
no
¶ Shows whether the CSO is a point.
A CSO is considered to be a point if all seed points and all path points have the same position.
User Data¶
-
name:
csoUserData
, type:
String
, persistent:
no
¶ Shows the user data stored in the CSO as name / value pairs.
Num. Groups (csoNumGroups)¶
-
name:
csoNumGroups
, type:
Integer
, persistent:
no
¶ Shows the number of CSOGroups the current CSO is in.
Group Id List¶
-
name:
csoGroupList
, type:
String
, persistent:
no
¶ Shows the list of ids of CSOGroup the current CSO is in.
First Seed Position¶
-
name:
csoFirstSeedPosition
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the first seed point of the current CSO.
Min. Bound. Box¶
-
name:
csoMinBoundingBox
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the upper front left corner of the current CSO’s axis aligned bounding box.
Max. Bound. Box¶
-
name:
csoMaxBoundingBox
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the lower rear right corner of the current CSO’s axis aligned bounding box.
Bound. Box Center¶
-
name:
csoCenterBoundingBox
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the midpoint of the current CSO’s axis aligned bounding box.
PCA Center (csoCenterPCA)¶
-
name:
csoCenterPCA
, type:
Vector3
, persistent:
no
¶ Shows the coordinate of the center point of the PCA bounding box of the current CSO.
PCA X Axis (csoXAxisPCA)¶
-
name:
csoXAxisPCA
, type:
Vector3
, persistent:
no
¶ Shows the first vector of the PCA bounding box of the current CSO.
PCA Y Axis (csoYAxisPCA)¶
-
name:
csoYAxisPCA
, type:
Vector3
, persistent:
no
¶ Shows the second vector of the PCA bounding box of the current CSO.
PCA Z Axis (csoZAxisPCA)¶
-
name:
csoZAxisPCA
, type:
Vector3
, persistent:
no
¶ Shows the third vector of the PCA bounding box of the current CSO.
PCA X Ext (csoXExtPCA)¶
-
name:
csoXExtPCA
, type:
Float
, persistent:
no
¶ Shows the length of the first vector of the PCA bounding box of the current CSO.
PCA Y Ext (csoYExtPCA)¶
-
name:
csoYExtPCA
, type:
Float
, persistent:
no
¶ Shows the length of the second vector of the PCA bounding box of the current CSO.
PCA Z Ext (csoZExtPCA)¶
-
name:
csoZExtPCA
, type:
Float
, persistent:
no
¶ Shows the length of the third vector of the PCA bounding box of the current CSO.
Area (csoArea)¶
-
name:
csoArea
, type:
Double
, persistent:
no
¶ Shows the area in mm2 of the current CSO.
Show private values¶
-
name:
csoShowPrivateValues
, type:
Bool
, default:
TRUE
¶ If checked, the module shows the values of the settings as they are stored in the CSO itself. Otherwise, the displayed values could be the ones overwritten by a CSOGroup the CSO is in.
Style (csoPathPointStyle)¶
-
name:
csoPathPointStyle
, type:
Enum
, persistent:
no
, deprecated name:
csoLineStyle
¶ Shows the path point style of the current CSO.
Values:
Title | Name |
---|---|
None | LineStyleNone |
Solid | LineStyleSolid |
Dashed | LineStyleDashed |
Dotted | LineStyleDotted |
Short Dashed | LineStyleShortDashed |
Color (csoPathPointColor)¶
-
name:
csoPathPointColor
, type:
Color
, persistent:
no
, deprecated name:
csoColor
¶ Shows the path point color of the current CSO.
Alpha (csoPathPointAlpha)¶
-
name:
csoPathPointAlpha
, type:
Float
, persistent:
no
, deprecated name:
csoAlpha
¶ Shows the path point alpha value of the current CSO.
Width (csoPathPointWidth)¶
-
name:
csoPathPointWidth
, type:
Float
, persistent:
no
, deprecated name:
csoLineWidth
¶ Shows the path point width of the current CSO.
Time Point Index (csoTimePointIndex)¶
-
name:
csoTimePointIndex
, type:
Integer
, persistent:
no
¶ Shows the timepoint index of the current CSO.
Mode (csoVoxelWriteMode)¶
-
name:
csoVoxelWriteMode
, type:
Enum
, persistent:
no
¶ Shows the voxel write mode of the current CSO.
Values:
Title | Name |
---|---|
Id | VoxelWriteModeId |
Const | VoxelWriteModeConst |
Const Plus Id | VoxelWriteModeConstPlusId |
Module | VoxelWriteModeModule |
Value (csoVoxelWriteValue)¶
-
name:
csoVoxelWriteValue
, type:
Float
, persistent:
no
¶ Shows the voxel write value of the current CSO.
Show state (csoShowState)¶
-
name:
csoShowState
, type:
Bool
, persistent:
no
¶ Shows the show state of the current CSO.
Voxelize state¶
-
name:
csoVoxelizeState
, type:
Bool
, persistent:
no
¶ Shows the voxelize state of the current CSO.
Editable state¶
-
name:
csoEditableState
, type:
Bool
, persistent:
no
¶ Shows the editable state of the current CSO.
Style (csoSeedPointStyle)¶
-
name:
csoSeedPointStyle
, type:
Enum
, persistent:
no
, deprecated name:
csoMarkerMode
¶ Shows the seed point mode of the current CSO.
Values:
Title | Name |
---|---|
None | MarkerModeNone |
Rect | MarkerModeRect |
Circle | MarkerModeCircle |
Fixed Circle | MarkerModeFixedCircle |
Triangle | MarkerModeTriangle |
Filled Rect | MarkerModeFilledRect |
Filled Circle | MarkerModeFilledCircle |
Filled Triangle | MarkerModeFilledTriangle |
Dashed Rectangle | MarkerModeDashedRectangle |
Color (csoSeedPointColor)¶
-
name:
csoSeedPointColor
, type:
Color
, persistent:
no
, deprecated name:
csoMarkerColor
¶ Shows the seed point color of the current CSO.
Alpha (csoSeedPointAlpha)¶
-
name:
csoSeedPointAlpha
, type:
Float
, persistent:
no
, deprecated name:
csoMarkerAlpha
¶ Shows the seed point alpha value of the current CSO.
Size (csoSeedPointSize)¶
-
name:
csoSeedPointSize
, type:
Float
, persistent:
no
, deprecated name:
csoMarkerSize
¶ Shows the seed point size of the current CSO.
CSO Id Currently Under Mouse¶
-
name:
csoCurrentlyUnderMouse
, type:
Integer
, persistent:
no
¶ Shows the id of the CSO that is currently under the mouse cursor or -1 if there is no CSO under the mouse.
Id (groupId)¶
-
name:
groupId
, type:
Integer
, persistent:
no
¶ Shows the id of the CSOGroup whose information are currently shown.
Show Group¶
-
name:
groupShowMode
, type:
Enum
, default:
LastSelected
, deprecated name:
showJustFirstCSOGroupInsteadOfSelected
¶ Defines the mode to select the CSOGroup for displaying its info.
Values:
Title | Name | Deprecated Name |
---|---|---|
Last Selected | LastSelected | FALSE |
By Index | ByIndex | TRUE |
By Id | ById |
Index Or Id (groupShowByIndexOrId)¶
-
name:
groupShowByIndexOrId
, type:
Integer
, default:
0
, minimum:
0
¶ If
Show Group
is set to ByIndex or ById, this field sets the index or id.
Group fields are valid¶
-
name:
groupFieldsAreValid
, type:
Bool
, persistent:
no
¶ Shows whether the group information fields are valid.
Label (groupLabel)¶
-
name:
groupLabel
, type:
String
, persistent:
no
¶ Shows the label of the current CSOGroup.
Description (groupDescription)¶
-
name:
groupDescription
, type:
String
, persistent:
no
¶ Shows the description of the current CSOGroup.
Use (groupUseShowState)¶
-
name:
groupUseShowState
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the show state of the contained CSOs.
Show state (groupShowState)¶
-
name:
groupShowState
, type:
Bool
, persistent:
no
¶ Shows the show state of the current CSOGroup.
Use (groupUseVoxelizeState)¶
-
name:
groupUseVoxelizeState
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the voxelize state of the contained CSOs.
Voxelize¶
-
name:
groupVoxelizeState
, type:
Bool
, persistent:
no
¶ Shows the voxelize state of the current CSOGroup.
Use (groupUseEditableState)¶
-
name:
groupUseEditableState
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the editable state of the contained CSOs.
Editable¶
-
name:
groupEditableState
, type:
Bool
, persistent:
no
¶ Shows the editable state of the current CSOGroup.
Num. CSOs (groupNumCSOs)¶
-
name:
groupNumCSOs
, type:
Integer
, persistent:
no
¶ Shows the number of contained CSO of the current CSOGroup.
CSO Id List¶
-
name:
groupCSOList
, type:
String
, persistent:
no
¶ Shows the list of ids of the CSOs contained in the current CSOGroup.
Min. Bound. Box:¶
-
name:
groupMinBoundingBox
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the upper front left corner of the current CSOGroup’s axis aligned bounding box.
This is the merged bounding box of all contained CSOs.
Max. Bound. Box:¶
-
name:
groupMaxBoundingBox
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the lower rear right corner of the current CSOGroup’s axis aligned bounding box.
This is the merged bounding box of all contained CSOs.
Bound. Box Center:¶
-
name:
groupCenterBoundingBox
, type:
Vector3
, persistent:
no
¶ Shows the coordinates of the midpoint of the current CSOGroup’s axis aligned bounding box.
This is the merged bounding box of all contained CSOs.
PCA Center (groupCenterPCA)¶
-
name:
groupCenterPCA
, type:
Vector3
, persistent:
no
¶ Shows the coordinate of the center point of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
PCA X Axis (groupXAxisPCA)¶
-
name:
groupXAxisPCA
, type:
Vector3
, persistent:
no
¶ Shows the first vector of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
PCA Y Axis (groupYAxisPCA)¶
-
name:
groupYAxisPCA
, type:
Vector3
, persistent:
no
¶ Shows the second vector of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
PCA Z Axis (groupZAxisPCA)¶
-
name:
groupZAxisPCA
, type:
Vector3
, persistent:
no
¶ Shows the third vector of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
PCA X Ext (groupXExtPCA)¶
-
name:
groupXExtPCA
, type:
Float
, persistent:
no
¶ Shows the length of the first vector of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
PCA Y Ext (groupYExtPCA)¶
-
name:
groupYExtPCA
, type:
Float
, persistent:
no
¶ Shows the length of the second vector of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
PCA Z Ext (groupZExtPCA)¶
-
name:
groupZExtPCA
, type:
Float
, persistent:
no
¶ Shows the length of the third vector of the PCA bounding box of the current CSO.
This is the PCA bounding box over all contained CSOs.
Total Area¶
-
name:
groupArea
, type:
Double
, persistent:
no
¶ Shows the sum of all areas of the contained CSOs of the current CSOGroup in mm2.
Total Length¶
-
name:
groupLength
, type:
Double
, persistent:
no
¶ Shows the sum of all lengths of the contained CSOs of the current CSOGroup in mm.
Use (groupUsePathPointStyle)¶
-
name:
groupUsePathPointStyle
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the path point style of the contained CSOs.
Use (groupUsePathPointColor)¶
-
name:
groupUsePathPointColor
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the path point color of the contained CSOs.
Use (groupUsePathPointAlpha)¶
-
name:
groupUsePathPointAlpha
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the path point alpha of the contained CSOs.
Use (groupUsePathPointWidth)¶
-
name:
groupUsePathPointWidth
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the path point width of the contained CSOs.
Style (groupPathPointStyle)¶
-
name:
groupPathPointStyle
, type:
Enum
, persistent:
no
, deprecated name:
groupLineStyle
¶ Shows the path point style of the current CSOGroup.
Values:
Title | Name |
---|---|
None | LineStyleNone |
Solid | LineStyleSolid |
Dashed | LineStyleDashed |
Dotted | LineStyleDotted |
Short Dashed | LineStyleShortDashed |
Color (groupPathPointColor)¶
-
name:
groupPathPointColor
, type:
Color
, persistent:
no
, deprecated name:
groupColor
¶ Shows the path point color of the current CSOGroup.
Alpha (groupPathPointAlpha)¶
-
name:
groupPathPointAlpha
, type:
Float
, persistent:
no
, deprecated name:
groupAlpha
¶ Shows the path point alpha value of the current CSOGroup.
Width (groupPathPointWidth)¶
-
name:
groupPathPointWidth
, type:
Float
, persistent:
no
, deprecated name:
groupLineWidth
¶ Shows the path point width of the current CSOGroup.
Use (groupUseTimePointIndex)¶
-
name:
groupUseTimePointIndex
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the timepoint indices of the contained CSOs.
Time Point Index (groupTimePointIndex)¶
-
name:
groupTimePointIndex
, type:
Integer
, persistent:
no
¶ Shows the timepoint index of the current CSOGroup.
Use (groupUseVoxelWriteMode)¶
-
name:
groupUseVoxelWriteMode
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the voxel write mode of the contained CSOs.
Use (groupUseVoxelWriteValue)¶
-
name:
groupUseVoxelWriteValue
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the voxel write value of the contained CSOs.
Mode (groupVoxelWriteMode)¶
-
name:
groupVoxelWriteMode
, type:
Enum
, persistent:
no
¶ Shows the voxel write mode of the current CSOGroup.
Values:
Title | Name |
---|---|
Id | VoxelWriteModeId |
Const | VoxelWriteModeConst |
Const Plus Id | VoxelWriteModeConstPlusId |
Module | VoxelWriteModeModule |
Value (groupVoxelWriteValue)¶
-
name:
groupVoxelWriteValue
, type:
Float
, persistent:
no
¶ Shows the voxel write value of the current CSOGroup.
Use (groupUseSeedPointStyle)¶
-
name:
groupUseSeedPointStyle
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the seed point style of the contained CSOs.
Use (groupUseSeedPointColor)¶
-
name:
groupUseSeedPointColor
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the seed point color of the contained CSOs.
Use (groupUseSeedPointAlpha)¶
-
name:
groupUseSeedPointAlpha
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the seed point alpha of the contained CSOs.
Use (groupUseSeedPointSize)¶
-
name:
groupUseSeedPointSize
, type:
Bool
, persistent:
no
¶ Shows whether the current CSOGroup overwrites the seed point size of the contained CSOs.
Style (groupSeedPointStyle)¶
-
name:
groupSeedPointStyle
, type:
Enum
, persistent:
no
, deprecated name:
groupMarkerMode
¶ Shows the seed point mode of the current CSOGroup.
Values:
Title | Name |
---|---|
None | MarkerModeNone |
Rect | MarkerModeRect |
Circle | MarkerModeCircle |
Fixed Circle | MarkerModeFixedCircle |
Triangle | MarkerModeTriangle |
Filled Rect | MarkerModeFilledRect |
Filled Circle | MarkerModeFilledCircle |
Filled Triangle | MarkerModeFilledTriangle |
Dashed Rectangle | MarkerModeDashedRectangle |
Color (groupSeedPointColor)¶
-
name:
groupSeedPointColor
, type:
Color
, persistent:
no
, deprecated name:
groupMarkerColor
¶ Shows the seed point color of the current CSOGroup.
Alpha (groupSeedPointAlpha)¶
-
name:
groupSeedPointAlpha
, type:
Float
, persistent:
no
, deprecated name:
groupMarkerAlpha
¶ Shows the seed point alpha value of the current CSOGroup.
Size (groupSeedPointSize)¶
-
name:
groupSeedPointSize
, type:
Float
, persistent:
no
, deprecated name:
groupMarkerSize
¶ Shows the seed point size of the current CSOGroup.
Enable overview (shouldGenerateCSOStringOutput)¶
-
name:
shouldGenerateCSOStringOutput
, type:
Bool
, default:
FALSE
¶ If checked, the module generates a configurable information string that shows an overview over all CSOs.
Enable overview (shouldGenerateCSOGroupStringOutput)¶
-
name:
shouldGenerateCSOGroupStringOutput
, type:
Bool
, default:
FALSE
¶ If checked, the module generates a configurable information string that shows an overview over all CSOGroups.
All (allCSOIds)¶
-
name:
allCSOIds
, type:
String
, persistent:
no
¶ Shows all CSO ids in the attached CSOList.
All (allCSOGroupIds)¶
-
name:
allCSOGroupIds
, type:
String
, persistent:
no
¶ Shows all CSOGroup ids in the attached CSOList.
Selected (allSelectedCSOIds)¶
-
name:
allSelectedCSOIds
, type:
String
, persistent:
no
¶ Shows the ids of all selected CSOs in the attached CSOList.
Selected (allSelectedCSOGroupIds)¶
-
name:
allSelectedCSOGroupIds
, type:
String
, persistent:
no
¶ Shows the ids of all selected CSOGroups in the attached CSOList.
Cso Info¶
-
name:
csoInfo
, type:
String
, persistent:
no
¶ Shows the (configurable) overview information string over all CSOs.
Group Info¶
-
name:
groupInfo
, type:
String
, persistent:
no
¶ Shows the (configurable) overview information string over all CSOGroups.
Type (showCSOType)¶
-
name:
showCSOType
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ types.
SubType¶
-
name:
showCSOSubType
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ subtypes.
Creator ID¶
-
name:
showCSOCreatorId
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ creator ids.
Description (showCSODescription)¶
-
name:
showCSODescription
, type:
Bool
, default:
FALSE
¶ If checked, the overview string contains information about the CSOs’ descriptions.
Num. seed points¶
-
name:
showCSONumSeedPoints
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ number of seed points.
Num. path points¶
-
name:
showCSONumPathPoints
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ number of path points.
Length (showCSOLength)¶
-
name:
showCSOLength
, type:
Bool
, default:
FALSE
¶ If checked, the overview string contains information about the CSOs’ lengths.
Area (showCSOArea)¶
-
name:
showCSOArea
, type:
Bool
, default:
FALSE
¶ If checked, the overview string contains information about the CSOs’ areas.
Grouping¶
-
name:
showCSOGrouping
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ groups.
Closed state¶
-
name:
showCSOClosedState
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ closed state.
In plane¶
-
name:
showCSOInPlane
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOs’ in-plane state.
Self-intersecting¶
-
name:
showCSOSelfIntersecting
, type:
Bool
, default:
FALSE
¶ If checked, the overview string contains information about the CSOs’ self-intersecting state.
Description (showGroupDescription)¶
-
name:
showGroupDescription
, type:
Bool
, default:
FALSE
¶ If checked, the overview string contains information about the CSOGroups’ descriptions.
Num. CSOs (showGroupNumCSO)¶
-
name:
showGroupNumCSO
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOGroups’ number of contained CSOs.
CSO ids¶
-
name:
showGroupCSOIds
, type:
Bool
, default:
TRUE
¶ If checked, the overview string contains information about the CSOGroups’ contained CSOs’ ids.
Repaint¶
-
name:
listenToRepaintNotifications
, type:
Bool
, default:
FALSE
¶ If checked, the module updates on repaint notifications.
Depends on the field
Update Mode
.
Finishing¶
-
name:
listenToFinishingNotifications
, type:
Bool
, default:
TRUE
¶ If checked, the module updates on finish notifications.
Depends on the field
Update Mode
.
Selection changed¶
-
name:
listenToSelectionChangedNotifications
, type:
Bool
, default:
TRUE
¶ If checked, the module updates on selection notifications.
Depends on the field
Update Mode
.
CSO currently under mouse¶
-
name:
listenToCSOCurrentlyUnderMouseNotifications
, type:
Bool
, default:
TRUE
¶ If checked, the module updates the information on the id of the CSO currently under the mouse cursor.
If unchecked, the field
CSO Id Currently Under Mouse
is invalid.