RENDERING_BACKEND |
name "renderingBackend", The type or rendering e.g. bitmap-based, type INT
- Since:
- 3.0, DALi version 1.1.37
|
TEXT |
name "text", The text to display in UTF-8 format, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
TEXT_COLOR |
name "textColor", The text color, type VECTOR4
- Since:
- 3.0, DALi version 1.1.37
|
FONT_FAMILY |
name "fontFamily", The requested font family, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
FONT_STYLE |
name "fontStyle", The requested font style, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
POINT_SIZE |
name "pointSize", The size of font in points, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
HORIZONTAL_ALIGNMENT |
name "horizontalAlignment", The text horizontal alignment, type STRING, values "BEGIN", "CENTER", "END"
- Since:
- 3.0, DALi version 1.1.37
|
SCROLL_THRESHOLD |
name "scrollThreshold" Vertical scrolling will occur if the cursor is this close to the control border, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
SCROLL_SPEED |
name "scrollSpeed" The scroll speed in pixels per second, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
PRIMARY_CURSOR_COLOR |
name "primaryCursorColor", The color to apply to the primary cursor, type VECTOR4
- Since:
- 3.0, DALi version 1.1.37
|
SECONDARY_CURSOR_COLOR |
name "secondaryCursorColor", The color to apply to the secondary cursor, type VECTOR4
- Since:
- 3.0, DALi version 1.1.37
|
ENABLE_CURSOR_BLINK |
name "enableCursorBlink", Whether the cursor should blink or not, type BOOLEAN
- Since:
- 3.0, DALi version 1.1.37
|
CURSOR_BLINK_INTERVAL |
name "cursorBlinkInterval", The time interval in seconds between cursor on/off states, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
CURSOR_BLINK_DURATION |
name "cursorBlinkDuration", The cursor will stop blinking after this number of seconds (if non-zero), type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
CURSOR_WIDTH |
name "cursorWidth", The cursor width, type INTEGER
- Since:
- 3.0, DALi version 1.1.37
|
GRAB_HANDLE_IMAGE |
name "grabHandleImage", The image to display for the grab handle, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
GRAB_HANDLE_PRESSED_IMAGE |
name "grabHandlePressedImage", The image to display when the grab handle is pressed, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HANDLE_IMAGE_LEFT |
name "selectionHandleImageLeft", The image to display for the left selection handle, type MAP
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HANDLE_IMAGE_RIGHT |
name "selectionHandleImageRight", The image to display for the right selection handle, type MAP
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HANDLE_PRESSED_IMAGE_LEFT |
name "selectionHandlePressedImageLeft", The image to display when the left selection handle is pressed, type MAP
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HANDLE_PRESSED_IMAGE_RIGHT |
name "selectionHandlePressedImageRight", The image to display when the right selection handle is pressed, type MAP
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HANDLE_MARKER_IMAGE_LEFT |
name "selectionHandleMarkerImageLeft", The image to display for the left selection handle marker, type MAP
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HANDLE_MARKER_IMAGE_RIGHT |
name "selectionHandleMarkerImageRight", The image to display for the right selection handle marker, type MAP
- Since:
- 3.0, DALi version 1.1.37
|
SELECTION_HIGHLIGHT_COLOR |
name "selectionHighlightColor", The color of the selection highlight, type VECTOR4
- Since:
- 3.0, DALi version 1.1.37
|
DECORATION_BOUNDING_BOX |
name "decorationBoundingBox", The decorations (handles etc) will positioned within this area on-screen, type RECTANGLE
- Since:
- 3.0, DALi version 1.1.37
|
ENABLE_MARKUP |
name "enableMarkup", Whether the mark-up processing is enabled. type BOOLEAN
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_COLOR |
name "inputColor", The color of the new input text, type VECTOR4
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_FONT_FAMILY |
name "inputFontFamily", The font's family of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_FONT_STYLE |
name "inputFontStyle", The font's style of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_POINT_SIZE |
name "inputPointSize", The font's size of the new input text in points, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
LINE_SPACING |
name "lineSpacing", The default extra space between lines in points, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_LINE_SPACING |
name "inputLineSpacing" The extra space between lines in points. It affects the whole paragraph where the new input text is inserted, type FLOAT
- Since:
- 3.0, DALi version 1.1.37
|
UNDERLINE |
name "underline" The default underline parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_UNDERLINE |
name "inputUnderline" The underline parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
SHADOW |
name "shadow" The default shadow parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_SHADOW |
name "inputShadow" The shadow parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
EMBOSS |
name "emboss" The default emboss parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_EMBOSS |
name "inputEmboss" The emboss parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
OUTLINE |
name "outline" The default outline parameters, type STRING
- Since:
- 3.0, DALi version 1.1.37
|
INPUT_OUTLINE |
name "inputOutline" The outline parameters of the new input text, type STRING
- Since:
- 3.0, DALi version 1.1.37
|