Public Attributes | |
Coordinates | mSelectionStart |
Coordinates | mSelectionEnd |
Coordinates | mCursorPosition |
Definition at line 270 of file text_editor.h.
Coordinates TextEditor::EditorState::mSelectionStart |
Definition at line 271 of file text_editor.h.
Referenced by TextEditor::Backspace(), TextEditor::Cut(), TextEditor::Delete(), TextEditor::DeleteSelection(), TextEditor::EnterCharacter(), TextEditor::GetSelectedText(), TextEditor::HasSelection(), TextEditor::InsertText(), TextEditor::Paste(), TextEditor::Render(), TextEditor::SetSelection(), TextEditor::SetSelectionEnd(), and TextEditor::SetSelectionStart().
Coordinates TextEditor::EditorState::mSelectionEnd |
Definition at line 272 of file text_editor.h.
Referenced by TextEditor::Backspace(), TextEditor::Cut(), TextEditor::Delete(), TextEditor::DeleteSelection(), TextEditor::EnterCharacter(), TextEditor::GetSelectedText(), TextEditor::HasSelection(), TextEditor::Paste(), TextEditor::Render(), TextEditor::SetSelection(), TextEditor::SetSelectionEnd(), and TextEditor::SetSelectionStart().
Coordinates TextEditor::EditorState::mCursorPosition |
Definition at line 273 of file text_editor.h.
Referenced by TextEditor::Backspace(), TextEditor::EnterCharacter(), TextEditor::GetActualCursorCoordinates(), TextEditor::GetCurrentLineText(), TextEditor::HandleMouseInputs(), TextEditor::MoveDown(), TextEditor::MoveEnd(), TextEditor::MoveHome(), TextEditor::MoveLeft(), TextEditor::MoveRight(), TextEditor::MoveTop(), TextEditor::MoveUp(), TextEditor::Render(), and TextEditor::SetCursorPosition().