| Activate(EInputPriority Priority) | CLineInput | |
| Append(const char *pString) | CLineInput | |
| Clear() | CLineInput | |
| Client() | CLineInput | inlineprivatestatic |
| CLineInput() | CLineInput | inline |
| CLineInput(char *pStr, size_t MaxSize) | CLineInput | inline |
| CLineInput(char *pStr, size_t MaxSize, size_t MaxChars) | CLineInput | inline |
| CLineInputBuffered() | CLineInputBuffered< MaxSize, MaxChars > | inline |
| Deactivate() const | CLineInput | |
| EMoveDirection enum name | CLineInput | private |
| FCalculateOffsetCallback typedef | CLineInput | |
| FClipboardLineCallback typedef | CLineInput | |
| FDisplayTextCallback typedef | CLineInput | |
| FORWARD enum value | CLineInput | private |
| GetActiveInput() | CLineInput | inlinestatic |
| GetCaretPosition() const | CLineInput | inline |
| GetClearButtonId() const | CLineInput | inline |
| GetCursorOffset() const | CLineInput | inline |
| GetDisplayedString() | CLineInput | |
| GetEmptyText() const | CLineInput | inline |
| GetLength() const | CLineInput | inline |
| GetMaxChars() const | CLineInput | inline |
| GetMaxSize() const | CLineInput | inline |
| GetMouseSelection() | CLineInput | inline |
| GetNumChars() const | CLineInput | inline |
| GetScrollOffset() const | CLineInput | inline |
| GetScrollOffsetChange() const | CLineInput | inline |
| GetSelectionEnd() const | CLineInput | inline |
| GetSelectionLength() const | CLineInput | inline |
| GetSelectionStart() const | CLineInput | inline |
| GetString() const | CLineInput | inline |
| Graphics() | CLineInput | inlineprivatestatic |
| HasSelection() const | CLineInput | inline |
| Init(IClient *pClient, IGraphics *pGraphics, IInput *pInput, ITextRender *pTextRender) | CLineInput | inlinestatic |
| Input() | CLineInput | inlineprivatestatic |
| Insert(const char *pString, size_t Begin) | CLineInput | |
| IsActive() const | CLineInput | inline |
| IsEmpty() const | CLineInput | inline |
| IsHidden() const | CLineInput | inline |
| m_aBuffer | CLineInputBuffered< MaxSize, MaxChars > | private |
| m_CaretPosition | CLineInput | private |
| m_ClearButtonId | CLineInput | private |
| m_CursorPos | CLineInput | private |
| m_Hidden | CLineInput | private |
| m_LastCompositionCursorPos | CLineInput | private |
| m_Len | CLineInput | private |
| m_MaxChars | CLineInput | private |
| m_MaxSize | CLineInput | private |
| m_MouseSelection | CLineInput | private |
| m_NumChars | CLineInput | private |
| m_pEmptyText | CLineInput | private |
| m_pfnCalculateOffsetCallback | CLineInput | private |
| m_pfnClipboardLineCallback | CLineInput | private |
| m_pfnDisplayTextCallback | CLineInput | private |
| m_pStr | CLineInput | private |
| m_ScrollOffset | CLineInput | private |
| m_ScrollOffsetChange | CLineInput | private |
| m_SelectionEnd | CLineInput | private |
| m_SelectionStart | CLineInput | private |
| m_WasChanged | CLineInput | private |
| m_WasCursorChanged | CLineInput | private |
| m_WasRendered | CLineInput | private |
| MoveCursor(EMoveDirection Direction, bool MoveWord, const char *pStr, size_t MaxSize, size_t *pCursorPos) | CLineInput | privatestatic |
| ms_ActiveInputPriority | CLineInput | privatestatic |
| ms_aStars | CLineInput | privatestatic |
| ms_CompositionLineHeight | CLineInput | privatestatic |
| ms_CompositionWindowPosition | CLineInput | privatestatic |
| ms_pActiveInput | CLineInput | privatestatic |
| ms_pClient | CLineInput | privatestatic |
| ms_pGraphics | CLineInput | privatestatic |
| ms_pInput | CLineInput | privatestatic |
| ms_pTextRender | CLineInput | privatestatic |
| OffsetFromActualToDisplay(size_t ActualOffset) | CLineInput | |
| OffsetFromDisplayToActual(size_t DisplayOffset) | CLineInput | |
| OnActivate() | CLineInput | private |
| OnDeactivate() | CLineInput | private |
| ProcessInput(const IInput::CEvent &Event) | CLineInput | |
| Render(const CUIRect *pRect, float FontSize, int Align, bool Changed, float LineWidth, float LineSpacing, const std::vector< STextColorSplit > &vColorSplits={}) | CLineInput | |
| RenderCandidates() | CLineInput | static |
| REWIND enum value | CLineInput | private |
| SelectAll() | CLineInput | inline |
| SelectNothing() | CLineInput | inline |
| Set(const char *pString) | CLineInput | |
| SetBuffer(char *pStr, size_t MaxSize) | CLineInput | inline |
| SetBuffer(char *pStr, size_t MaxSize, size_t MaxChars) | CLineInput | |
| SetCalculateOffsetCallback(FCalculateOffsetCallback pfnCalculateOffsetCallback) | CLineInput | inline |
| SetClipboardLineCallback(FClipboardLineCallback pfnClipboardLineCallback) | CLineInput | inline |
| SetCompositionWindowPosition(vec2 Anchor, float LineHeight) | CLineInput | privatestatic |
| SetCursorOffset(size_t Offset) | CLineInput | |
| SetDisplayTextCallback(FDisplayTextCallback pfnDisplayTextCallback) | CLineInput | inline |
| SetEmptyText(const char *pText) | CLineInput | inline |
| SetHidden(bool Hidden) | CLineInput | inline |
| SetRange(const char *pString, size_t Begin, size_t End) | CLineInput | |
| SetScrollOffset(float ScrollOffset) | CLineInput | inline |
| SetScrollOffsetChange(float ScrollOffsetChange) | CLineInput | inline |
| SetSelection(size_t Start, size_t End) | CLineInput | |
| TextRender() | CLineInput | inlineprivatestatic |
| UpdateStrData() | CLineInput | private |
| WasChanged() | CLineInput | inline |
| WasCursorChanged() | CLineInput | inline |