#include <QObject>
#include <QWidget>
#include <QStack>
#include <QTextEdit>
#include <QTextDocumentFragment>
#include <QTextCursor>
#include <QAction>
#include <QMenu>
#include <klfguiutil.h>
#include "klflatexedit.h"
#include "klflatexedit_p.h"
Go to the source code of this file.
Functions | |
QDebug | operator<< (QDebug str, const KLFLatexSyntaxHighlighter::ParsedBlock &p) |
QDebug operator<< | ( | QDebug | str, |
const KLFLatexSyntaxHighlighter::ParsedBlock & | p | ||
) |
Definition at line 827 of file klflatexedit.cpp.
References KLFLatexSyntaxHighlighter::ParsedBlock::Comment, KLFLatexSyntaxHighlighter::ParsedBlock::Keyword, KLFLatexSyntaxHighlighter::ParsedBlock::keyword, KLFLatexSyntaxHighlighter::ParsedBlock::len, KLFLatexSyntaxHighlighter::ParsedBlock::Lonely, KLFLatexSyntaxHighlighter::ParsedBlock::Matched, KLFLatexSyntaxHighlighter::ParsedBlock::Mismatched, KLFLatexSyntaxHighlighter::ParsedBlock::None, KLFLatexSyntaxHighlighter::ParsedBlock::Normal, KLFLatexSyntaxHighlighter::ParsedBlock::Paren, KLFLatexSyntaxHighlighter::ParsedBlock::parenisopening, KLFLatexSyntaxHighlighter::ParsedBlock::parenmatch, KLFLatexSyntaxHighlighter::ParsedBlock::parenmodifier, KLFLatexSyntaxHighlighter::ParsedBlock::parenotherpos, KLFLatexSyntaxHighlighter::ParsedBlock::parenSpecIndex, KLFLatexSyntaxHighlighter::ParsedBlock::parenstr, KLFLatexSyntaxHighlighter::ParsedBlock::pos, QString::toLatin1(), and KLFLatexSyntaxHighlighter::ParsedBlock::type.