| genre | SoCSO |
| status | stable |
| author | Olaf Konrad |
| package | MeVisLab/Standard |
| dll | SoCSO |
| definition | SoCSO.def |
| see also | CSOManager, SoCSO3DVis |
| keywords | CSO, draw, edit |
The SoView2DCSOEditor allows for an editing and a drawing of CSOs.
Attach this module's output to a 2D viewer.
Attach a CSOManager to the module's inCSOList field, and a processor module (e.g., CSOFreehandProcessor, CSOIsoProcessor or CSOPrimitiveProcessor) to the module's inProcessor field.
Optionally, a StylePalette can be attached to the module's inStylePalette field.
The SoView2DCSOEditor allows for some basic interaction with CSOs like selecting (multi- or single-selection) and moving all selected CSOs, copying and pasting, or performing undo / redo operations. The actual editing and generating of CSOs is performed in the attached processor module.
Although the actual appearance of the CSOs is managed in the processor by its default parameters (those parameters can be changed after the creation of a CSO in the CSOManager) some other parameters can be changed that are related to the visualization. These are the emphasizing on mouse-over events, the visualization of CSOs that do not lie directly on the currently visible slice and the showing of labels.
The module can be used in the general interaction modes Edit and Move. In Edit mode, an existing CSO can be edited if the according processor for this CSO is attached to the editor. Editing can be the displacement of single seed points, the adding or removing of seed points, or the creation of a new CSO. The actual editing options depend on the type of the processor that is attached.
If a different processor than the one that has generated an existing CSO is attached while trying to interact with such a CSO, the editor is set to Move mode automatically. This means that such CSO can only be moved as a whole. The editor offers the same behavior if its general interaction mode is set to Move. Then, a CSO can be generated anew with an according processor, but once the CSO is finished, it can only be moved as a whole.
The editor allows for applying some operations like cut, copy, undo or redo by pressing a key (combination). Those combinations can be adjusted to fit your needs. However, if a combination is used doubly (like STRG+H for undo and for paste), the module detects this and displays an according error message on a status field. Note that the module does not change those double definitions.
If no processor is attached at all, the SoView2DCSOEditor can still perform basic tasks like selecting a CSO or moving a CSO as a whole.
If checked, the module renders the CSOs in OpenGL on the viewer the module is attached to.
If checked, the module allows for editing of CSOs.
This determines the distance in pixel to a seed point or a path point that is needed to lead to a selection.
These parameter determines which mouse button (combination) leads to an active event.
Values:
| Title | Name |
|---|---|
| Pressed | PRESSED |
| Released | RELEASED |
| Ignored | IGNORED |
These parameter determines which mouse button (combination) leads to an active event.
Values:
| Title | Name |
|---|---|
| Pressed | PRESSED |
| Released | RELEASED |
| Ignored | IGNORED |
These parameter determines which mouse button (combination) leads to an active event.
Values:
| Title | Name |
|---|---|
| Pressed | PRESSED |
| Released | RELEASED |
| Ignored | IGNORED |
This parameter determines further how to produce an active event.
Values:
| Title | Name |
|---|---|
| Pressed | PRESSED |
| Released | RELEASED |
| Ignored | IGNORED |
This parameter determines further how to produce an active event.
Values:
| Title | Name |
|---|---|
| Pressed | PRESSED |
| Released | RELEASED |
| Ignored | IGNORED |
This parameter determines further how to produce an active event.
Values:
| Title | Name |
|---|---|
| Pressed | PRESSED |
| Released | RELEASED |
| Ignored | IGNORED |
If checked, the module processes all mouse and keyboard events.
If checked, the module processes all keyboard events.
If checked, the module redraws on receiving a repaint event.
If checked, the module redraws on receiving a selection event.
If checked, the module redraws on receiving a finished event.
This option toggles the general interaction behavior of this module. The behavior can also be toggled by pressing an according key (Toggle Mode Key).
Values:
| Title | Name |
|---|---|
| Edit | INTERACTION_MODE_EDIT |
| Move | INTERACTION_MODE_MOVE |
If the chosen keyboard modifier is being held down, the general interaction mode is toggled, i.e. if the module is in Edit mode, the Move mode is turned on and vice versa. See General Interaction Mode.
Values:
| Title | Name |
|---|---|
| None | TOGGLE_MODE_NONE |
| Alt | TOGGLE_MODE_ALT |
| Control | TOGGLE_MODE_CONTROL |
| Shift | TOGGLE_MODE_SHIFT |
If checked, the CSOs are rendered with an anti-aliasing.
If checked, CSOs with a different timepoint index than the shown slice(s) are shown.
Otherwise, only those CSOs with the same timepoint index as the shown slice(s) are shown.
If checked, only CSOs that are parallel to the currently shown slice(s) are shown. See Thickness:.
Sets the thickness of a point cloud of the seed points of a CSO be counted to be parallel to the current slice.
If checked, the currently edited CSOs is being auto-levelled after finishing the interaction.
The resulting CSOs is always in-plane.
If checked, the optional StylePalette is used to provide visual parameters.
Determines how the optional style palette is accessed.
Make sure that a style palette is attached and that the option Use Style Palette is checked.
Values:
| Title | Name |
|---|---|
| Cso | USE_INDEX_FOR_CSO |
| Group | USE_INDEX_FOR_GROUP |
Sets the lable show mode. The labels can provide additional information about a rendered CSO.
Values:
| Title | Name | Description |
|---|---|---|
| None | LABEL_SHOW_NONE | No label is shown. |
| Cso Label | LABEL_SHOW_CSO_LABEL | The label string of a CSO is shown. |
| Cso Description | LABEL_SHOW_CSO_DESCRIPTION | The description string of a CSO is shown. |
| Cso Id | LABEL_SHOW_CSO_ID | The id of a CSO is shown. |
| Cso Index | LABEL_SHOW_CSO_INDEX | The index of a CSO is shown. |
| Cso Length | LABEL_SHOW_CSO_LENGTH | The length of a CSO is shown. The unit of the length is adjustable with Scale. |
| Cso Area | LABEL_SHOW_CSO_AREA | The area of a CSO is shown. The unit of the length is adjustable with Scale. |
| Group Label | LABEL_SHOW_GROUP_LABEL | The label string of the CSOGroup the CSO is in is shown. |
| Group Description | LABEL_SHOW_GROUP_DESCRIPTION | The description string of the CSOGroup the CSO is in is shown. |
| Group Id | LABEL_SHOW_GROUP_ID | The id of the CSOGroup the CSO is in is shown. |
| Group Index | LABEL_SHOW_GROUP_INDEX | The index of the CSOGroup the CSO is in is shown. |
Sets the alignment of a shown label in relation to the CSO's bounding box
Values:
| Title | Name |
|---|---|
| Top Left | LABEL_ALIGN_TOP_LEFT |
| Top Right | LABEL_ALIGN_TOP_RIGHT |
| Bottom Left | LABEL_ALIGN_BOTTOM_LEFT |
| Bottom Right | LABEL_ALIGN_BOTTOM_RIGHT |
| Top | LABEL_ALIGN_TOP |
| Bottom | LABEL_ALIGN_BOTTOM |
| Left | LABEL_ALIGN_LEFT |
| Right | LABEL_ALIGN_RIGHT |
| Center | LABEL_ALIGN_CENTER |
Sets the unit scale of lenght and area if shown as a label.
Values:
| Title | Name |
|---|---|
| Mm | LABEL_UNIT_SCALE_MM |
| Cm | LABEL_UNIT_SCALE_CM |
| M | LABEL_UNIT_SCALE_M |
If checked, displayed length and area labels also show the unit scale.
If checked, the labels are rendered with a shadow for enhanced readability.
Sets the ghost mode for contours.
A ghost CSO is a contour that is visible although it exists on a slice lower or higher than the currently shown slice(s).
Values:
| Title | Name | Description |
|---|---|---|
| Both Sides | GHOST_BOTH_SIDES | CSOs on lower and on higher slices are shown as ghosts. |
| Front Side | GHOST_FRONT_SIDE | Only the CSOs that lie on lower slices than the current slice(s) are shown as ghosts. |
| Back Side | GHOST_BACK_SIDE | Only the CSOs that lie on higher slices than the current slice(s) are shown as ghosts. |
| None | GHOST_NONE | Only the CSOs on the current slice(s) are shown. |
Values:
| Title | Name | Description |
|---|---|---|
| Mm | GHOST_UNIT_MM | The distance from the current slice(s) to potential ghost CSOs is measured in mm. |
| Slice | GHOST_UNIT_SLICE | The distance from the current slice(s) to potential ghost CSOs is measured in number of slices. |
If checked, ghost CSOs that are farther away from the current slice(s) are rendered with a higher transparency.
If checked, ghost CSOs that are farther away from the current slice(s) are rendered with a looser stippling pattern.
If checked, ghost CSOs that are farther away from the current slice(s) are rendered with a different line width, depending if they are on higher or lower slices.
If checked, ghost CSOs that are farther away from the current slice(s) are rendered in a different brightness, depending if they are on higher or lower slices.
Sets the minimum alpha value which is used when the fade-out distance is reached. I.e. if this is set to a value greater than 0, all CSOs are drawn. Also affects the stippling pattern of ghost CSOs.
Determines how the CSO labels are colored.
Values:
| Title | Name | Description |
|---|---|---|
| General | COLOR_GENERAL | The general color and alpha value are used for rendering labels. |
| As Cso | COLOR_AS_CSO | The color and alpha value for labels are the same as the individual CSO. |
If checked, the displayed CSOs are being filled by OpenGL.
Note that holes in CSOs are not diplayed correctly.
If checked, filled overlapping CSOs will be visualized as if the rendering was XORed.
That means that if there is one CSO enclosing another one, the inner CSO will not be filled and thus forms a hole.
Determines how the fillings of CSOs are colored.
Values:
| Title | Name | Description |
|---|---|---|
| General | COLOR_GENERAL | The general color and alpha value is used for rendering the fillings. |
| As Cso | COLOR_AS_CSO | The color and the alpha value are the same as the individual CSO. |
Sets a global alpha value for rendering CSOs which is multiplied with all alpha values (of seed points and path points).
If checked, the visualization parameters for selection are overwritten by the editor.
Otherwise, those settings can be changed centrally in the CSOManager.
The color mode for selections. Depends on Overwrite Selection Visualization Settings.
Values:
| Title | Name | Description |
|---|---|---|
| Brighten | SELECTION_COLOR_MODE_BRIGHTEN | A selected CSO's color is brightened by Brighten. |
| Fixed | SELECTION_COLOR_MODE_FIXED | A selected CSO's color is set to Fixed. |
A brighten value for selected CSOs. See Color Mode.
A fixed color for selected CSOs. See Color Mode.
The line width mode for selections. Depends on Overwrite Selection Visualization Settings.
Values:
| Title | Name | Description |
|---|---|---|
| Widen | SELECTION_LINE_WIDEN | A selected CSO's line width is widened by Widen. |
| Fixed | SELECTION_LINE_FIXED | A selected CSO's line width is set to Line Width. |
A widening line width value for selected CSOs. See Line Width Mode.
A fixed line width value for selected CSOs. See Line Width Mode.
If checked, a whole CSOGroup is selected if one member CSO is being selected.
If checked, all CSOs of a selected CSOGroup are highlighted.
If checked, pasted CSO(s) are being selected automatically after being pasted.
If checked, CSOs under the mouse cursor are highlighted. See Color Mode and Line Width Mode.
The color mode for mouse over highlighting. Depends on Enable highlighting.
Values:
| Title | Name | Description |
|---|---|---|
| Brighten | HIGHLIGHT_COLOR_MODE_BRIGHTEN | The color of a CSO under the mouse cursor is brightened by Brighten. |
| Fixed | HIGHLIGHT_COLOR_MODE_FIXED | The color of a CSO under the mouse cursor is set to Fixed. |
A brighten value for the CSO under the mouse curosr. See Color Mode.
A color for the CSO under the mouse curosr. See Color Mode.
The line width mode for mouse over highlighting. Depends on Enable highlighting.
Values:
| Title | Name | Description |
|---|---|---|
| Widen | HIGHLIGHT_LINE_WIDEN | The line width of a CSO under the mouse cursor is widened by Widen. |
| Fixed | HIGHLIGHT_LINE_FIXED | The line width of a CSO under the mouse cursor is set to Line Width. |
A line width widen value for the CSO under the mouse curosr. See Line Width Mode.
A line width value for the CSO under the mouse curosr. See Line Width Mode.
Displays the id of the CSO that is currently under the mouse cursor.
If checked, the optional attached StylePalette uses an icon file specified in Icon File:.
An optional icon file for the optional StylePalette. Depends on Use.
Modifier key for the cut© key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the copy key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the paste key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the undo key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the redo key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the deleteSeedPoint key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the deleteCSO key command.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
Modifier key for the multi-selection.
Values:
| Title | Name |
|---|---|
| None | EDIT_OP_KEY_MOD_NONE |
| Alt | EDIT_OP_KEY_MOD_ALT |
| Control | EDIT_OP_KEY_MOD_CONTROL |
| Shift | EDIT_OP_KEY_MOD_SHIFT |
If checked, multi-selection is allowed. See Multi Selection Modifier.
The key for the cut© command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
The key for the cut command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
The key for the paste command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
The key for the undo command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
The key for the redo command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
The key for the deleteSeePoint command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
The key for the deleteCSO command.
Values:
| Title | Name |
|---|---|
| A | EDIT_OP_KEY_A |
| B | EDIT_OP_KEY_B |
| C | EDIT_OP_KEY_C |
| D | EDIT_OP_KEY_D |
| E | EDIT_OP_KEY_E |
| F | EDIT_OP_KEY_F |
| G | EDIT_OP_KEY_G |
| H | EDIT_OP_KEY_H |
| I | EDIT_OP_KEY_I |
| J | EDIT_OP_KEY_J |
| K | EDIT_OP_KEY_K |
| L | EDIT_OP_KEY_L |
| M | EDIT_OP_KEY_M |
| N | EDIT_OP_KEY_N |
| O | EDIT_OP_KEY_O |
| P | EDIT_OP_KEY_P |
| Q | EDIT_OP_KEY_Q |
| R | EDIT_OP_KEY_R |
| S | EDIT_OP_KEY_S |
| T | EDIT_OP_KEY_T |
| U | EDIT_OP_KEY_U |
| V | EDIT_OP_KEY_V |
| W | EDIT_OP_KEY_W |
| X | EDIT_OP_KEY_X |
| Y | EDIT_OP_KEY_Y |
| Z | EDIT_OP_KEY_Z |
| Space | EDIT_OP_KEY_SPACE |
| Enter | EDIT_OP_KEY_ENTER |
| Delete | EDIT_OP_KEY_DELETE |
| Bckspc | EDIT_OP_KEY_BCKSPC |
Displays the status of the key command assignment.
If a key / modifier combination is assigned twice, this field will display an error message.
Displays the current interaction state.
Values:
| Title | Name |
|---|---|
| Start Cso | INTERACTIVE_MODE_START_CSO |
| Edit Cso | INTERACTIVE_MODE_EDIT_CSO |
| Move Cso | INTERACTIVE_MODE_MOVE_CSO |
| Insert Seed | INTERACTIVE_MODE_INSERT_SEED |
| Select Cso | INTERACTIVE_MODE_SELECT_CSO |
| Close Cso | INTERACTIVE_MODE_CLOSE_CSO |