Crate dtee

Source
Expand description

§Decision table editor engine

Modules§

cursor
Cursor

Structs§

Char
A character with associated attributes.
Controller
Handler for edit operations.
Cursor
Cursor position and shape.
Plane
Edited text with cursor.
Region
Rectangular region.
Row
A single row of text.
Updates
Updates done on the underlying data model containing the edited decision table.

Enums§

CursorShape
Cursor shapes.

Constants§

ATTRIBUTE_CLEAR
Flag for clearing all attributes of the character.
ATTRIBUTE_FULL_JOIN
Flag indicating that the information item name cell is already filled to the extent of the decision table’s body. All characters constituting such a line have this attribute set.
ATTRIBUTE_JOIN
Flag indicating that a character is on the joining line between the information item name and the decision table’s body. All characters constituting this line have this attribute set.
DOUBLE_HORIZONTAL
U+2550 Box drawings double horizontal.
DOUBLE_VERTICAL
U+2551 Box drawings double vertical.
DOUBLE_VERTICAL_AND_HORIZONTAL
U+256C Box drawings double vertical and horizontal.
DOWN_DOUBLE_AND_HORIZONTAL_SINGLE
U+2565 Box drawings down double and horizontal single.
DOWN_SINGLE_AND_HORIZONTAL_DOUBLE
U+2564 Box drawings down single and horizontal double.
LIGHT_DOWN_AND_HORIZONTAL
U+252C Box drawings light down and horizontal.
LIGHT_DOWN_AND_LEFT
U+2510 Box drawings light down and left.
LIGHT_DOWN_AND_RIGHT
U+250C Box drawings light down and right.
LIGHT_HORIZONTAL
U+2500 Box drawings light horizontal.+
LIGHT_UP_AND_HORIZONTAL
U+2534 Box drawings light up and horizontal.
LIGHT_UP_AND_LEFT
U+2518 Box drawings light up and left.
LIGHT_UP_AND_RIGHT
U+2514 Box drawings light up and right.
LIGHT_VERTICAL
U+2502 Box drawings light vertical.
LIGHT_VERTICAL_AND_HORIZONTAL
U+253C Box drawings light vertical and horizontal.
LIGHT_VERTICAL_AND_LEFT
U+2524 Box drawings light vertical and left.
LIGHT_VERTICAL_AND_RIGHT
U+251C Box drawings light vertical and right.
SPACE
U+0020 Space.
UP_DOUBLE_AND_HORIZONTAL_SINGLE
U+2568 Box drawings up double and horizontal single.
UP_SINGLE_AND_HORIZONTAL_DOUBLE
U+2567 Box drawings up single and horizontal double.
VERTICAL_DOUBLE_AND_HORIZONTAL_SINGLE
U+256B Box drawings vertical double and horizontal single.
VERTICAL_DOUBLE_AND_LEFT_SINGLE
U+2562 Box drawings vertical double and left single.
VERTICAL_DOUBLE_AND_RIGHT_SINGLE
U+255F Box drawings vertical double and right single.
VERTICAL_SINGLE_AND_HORIZONTAL_DOUBLE
U+256A Box drawings vertical single and horizontal double.
VERTICAL_SINGLE_AND_LEFT_DOUBLE
U+2561 Box drawings vertical single and left double.
VERTICAL_SINGLE_AND_RIGHT_DOUBLE
U+255E Box drawings vertical single and right double.