summaryrefslogtreecommitdiffstats
path: root/doc/html/qcanvastext.html
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
committerTimothy Pearson <[email protected]>2012-01-26 23:32:43 -0600
commitea318d1431c89e647598c510c4245c6571aa5f46 (patch)
tree996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qcanvastext.html
parentaaf89d4b48f69c9293feb187db26362e550b5561 (diff)
downloadtqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz
tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qcanvastext.html')
-rw-r--r--doc/html/qcanvastext.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/qcanvastext.html b/doc/html/qcanvastext.html
index b2f38122b..2a80b61e1 100644
--- a/doc/html/qcanvastext.html
+++ b/doc/html/qcanvastext.html
@@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }
<p>The TQCanvasText class provides a text object on a TQCanvas.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qcanvas-h.html">qcanvas.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qcanvas-h.html">ntqcanvas.h</a>&gt;</tt>
<p>Inherits <a href="qcanvasitem.html">TQCanvasItem</a>.
<p><a href="qcanvastext-members.html">List of all member functions.</a>
<h2>Public Members</h2>
@@ -60,7 +60,7 @@ body { background: #ffffff; color: black; }
<hr><a name="details"></a><h2>Detailed Description</h2>
-The TQCanvasText class provides a text object on a <a href="qcanvas.html">TQCanvas</a>.
+The TQCanvasText class provides a text object on a <a href="ntqcanvas.html">TQCanvas</a>.
<p>
@@ -78,15 +78,15 @@ coordinates with <a href="qcanvasitem.html#setX">TQCanvasItem::setX</a>(), <a hr
<p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCanvasText"></a>TQCanvasText::TQCanvasText ( <a href="qcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasText"></a>TQCanvasText::TQCanvasText ( <a href="ntqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
</h3>
Constructs a TQCanvasText with the text "&lt;text&gt;", on <em>canvas</em>.
-<h3 class=fn><a name="TQCanvasText-2"></a>TQCanvasText::TQCanvasText ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;t, <a href="qcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasText-2"></a>TQCanvasText::TQCanvasText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;t, <a href="ntqcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
</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="qstring.html">TQString</a>&nbsp;&amp;&nbsp;t, <a href="qfont.html">TQFont</a>&nbsp;f, <a href="qcanvas.html">TQCanvas</a>&nbsp;*&nbsp;canvas )
+<h3 class=fn><a name="TQCanvasText-3"></a>TQCanvasText::TQCanvasText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;t, <a href="ntqfont.html">TQFont</a>&nbsp;f, <a href="ntqcanvas.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>.
@@ -95,22 +95,22 @@ canvas <em>canvas</em>.
</h3>
Destroys the canvas text item.
-<h3 class=fn><a href="qrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasText::boundingRect () const<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="boundingRect"></a>TQCanvasText::boundingRect () const<tt> [virtual]</tt>
</h3>
Returns the bounding rectangle of the text.
<p>Reimplemented from <a href="qcanvasitem.html#boundingRect">TQCanvasItem</a>.
-<h3 class=fn><a href="qcolor.html">TQColor</a> <a name="color"></a>TQCanvasText::color () const
+<h3 class=fn><a href="ntqcolor.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="qpainter.html">TQPainter</a>&nbsp;&amp;&nbsp;painter )<tt> [virtual protected]</tt>
+<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>
Draws the text using the painter <em>painter</em>.
<p>Reimplemented from <a href="qcanvasitem.html#draw">TQCanvasItem</a>.
-<h3 class=fn><a href="qfont.html">TQFont</a> <a name="font"></a>TQCanvasText::font () const
+<h3 class=fn><a href="ntqfont.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,18 +121,18 @@ Returns 3 (TQCanvasItem::Rtti_Text).
<p> <p>See also <a href="qcanvasitem.html#rtti">TQCanvasItem::rtti</a>().
<p>Reimplemented from <a href="qcanvasitem.html#rtti">TQCanvasItem</a>.
-<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const&nbsp;<a href="qcolor.html">TQColor</a>&nbsp;&amp;&nbsp;c )
+<h3 class=fn>void <a name="setColor"></a>TQCanvasText::setColor ( const&nbsp;<a href="ntqcolor.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="qfont.html">TQFont</a>&nbsp;&amp;&nbsp;f )
+<h3 class=fn>void <a name="setFont"></a>TQCanvasText::setFont ( const&nbsp;<a href="ntqfont.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>().
-<h3 class=fn>void <a name="setText"></a>TQCanvasText::setText ( const&nbsp;<a href="qstring.html">TQString</a>&nbsp;&amp;&nbsp;t )
+<h3 class=fn>void <a name="setText"></a>TQCanvasText::setText ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;t )
</h3>
Sets the text item's text to <em>t</em>. The text may contain newlines.
<p> <p>See also <a href="#text">text</a>(), <a href="#setFont">setFont</a>(), <a href="#setColor">setColor</a>(), and <a href="#setTextFlags">setTextFlags</a>().
@@ -141,11 +141,11 @@ 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="qpainter.html#drawText">TQPainter::drawText</a>() -- see the
-<a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
+flags available to <a href="ntqpainter.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>().
-<h3 class=fn><a href="qstring.html">TQString</a> <a name="text"></a>TQCanvasText::text () const
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQCanvasText::text () const
</h3>
Returns the text item's text.
<p> <p>See also <a href="#setText">setText</a>().
@@ -154,7 +154,7 @@ Returns the text item's text.
</h3>
<p> Returns the currently set alignment flags.
-<p> <p>See also <a href="#setTextFlags">setTextFlags</a>() and <a href="qt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
+<p> <p>See also <a href="#setTextFlags">setTextFlags</a>() and <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>.
<!-- eof -->
<hr><p>