diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqsyntaxhighlighter.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359.tar.gz tqt-a30f5359.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsyntaxhighlighter.html')
-rw-r--r-- | doc/html/ntqsyntaxhighlighter.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsyntaxhighlighter.html b/doc/html/ntqsyntaxhighlighter.html index 05834e3b2..0f6e64f8e 100644 --- a/doc/html/ntqsyntaxhighlighter.html +++ b/doc/html/ntqsyntaxhighlighter.html @@ -124,7 +124,7 @@ comment until you reached the closing <tt>*</tt><tt>/</tt>. <h3 class=fn>void <a name="rehighlight"></a>TQSyntaxHighlighter::rehighlight () </h3> Redoes the highlighting of the whole document. -<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqfont.html">TQFont</a> & font, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setFormat"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqfont.html">TQFont</a> & font, const <a href="tqcolor.html">TQColor</a> & color ) </h3> This function is applied to the syntax highlighter's current paragraph (the text of which is passed to the <a href="#highlightParagraph">highlightParagraph</a>() @@ -133,10 +133,10 @@ function). position <em>start</em> for <em>count</em> characters. (If <em>count</em> is 0, nothing is done.) -<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqcolor.html">TQColor</a> & color ) +<h3 class=fn>void <a name="setFormat-2"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqcolor.html">TQColor</a> & color ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. -<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="ntqfont.html">TQFont</a> & font ) +<h3 class=fn>void <a name="setFormat-3"></a>TQSyntaxHighlighter::setFormat ( int start, int count, const <a href="tqfont.html">TQFont</a> & font ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <h3 class=fn><a href="tqtextedit.html">TQTextEdit</a> * <a name="textEdit"></a>TQSyntaxHighlighter::textEdit () const |