|
moveit2
The MoveIt Motion Planning Framework for ROS 2.
|
#include <xml_syntax_highlighter.hpp>


Public Member Functions | |
| XmlSyntaxHighlighter (QTextDocument *parent=nullptr) | |
| void | addTag (const QString &tag, const QTextCharFormat &format, const QString &parent=QString()) |
Protected Member Functions | |
| void | highlightBlock (const QString &text) override |
XML SyntaxHighlighter allowing nested highlighting of XML tags
Definition at line 46 of file xml_syntax_highlighter.hpp.
| moveit_setup::XmlSyntaxHighlighter::XmlSyntaxHighlighter | ( | QTextDocument * | parent = nullptr | ) |
Definition at line 42 of file xml_syntax_highlighter.cpp.
| void moveit_setup::XmlSyntaxHighlighter::addTag | ( | const QString & | tag, |
| const QTextCharFormat & | format, | ||
| const QString & | parent = QString() |
||
| ) |
Definition at line 46 of file xml_syntax_highlighter.cpp.
|
overrideprotected |
Definition at line 120 of file xml_syntax_highlighter.cpp.