SnippetEditorWidget Class
(TextEditor::SnippetEditorWidget)The SnippetEditorWidget class is a lightweight editor for code snippets with basic support for syntax highlighting, indentation, and others. More...
Header: | #include <SnippetEditorWidget> |
Inherits: | TextEditor::TextEditorWidget |
Public Functions
SnippetEditorWidget(QWidget *parent = 0) |
- 184 public functions inherited from TextEditor::TextEditorWidget
- 53 public functions inherited from QPlainTextEdit
- 20 public functions inherited from QAbstractScrollArea
- 14 public functions inherited from QFrame
- 216 public functions inherited from QWidget
Signals
void | snippetContentChanged() |
- 8 signals inherited from TextEditor::TextEditorWidget
- 9 signals inherited from QPlainTextEdit
- 3 signals inherited from QWidget
Reimplemented Protected Functions
virtual int | extraAreaWidth(int *markWidthPtr = 0) const override |
virtual void | focusOutEvent(QFocusEvent *event) override |
- 45 protected functions inherited from TextEditor::TextEditorWidget
- 29 protected functions inherited from QPlainTextEdit
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
Additional Inherited Members
- 2 properties inherited from TextEditor::TextEditorWidget
- 16 properties inherited from QPlainTextEdit
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 59 properties inherited from QWidget
- 14 public slots inherited from QPlainTextEdit
- 19 public slots inherited from QWidget
- 3 static public members inherited from TextEditor::TextEditorWidget
- 5 static public members inherited from QWidget
- 45 protected functions inherited from TextEditor::TextEditorWidget
- 29 protected functions inherited from QPlainTextEdit
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 1 protected slot inherited from QWidget
- 2 static protected members inherited from TextEditor::TextEditorWidget
Detailed Description
The SnippetEditorWidget class is a lightweight editor for code snippets with basic support for syntax highlighting, indentation, and others.
Member Function Documentation
SnippetEditorWidget::SnippetEditorWidget(QWidget *parent = 0)
Default constructs an instance of SnippetEditorWidget.