6 #include <QSyntaxHighlighter> 7 #include <QTextCharFormat> 25 virtual void highlightBlock(
const QString&
text);
28 void highlightByRegex(
const QTextCharFormat&
format,
const QRegExp& regex,
const QString& text);
56 static QString getRenamingXML();
60 void on_pushButtonSave_pressed();
62 void on_pushButtonReset_pressed();
66 void on_pushButtonCancel_pressed();
78 virtual void closeEvent(QCloseEvent* event)
override;
81 #endif // RULE_EDITING_H QList< QRegExp > _xmlKeywordRegexes
QRegExp _xmlAttributeRegex
QTextCharFormat _xmlCommentFormat
QTextCharFormat _xmlValueFormat
std::map< ROSType, std::vector< SubstitutionRule > > SubstitutionRuleMap
QTextCharFormat _xmlElementFormat
FMT_INLINE std::basic_string< Char > format(const S &format_str, Args &&... args)
QTextCharFormat _xmlKeywordFormat
XMLSyntaxHighlighter * _highlighter
QTextCharFormat _xmlAttributeFormat