Kate
katetextblock.h
Go to the documentation of this file.
void removeCursor(Kate::TextCursor *cursor)
Remove cursor from this block.
Definition: katetextblock.h:194
QList< QSet< TextRange * > > rangesForLine(int line) const
Return all ranges in this block which might intersect the given line.
Definition: katetextblock.h:166
void insertCursor(Kate::TextCursor *cursor)
Insert cursor into this block.
Definition: katetextblock.h:188
QSet< TextRange * > cachedRangesForLine(int line) const
Return all ranges in this block which might intersect the given line and only span one line...
Definition: katetextblock.h:215
bool containsRange(TextRange *range) const
Is the given range contained in this block?
Definition: katetextblock.h:175
QSharedPointer< TextLineData > TextLine
The normal world only accesses the text lines with shared pointers.
Definition: katetextline.h:443
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:52 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.