lokalize
syntaxhighlighter.cpp
Go to the documentation of this file.
91 connect(SettingsController::instance(),SIGNAL(generalSettingsChanged()),this, SLOT(settingsChanged()));
void setFontItalic(bool italic)
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
void setUnderlineStyle(UnderlineStyle style)
void append(const T &value)
T & last()
int size() const
SyntaxHighlighter(QTextEdit *parent)
Definition: syntaxhighlighter.cpp:43
QString & remove(int position, int n)
int lastIndexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
int matchedLength() const
void setForeground(const QBrush &brush)
int indexIn(const QString &str, int offset, CaretMode caretMode) const
void resize(int size)
void highlightBlock(const QString &text)
Definition: syntaxhighlighter.cpp:133
bool isEmpty() const
bool startsWith(const QString &s, Qt::CaseSensitivity cs) const
bool endsWith(const QString &s, Qt::CaseSensitivity cs) const
QPalette palette()
void reserve(int size)
bool contains(QChar ch, Qt::CaseSensitivity cs) const
QString mid(int position, int n) const
void setMisspelled(int start, int count)
Definition: syntaxhighlighter.cpp:210
const QChar at(int position) const
int length() const
void setFontUnderline(bool underline)
void setUnderlineColor(const QColor &color)
void unsetMisspelled(int start, int count)
Definition: syntaxhighlighter.cpp:272
int size() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:40:07 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.