NormalIndenter Class
(TextEditor::NormalIndenter)Inherits: | TextEditor::TextIndenter |
Public Functions
NormalIndenter(QTextDocument *doc) | |
~NormalIndenter() override = default |
Reimplemented Public Functions
virtual int | indentFor(const QTextBlock &block, const TabSettings &tabSettings, int cursorPositionInEditor = -1) override |
- 5 public functions inherited from TextEditor::TextIndenter
- 13 public functions inherited from TextEditor::Indenter
Member Function Documentation
NormalIndenter::NormalIndenter(QTextDocument *doc)
Default constructs an instance of NormalIndenter.
[default]
NormalIndenter::~NormalIndenter()
Destroys the instance of NormalIndenter.