Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets
Classes
| Type | Name | Description | |
|---|---|---|---|
| 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 |
Typedefs
| Name | Description |
|---|---|
| FOnBeginTextEdit |