diff options
Diffstat (limited to 'doc/html/ntqsimplerichtext.html')
-rw-r--r-- | doc/html/ntqsimplerichtext.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqsimplerichtext.html b/doc/html/ntqsimplerichtext.html index 36f264940..db4908e72 100644 --- a/doc/html/ntqsimplerichtext.html +++ b/doc/html/ntqsimplerichtext.html @@ -157,7 +157,7 @@ the background brush. so passing a brush for <em>paper</em> is preferable to simply clearing the area to be painted and then calling this without a brush. -<p>Examples: <a href="qaction-application-example.html#x1158">action/application.cpp</a>, <a href="simple-application-example.html#x1576">application/application.cpp</a>, <a href="helpviewer-example.html#x1014">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2061">mdi/application.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1158">action/application.cpp</a>, <a href="simple-application-example.html#x1576">application/application.cpp</a>, <a href="helpviewer-example.html#x1014">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2061">mdi/application.cpp</a>. <h3 class=fn>void <a name="draw-2"></a>TQSimpleRichText::draw ( <a href="ntqpainter.html">TQPainter</a> * p, int x, int y, const <a href="ntqregion.html">TQRegion</a> & clipRegion, const <a href="qcolorgroup.html">TQColorGroup</a> & cg, const <a href="ntqbrush.html">TQBrush</a> * paper = 0 ) const </h3> <p> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code. @@ -170,7 +170,7 @@ internally are represented with 16bit coordinates). Returns the height of the rich text object in pixels. <p> <p>See also <a href="#setWidth">setWidth</a>(). -<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>. +<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="ntqpoint.html">TQPoint</a> & pos ) const </h3> Returns TRUE if <em>pos</em> is within a text line of the rich text @@ -188,7 +188,7 @@ recalculating the layout as if it were to be drawn with painter <em>p</em>. other than the screen, for example a <a href="ntqprinter.html">TQPrinter</a>. <p> <p>See also <a href="#height">height</a>() and <a href="#adjustSize">adjustSize</a>(). -<p>Examples: <a href="qaction-application-example.html#x1160">action/application.cpp</a>, <a href="simple-application-example.html#x1578">application/application.cpp</a>, <a href="helpviewer-example.html#x1016">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2063">mdi/application.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1160">action/application.cpp</a>, <a href="simple-application-example.html#x1578">application/application.cpp</a>, <a href="helpviewer-example.html#x1016">helpviewer/helpwindow.cpp</a>, and <a href="mdi-example.html#x2063">mdi/application.cpp</a>. <h3 class=fn>void <a name="setWidth-2"></a>TQSimpleRichText::setWidth ( int w ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. |