diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqsimplerichtext.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (diff) | |
download | tqt-rename/true-false-4.tar.gz tqt-rename/true-false-4.zip |
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqsimplerichtext.html')
-rw-r--r-- | doc/html/tqsimplerichtext.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqsimplerichtext.html b/doc/html/tqsimplerichtext.html index bc8ebf67c..51ad76258 100644 --- a/doc/html/tqsimplerichtext.html +++ b/doc/html/tqsimplerichtext.html @@ -37,7 +37,7 @@ body { background: #ffffff; color: black; } <h2>Public Members</h2> <ul> <li class=fn><a href="#TQSimpleRichText"><b>TQSimpleRichText</b></a> ( const TQString & text, const TQFont & fnt, const TQString & context = TQString::null, const TQStyleSheet * sheet = 0 )</li> -<li class=fn><a href="#TQSimpleRichText-2"><b>TQSimpleRichText</b></a> ( const TQString & text, const TQFont & fnt, const TQString & context, const TQStyleSheet * sheet, const TQMimeSourceFactory * factory, int pageBreak = -1, const TQColor & linkColor = TQt::blue, bool linkUnderline = TRUE )</li> +<li class=fn><a href="#TQSimpleRichText-2"><b>TQSimpleRichText</b></a> ( const TQString & text, const TQFont & fnt, const TQString & context, const TQStyleSheet * sheet, const TQMimeSourceFactory * factory, int pageBreak = -1, const TQColor & linkColor = TQt::blue, bool linkUnderline = true )</li> <li class=fn><a href="#~TQSimpleRichText"><b>~TQSimpleRichText</b></a> ()</li> <li class=fn>void <a href="#setWidth-2"><b>setWidth</b></a> ( int w )</li> <li class=fn>void <a href="#setWidth"><b>setWidth</b></a> ( TQPainter * p, int w )</li> @@ -103,7 +103,7 @@ calculate the absolute path. See <p> The <em>sheet</em> is an optional style sheet. If it is 0, the default style sheet will be used (see <a href="tqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()). -<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context, const <a href="tqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="tqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = TRUE ) +<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqfont.html">TQFont</a> & fnt, const <a href="tqstring.html">TQString</a> & context, const <a href="tqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="tqmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="tqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = true ) </h3> Constructs a TQSimpleRichText from the rich text string <em>text</em> and the font <em>fnt</em>. @@ -172,8 +172,8 @@ Returns the height of the rich text object in pixels. <p>Examples: <a href="tqaction-application-example.html#x1159">action/application.cpp</a>, <a href="simple-application-example.html#x1577">application/application.cpp</a>, <a href="helpviewer-example.html#x1015">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2062">mdi/application.cpp</a>. <h3 class=fn>bool <a name="inText"></a>TQSimpleRichText::inText ( const <a href="tqpoint.html">TQPoint</a> & pos ) const </h3> -Returns TRUE if <em>pos</em> is within a text line of the rich text -object; otherwise returns FALSE. +Returns true if <em>pos</em> is within a text line of the rich text +object; otherwise returns false. <h3 class=fn>void <a name="setDefaultFont"></a>TQSimpleRichText::setDefaultFont ( const <a href="tqfont.html">TQFont</a> & f ) </h3> |