1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Qt Toolkit - QCanvasText Class</title><style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }body { background: white; color: black; }
--></style>
</head><body bgcolor="#ffffff">
<table width="100%">
<tr><td><a href="index.html">
<img width="100" height="100" src="qtlogo.png"
alt="Home" border="0"><img width="100"
height="100" src="face.png" alt="Home" border="0">
</a><td valign=top><div align=right><img src="dochead.png" width="472" height="27"><br>
<a href="classes.html"><b>Classes</b></a>
-<a href="annotated.html">Annotated</a>
- <a href="hierarchy.html">Tree</a>
-<a href="functions.html">Functions</a>
-<a href="index.html">Home</a>
-<a href="topicals.html"><b>Structure</b></a>
</div>
</table>
<h1 align=center>QCanvasText Class Reference<br><small>[ <a href="canvas.html">canvas module</a> ]</small></h1><br clear="all">
<p>
A text object on a <a href="qcanvas.html">QCanvas</a>.
<a href="#details">More...</a>
<p>
<code>#include <<a href="qcanvas-h.html">qcanvas.h</a>></code>
<p>
Inherits <a href="qcanvasitem.html">QCanvasItem</a>.
<p><a href="qcanvastext-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li><div class="fn"><a href="#15590e"><b>QCanvasText</b></a>(QCanvas*canvas)</div>
<li><div class="fn"><a href="#6bc4d4"><b>QCanvasText</b></a>(constQString&, QCanvas*canvas)</div>
<li><div class="fn"><a href="#485d53"><b>QCanvasText</b></a>(constQString&, QFont, QCanvas*canvas)</div>
<li><div class="fn">virtual<a href="#69b55a"><b>~QCanvasText</b></a>()</div>
<li><div class="fn">void<a href="#f8d9a0"><b>setText</b></a>(constQString&)</div>
<li><div class="fn">void<a href="#4e4c83"><b>setFont</b></a>(constQFont&)</div>
<li><div class="fn">void<a href="#5742fb"><b>setColor</b></a>(constQColor&)</div>
<li><div class="fn">QString<a href="#558a82"><b>text</b></a>()const</div>
<li><div class="fn">QFont<a href="#1a6336"><b>font</b></a>()const</div>
<li><div class="fn">QColor<a href="#64eb50"><b>color</b></a>()const</div>
<li><div class="fn">int<a href="#f716b5"><b>textFlags</b></a>()const</div>
<li><div class="fn">void<a href="#0fe448"><b>setTextFlags</b></a>(int)</div>
<li><div class="fn">virtualQRect<a href="#cd3f03"><b>boundingRect</b></a>()const</div>
<li><div class="fn">virtualint<a href="#be56cc"><b>rtti</b></a>()const</div>
</ul>
<h2>Protected Members</h2>
<ul>
<li><div class="fn">virtualvoid<a href="#19b922"><b>draw</b></a>(QPainter&)</div>
</ul>
<hr><h2><a name="details"></a>Detailed Description</h2>
A text object on a <a href="qcanvas.html">QCanvas</a>.
<p>
A QCanvasText has text, a font, color, and position.
<hr><h2>Member Function Documentation</h2>
<h3 class="fn"><a name="15590e"></a>QCanvasText::QCanvasText(<a href="qcanvas.html">QCanvas</a>*canvas)</h3>
<p>Constructs a QCanvasText with the text "<text>", on <em>canvas.</em>
<h3 class="fn"><a name="6bc4d4"></a>QCanvasText::QCanvasText(const<a href="qstring.html">QString</a>&t, <a href="qcanvas.html">QCanvas</a>*canvas)</h3>
<p>Constructs a QCanvasText with the text <em>t,</em> on <em>canvas.</em>
<p>The text should not contain newlines.
<h3 class="fn"><a name="485d53"></a>QCanvasText::QCanvasText(const<a href="qstring.html">QString</a>&t, <a href="qfont.html">QFont</a>f, <a href="qcanvas.html">QCanvas</a>*canvas)</h3>
<p>Constructs a QCanvasText with the text <em>t</em> and font <em>f,</em> on <em>canvas.</em>
<p>The text should not contain newlines.
<h3 class="fn"><a name="69b55a"></a>QCanvasText::~QCanvasText() <code>[virtual]</code></h3>
<p>Destruct the sprite.
<h3 class="fn"><a href="qrect.html">QRect</a><a name="cd3f03"></a>QCanvasText::boundingRect()const <code>[virtual]</code></h3>
<p>Returns the bounding rectangle of the text.
<p>Reimplemented from <a href="qcanvasitem.html#156958">QCanvasItem.</a>
<h3 class="fn">bool<a name="a637ac"></a>QCanvasText::collidesWith(const<a href="qcanvasitem.html">QCanvasItem</a>*i)const <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="qcanvasitem.html#1d22d3">QCanvasItem.</a>
<h3 class="fn"><a href="qcolor.html">QColor</a><a name="64eb50"></a>QCanvasText::color()const</h3>
<p>Returns the color of the text.
<p>See also <a href="#5742fb">setColor</a>().
<h3 class="fn">void<a name="19b922"></a>QCanvasText::draw(<a href="qpainter.html">QPainter</a>&painter) <code>[virtualprotected]</code></h3>
<p>Draws the text.
<h3 class="fn"><a href="qfont.html">QFont</a><a name="1a6336"></a>QCanvasText::font()const</h3>
<p>Returns the font in which the text is drawn.
<p>See also <a href="#4e4c83">setFont</a>().
<h3 class="fn">void<a name="8b3b2f"></a>QCanvasText::moveBy(doubledx, doubledy) <code>[virtual]</code></h3>
<p>Reimplemented for internal reasons; the API is not affected.
<p>Reimplemented from <a href="qcanvasitem.html#799882">QCanvasItem.</a>
<h3 class="fn">int<a name="be56cc"></a>QCanvasText::rtti()const <code>[virtual]</code></h3>
<p>Returns 3.
<p>See also <a href="qcanvasitem.html#f75ac7">QCanvasItem::rtti</a>().
<h3 class="fn">void<a name="5742fb"></a>QCanvasText::setColor(const<a href="qcolor.html">QColor</a>&c)</h3>
<p>Sets the color of the text.
<p>See also <a href="#64eb50">color</a>() and <a href="#4e4c83">setFont</a>().
<h3 class="fn">void<a name="4e4c83"></a>QCanvasText::setFont(const<a href="qfont.html">QFont</a>&f)</h3>
<p>Sets the font in which the text is drawn.
<p>See also <a href="#1a6336">font</a>().
<h3 class="fn">void<a name="f8d9a0"></a>QCanvasText::setText(const<a href="qstring.html">QString</a>&t)</h3>
<p>Sets the text to be displayed. The text may contain newlines.
<p>See also <a href="#558a82">text</a>(), <a href="#4e4c83">setFont</a>() and <a href="#5742fb">setColor</a>().
<h3 class="fn">void<a name="0fe448"></a>QCanvasText::setTextFlags(intf)</h3>
<p>Sets the alignment flags. These are a bitwise OR or <em>some</em> of the
flags available to <a href="qpainter.html#0f088f">QPainter::drawText</a>() - see <a href="qt.html#AlignmentFlags">Qt::AlignmentFlags</a>.
<p>The DontClip and WordBreak flags are not supported.
<h3 class="fn"><a href="qstring.html">QString</a><a name="558a82"></a>QCanvasText::text()const</h3>
<p>Returns the text to be displayed.
<p>See also <a href="#f8d9a0">setText</a>().
<h3 class="fn">int<a name="f716b5"></a>QCanvasText::textFlags()const</h3>
<p>Returns the currently set alignment flags.
<p>See also <a href="#0fe448">setTextFlags</a>() and <a href="qt.html#AlignmentFlags">Qt::AlignmentFlags</a>.
<hr><p>
Search the documentation, FAQ, qt-interest archive and more (uses
<a href="http://www.trolltech.com">www.trolltech.com</a>):<br>
<form method=post action="http://www.trolltech.com/search.cgi">
<input type=hidden name="version" value="2.3.2"><nobr>
<input size="50" name="search"><input type=submit value="Search">
</nobr></form><hr><p>
This file is part of the <a href="index.html">Qt toolkit</a>,
copyright © 1995-2001
<a href="http://www.trolltech.com">Trolltech</a>, all rights reserved.<p><address><hr><div align="center">
<table width="100%" cellspacing="0" border="0"><tr>
<td>Copyright 2001 Trolltech<td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align="right"><div align="right">Qt version 2.3.2</div>
</table></div></address></body></html>
|