6 #include <QSyntaxHighlighter> 7 #include <QTextCharFormat> 24 virtual void highlightBlock(
const QString & text);
27 void highlightByRegex(
const QTextCharFormat &
format,
28 const QRegExp & regex,
const QString & text);
57 static QString getRenamingXML();
61 void on_pushButtonSave_pressed();
63 void on_pushButtonReset_pressed();
67 void on_pushButtonCancel_pressed();
80 virtual void closeEvent(QCloseEvent *event)
override;
84 #endif // RULE_EDITING_H QList< QRegExp > _xmlKeywordRegexes
QRegExp _xmlAttributeRegex
QTextCharFormat _xmlCommentFormat
QTextCharFormat _xmlValueFormat
std::map< ROSType, std::vector< SubstitutionRule > > SubstitutionRuleMap
QTextCharFormat _xmlElementFormat
std::string format(const std::string &, const time_point< seconds > &, const femtoseconds &, const time_zone &)
QTextCharFormat _xmlKeywordFormat
XMLSyntaxHighlighter * _highlighter
QTextCharFormat _xmlAttributeFormat