|
SatDump 2.0.0-alpha-520736c72
|
This is the complete list of members for TextEditor, including all inherited members.
| Breakpoints typedef (defined in TextEditor) | TextEditor | |
| CanRedo() const (defined in TextEditor) | TextEditor | |
| CanUndo() const (defined in TextEditor) | TextEditor | |
| Char typedef (defined in TextEditor) | TextEditor | |
| Copy() (defined in TextEditor) | TextEditor | |
| Cut() (defined in TextEditor) | TextEditor | |
| Delete() (defined in TextEditor) | TextEditor | |
| ErrorMarkers typedef (defined in TextEditor) | TextEditor | |
| GetCurrentLineText() const (defined in TextEditor) | TextEditor | |
| GetCursorPosition() const (defined in TextEditor) | TextEditor | inline |
| GetDarkPalette() (defined in TextEditor) | TextEditor | static |
| GetLanguageDefinition() const (defined in TextEditor) | TextEditor | inline |
| GetLightPalette() (defined in TextEditor) | TextEditor | static |
| GetPalette() const (defined in TextEditor) | TextEditor | inline |
| GetRetroBluePalette() (defined in TextEditor) | TextEditor | static |
| GetSelectedText() const (defined in TextEditor) | TextEditor | |
| GetTabSize() const (defined in TextEditor) | TextEditor | inline |
| GetText() const (defined in TextEditor) | TextEditor | |
| GetTextLines() const (defined in TextEditor) | TextEditor | |
| GetTotalLines() const (defined in TextEditor) | TextEditor | inline |
| HasSelection() const (defined in TextEditor) | TextEditor | |
| Identifiers typedef (defined in TextEditor) | TextEditor | |
| InsertText(const std::string &aValue) (defined in TextEditor) | TextEditor | |
| InsertText(const char *aValue) (defined in TextEditor) | TextEditor | |
| IsColorizerEnabled() const (defined in TextEditor) | TextEditor | inline |
| IsCursorPositionChanged() const (defined in TextEditor) | TextEditor | inline |
| IsHandleKeyboardInputsEnabled() const (defined in TextEditor) | TextEditor | inline |
| IsHandleMouseInputsEnabled() const (defined in TextEditor) | TextEditor | inline |
| IsImGuiChildIgnored() const (defined in TextEditor) | TextEditor | inline |
| IsOverwrite() const (defined in TextEditor) | TextEditor | inline |
| IsReadOnly() const (defined in TextEditor) | TextEditor | inline |
| IsShowingWhitespaces() const (defined in TextEditor) | TextEditor | inline |
| IsTextChanged() const (defined in TextEditor) | TextEditor | inline |
| Keywords typedef (defined in TextEditor) | TextEditor | |
| Line typedef (defined in TextEditor) | TextEditor | |
| Lines typedef (defined in TextEditor) | TextEditor | |
| MoveBottom(bool aSelect=false) (defined in TextEditor) | TextEditor | |
| MoveDown(int aAmount=1, bool aSelect=false) (defined in TextEditor) | TextEditor | |
| MoveEnd(bool aSelect=false) (defined in TextEditor) | TextEditor | |
| MoveHome(bool aSelect=false) (defined in TextEditor) | TextEditor | |
| MoveLeft(int aAmount=1, bool aSelect=false, bool aWordMode=false) (defined in TextEditor) | TextEditor | |
| MoveRight(int aAmount=1, bool aSelect=false, bool aWordMode=false) (defined in TextEditor) | TextEditor | |
| MoveTop(bool aSelect=false) (defined in TextEditor) | TextEditor | |
| MoveUp(int aAmount=1, bool aSelect=false) (defined in TextEditor) | TextEditor | |
| Palette typedef (defined in TextEditor) | TextEditor | |
| PaletteIndex enum name (defined in TextEditor) | TextEditor | |
| Paste() (defined in TextEditor) | TextEditor | |
| Redo(int aSteps=1) (defined in TextEditor) | TextEditor | |
| Render(const char *aTitle, const ImVec2 &aSize=ImVec2(), bool aBorder=false) (defined in TextEditor) | TextEditor | |
| SelectAll() (defined in TextEditor) | TextEditor | |
| SelectionMode enum name (defined in TextEditor) | TextEditor | |
| SelectWordUnderCursor() (defined in TextEditor) | TextEditor | |
| SetBreakpoints(const Breakpoints &aMarkers) (defined in TextEditor) | TextEditor | inline |
| SetColorizerEnable(bool aValue) (defined in TextEditor) | TextEditor | |
| SetCursorPosition(const Coordinates &aPosition) (defined in TextEditor) | TextEditor | |
| SetErrorMarkers(const ErrorMarkers &aMarkers) (defined in TextEditor) | TextEditor | inline |
| SetHandleKeyboardInputs(bool aValue) (defined in TextEditor) | TextEditor | inline |
| SetHandleMouseInputs(bool aValue) (defined in TextEditor) | TextEditor | inline |
| SetImGuiChildIgnored(bool aValue) (defined in TextEditor) | TextEditor | inline |
| SetLanguageDefinition(const LanguageDefinition &aLanguageDef) (defined in TextEditor) | TextEditor | |
| SetPalette(const Palette &aValue) (defined in TextEditor) | TextEditor | |
| SetReadOnly(bool aValue) (defined in TextEditor) | TextEditor | |
| SetSelection(const Coordinates &aStart, const Coordinates &aEnd, SelectionMode aMode=SelectionMode::Normal) (defined in TextEditor) | TextEditor | |
| SetSelectionEnd(const Coordinates &aPosition) (defined in TextEditor) | TextEditor | |
| SetSelectionStart(const Coordinates &aPosition) (defined in TextEditor) | TextEditor | |
| SetShowWhitespaces(bool aValue) (defined in TextEditor) | TextEditor | inline |
| SetTabSize(int aValue) (defined in TextEditor) | TextEditor | |
| SetText(const std::string &aText) (defined in TextEditor) | TextEditor | |
| SetTextLines(const std::vector< std::string > &aLines) (defined in TextEditor) | TextEditor | |
| String typedef (defined in TextEditor) | TextEditor | |
| TextEditor() (defined in TextEditor) | TextEditor | |
| Undo(int aSteps=1) (defined in TextEditor) | TextEditor | |
| ~TextEditor() (defined in TextEditor) | TextEditor |