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
An object representing a section of text, from one Cursor to another.
Definition include/ktexteditor/range.h:49
bool editChanged() const
were there changes in the current running editing session?
Definition katebuffer.h:68
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 Q_NOREPLY void start()
The KTextEditor namespace contains all the public API that is required to use the KTextEditor compone...
Definition katetextblock.h:18
Q_SIGNALSQ_SIGNALS
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:11:26 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.