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/tqcanvastext.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.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/tqcanvastext.html')
-rw-r--r-- | doc/html/tqcanvastext.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqcanvastext.html b/doc/html/tqcanvastext.html index 08db29fe7..297d7d864 100644 --- a/doc/html/tqcanvastext.html +++ b/doc/html/tqcanvastext.html @@ -86,7 +86,7 @@ Constructs a TQCanvasText with the text "<text>", on <em>canvas</em>. </h3> Constructs a TQCanvasText with the text <em>t</em>, on canvas <em>canvas</em>. -<h3 class=fn><a name="TQCanvasText-3"></a>TQCanvasText::TQCanvasText ( const <a href="tqstring.html">TQString</a> & t, <a href="ntqfont.html">TQFont</a> f, <a href="tqcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasText-3"></a>TQCanvasText::TQCanvasText ( const <a href="tqstring.html">TQString</a> & t, <a href="tqfont.html">TQFont</a> f, <a href="tqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a TQCanvasText with the text <em>t</em> and font <em>f</em>, on the canvas <em>canvas</em>. @@ -100,17 +100,17 @@ Destroys the canvas text item. Returns the bounding rectangle of the text. <p>Reimplemented from <a href="tqcanvasitem.html#boundingRect">TQCanvasItem</a>. -<h3 class=fn><a href="ntqcolor.html">TQColor</a> <a name="color"></a>TQCanvasText::color () const +<h3 class=fn><a href="tqcolor.html">TQColor</a> <a name="color"></a>TQCanvasText::color () const </h3> Returns the color of the text. <p> <p>See also <a href="#setColor">setColor</a>(). -<h3 class=fn>void <a name="draw"></a>TQCanvasText::draw ( <a href="ntqpainter.html">TQPainter</a> & painter )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="draw"></a>TQCanvasText::draw ( <a href="tqpainter.html">TQPainter</a> & painter )<tt> [virtual protected]</tt> </h3> Draws the text using the painter <em>painter</em>. <p>Reimplemented from <a href="tqcanvasitem.html#draw">TQCanvasItem</a>. -<h3 class=fn><a href="ntqfont.html">TQFont</a> <a name="font"></a>TQCanvasText::font () const +<h3 class=fn><a href="tqfont.html">TQFont</a> <a name="font"></a>TQCanvasText::font () const </h3> Returns the font in which the text is drawn. <p> <p>See also <a href="#setFont">setFont</a>(). @@ -121,13 +121,13 @@ Returns 3 (TQCanvasItem::Rtti_Text). <p> <p>See also <a href="tqcanvasitem.html#rtti">TQCanvasItem::rtti</a>(). <p>Reimplemented from <a href="tqcanvasitem.html#rtti">TQCanvasItem</a>. -<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const <a href="ntqcolor.html">TQColor</a> & c ) +<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const <a href="tqcolor.html">TQColor</a> & c ) </h3> Sets the color of the text to the color <em>c</em>. <p> <p>See also <a href="#color">color</a>() and <a href="#setFont">setFont</a>(). <p>Example: <a href="tutorial2-06.html#x2574">chart/chartform_canvas.cpp</a>. -<h3 class=fn>void <a name="setFont"></a>TQCanvasText::setFont ( const <a href="ntqfont.html">TQFont</a> & f ) +<h3 class=fn>void <a name="setFont"></a>TQCanvasText::setFont ( const <a href="tqfont.html">TQFont</a> & f ) </h3> Sets the font in which the text is drawn to font <em>f</em>. <p> <p>See also <a href="#font">font</a>(). @@ -141,7 +141,7 @@ Sets the text item's text to <em>t</em>. The text may contain newlines. <h3 class=fn>void <a name="setTextFlags"></a>TQCanvasText::setTextFlags ( int f ) </h3> Sets the alignment flags to <em>f</em>. These are a bitwise OR of the -flags available to <a href="ntqpainter.html#drawText">TQPainter::drawText</a>() -- see the +flags available to <a href="tqpainter.html#drawText">TQPainter::drawText</a>() -- see the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. <p> <p>See also <a href="#setFont">setFont</a>() and <a href="#setColor">setColor</a>(). |