KTextEditor
katebuffer.h
144 * Save the buffer to a file, use the given filename + codec + end of line chars (internal use of qtextstream)
Backend of KTextEditor::Document related public KTextEditor interfaces.
Definition katedocument.h:68
An object representing lines from a start line to an end line.
Definition linerange.h:41
bool editChanged() const
were there changes in the current running editing session?
Definition katebuffer.h:68
void updateHighlighting()
Update highlighting of the lines in last edit transaction.
Definition katebuffer.cpp:75
void tagLines(KTextEditor::LineRange lineRange)
Emitted when the highlighting of a certain range has changed.
virtual void wrapLine(const KTextEditor::Cursor position)
Wrap line at given cursor position.
Definition katetextbuffer.cpp:334
int editingMaximalLineChanged() const
Get maximal line number changed by last editing transaction.
Definition katetextbuffer.h:343
bool editingChangedNumberOfLines() const
Query information from the last editing transaction: was the number of lines of the buffer changed?
Definition katetextbuffer.h:325
bool editingChangedBuffer() const
Query information from the last editing transaction: was the content of the buffer changed?
Definition katetextbuffer.h:315
virtual void clear()
Clears the buffer, reverts to initial empty state.
Definition katetextbuffer.cpp:136
int editingMinimalLineChanged() const
Get minimal line number changed by last editing transaction.
Definition katetextbuffer.h:334
Q_SCRIPTABLE QString start(QString train="")
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition katetextblock.h:18
Q_OBJECTQ_OBJECT
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:55:24 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.