#ifndef GUI_ESCAPESEQUENCEPARSER_HPP #define GUI_ESCAPESEQUENCEPARSER_HPP #include #include #include void ParseEscapeSequence(int attribute, QListIterator& i, QTextCharFormat& textCharFormat, const QTextCharFormat& defaultTextCharFormat); void ReturnInsert(QTextCursor& cur, const QString& text); void ReturnInsert(QTextCursor& cur, const QString& text, const QTextCharFormat& format); #endif // GUI_ESCAPESEQUENCEPARSER_HPP