 |
FActiveTextEditContextMenu |
Manages the state for an active context menu |
|
 |
FCursorInfo |
Store the information about the current cursor position |
|
 |
FCursorLineHighlighter |
Run highlighter used to draw the cursor |
|
 |
FMoveCursor |
Argument to the ITextEditorWidget::Move(); it decouples performing cursor movement and text highlighting actions from event handling. |
|
 |
FScrollInfo |
Information needed to be able to scroll to a given point |
|
 |
FSlateEditableTextLayout |
Class to handle the cached layout of SEditableText/SMultiLineEditableText by proxying around a FTextLayout |
|
 |
FSlateTextBlockLayout |
Class to handle the cached layout of STextBlock/SRichTextBlock by proxying around a FTextLayout |
|
 |
FTextCompositionHighlighter |
Run highlighter used to draw the composition range |
|
 |
FTextScrollerOptions |
|
|
 |
FTextSearchHighlighter |
Run highlighter used to draw search ranges |
|
 |
FTextSelectionHighlighter |
Run highlighter used to draw selection ranges |
|
 |
FUndoState |
Stores a single undo level for editable text |
|
 |
ISlateEditableTextWidget |
Interface to allow FSlateEditableTextLayout to notify its parent SEditableText/SMultiLineEditableText of changes, as well as query some widget specific state |
|
 |
SInlineEditableTextBlock |
Slate's InlineEditableTextBlock's are double selectable to go from a STextBlock to become SEditableTextBox. |
|
 |
SMultiLineEditableText |
An editable text widget that supports multiple lines and soft word-wrapping. |
|
 |
SRichTextBlock |
A rich static text widget. |
|
 |
STextBlock |
A simple static text widget |
|
 |
STextScroller |
Utility to wrap a single-line text widget (STextBlock or SRichTextBlock) and provide support for auto-scrolling the text if it's longer than the available space. |
|