summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcanvastext.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-15 19:08:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-18 09:31:41 +0900
commita30f5359f03c3017fa19a6770fab32d25d22cb87 (patch)
treecb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/tqcanvastext.html
parent25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff)
downloadtqt3-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.html14
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 "&lt;text&gt;", 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&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;t, <a href="ntqfont.html">TQFont</a>&nbsp;f, <a href="tqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasText-3"></a>TQCanvasText::TQCanvasText ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;t, <a href="tqfont.html">TQFont</a>&nbsp;f, <a href="tqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;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>&nbsp;&amp;&nbsp;painter )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="draw"></a>TQCanvasText::draw ( <a href="tqpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;c )
+<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const&nbsp;<a href="tqcolor.html">TQColor</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqfont.html">TQFont</a>&nbsp;&amp;&nbsp;f )
+<h3 class=fn>void <a name="setFont"></a>TQCanvasText::setFont ( const&nbsp;<a href="tqfont.html">TQFont</a>&nbsp;&amp;&nbsp;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&nbsp;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>().