Kate
katetextline.cpp
Go to the documentation of this file.
188 if ((attribute.foldingValue == 0) && !m_attributesList.isEmpty() && (m_attributesList.back().foldingValue == 0)
int nextNonSpaceChar(int pos) const
Find the position of the next char that is not a space.
Definition: katetextline.cpp:50
int fromVirtualColumn(int column, int tabWidth) const
Returns the "real" column where each tab only counts one character.
Definition: katetextline.cpp:144
int indentDepth(int tabWidth) const
Returns the indentation depth with each tab expanded into tabWidth characters.
Definition: katetextline.cpp:81
void addAttribute(const Attribute &attribute)
Add attribute to this line.
Definition: katetextline.cpp:185
int virtualLength(int tabWidth) const
Returns the text length with each tab expanded into tabWidth characters.
Definition: katetextline.cpp:168
int toVirtualColumn(int column, int tabWidth) const
Returns the column with each tab expanded into tabWidth characters.
Definition: katetextline.cpp:124
int previousNonSpaceChar(int pos) const
Find the position of the previous char that is not a space.
Definition: katetextline.cpp:61
int firstChar() const
Returns the position of the first non-whitespace character.
Definition: katetextline.cpp:40
const QString & string() const
Returns the complete text line (as a QString reference).
Definition: katetextline.h:286
bool matchesAt(int column, const QString &match) const
Returns true, if match equals to the text at position column, otherwise returns false.
Definition: katetextline.cpp:103
int lastChar() const
Returns the position of the last non-whitespace character.
Definition: katetextline.cpp:45
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:31:53 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:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.