diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqsimplerichtext.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqsimplerichtext.html')
| -rw-r--r-- | doc/html/ntqsimplerichtext.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html index 3bba1f9a5..7e0bd935e 100644 --- a/doc/html/ntqsimplerichtext.html +++ b/doc/html/ntqsimplerichtext.html @@ -38,7 +38,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> @@ -104,7 +104,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="ntqstylesheet.html#defaultSheet">TQStyleSheet::defaultSheet</a>()). -<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="ntqstring.html">TQString</a> & context, const <a href="ntqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="ntqcolor.html">TQColor</a> & linkColor = TQt::blue, bool linkUnderline = TRUE ) +<h3 class=fn><a name="TQSimpleRichText-2"></a>TQSimpleRichText::TQSimpleRichText ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqfont.html">TQFont</a> & fnt, const <a href="ntqstring.html">TQString</a> & context, const <a href="ntqstylesheet.html">TQStyleSheet</a> * sheet, const <a href="qmimesourcefactory.html">TQMimeSourceFactory</a> * factory, int pageBreak = -1, const <a href="ntqcolor.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>. @@ -173,8 +173,8 @@ Returns the height of the rich text object in pixels. <p>Examples: <a href="qaction-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="ntqpoint.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="ntqfont.html">TQFont</a> & f ) </h3> |
