Sophie

Sophie

distrib > Mandriva > current > i586 > media > main-updates > by-pkgid > 8e6051afcdb111a0317a58fb64c2abf5 > files > 5275

qt4-doc-4.6.3-0.2mdv2010.2.i586.rpm

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html
    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!-- qtextformat.cpp -->
<head>
  <title>Qt 4.6: QTextImageFormat Class Reference</title>
  <link href="classic.css" rel="stylesheet" type="text/css" />
</head>
<body>
<a name="//apple_ref/cpp/cl//QTextImageFormat"></a>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td align="left" valign="top" width="32"><a href="http://qt.nokia.com/"><img src="images/qt-logo.png" align="left" border="0" /></a></td>
<td width="1">&nbsp;&nbsp;</td><td class="postheader" valign="center"><a href="index.html"><font color="#004faf">Home</font></a>&nbsp;&middot; <a href="classes.html"><font color="#004faf">All&nbsp;Classes</font></a>&nbsp;&middot; <a href="functions.html"><font color="#004faf">All&nbsp;Functions</font></a>&nbsp;&middot; <a href="overviews.html"><font color="#004faf">Overviews</font></a></td></tr></table><h1 class="title">QTextImageFormat Class Reference<br /><span class="small-subtitle">[<a href="qtgui.html">QtGui</a> module]</span>
</h1>
<p>The QTextImageFormat class provides formatting information for images in a <a href="qtextdocument.html">QTextDocument</a>. <a href="#details">More...</a></p>
<pre> #include &lt;QTextImageFormat&gt;</pre><p>Inherits <a href="qtextcharformat.html">QTextCharFormat</a>.</p>
<p><b>Note:</b> All functions in this class are <a href="threads-reentrancy.html#reentrant">reentrant</a>.</p>
<ul>
<li><a href="qtextimageformat-members.html">List of all members, including inherited members</a></li>
</ul>
<hr />
<a name="public-functions"></a>
<h2>Public Functions</h2>
<table class="alignedsummary" border="0" cellpadding="0" cellspacing="0" width="100%">
<tr><td class="memItemLeft" align="right" valign="top"></td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#QTextImageFormat">QTextImageFormat</a></b> ()</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">qreal </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#height">height</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">bool </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#isValid">isValid</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">QString </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#name">name</a></b> () const</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#setHeight">setHeight</a></b> ( qreal <i>height</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#setName">setName</a></b> ( const QString &amp; <i>name</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">void </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#setWidth">setWidth</a></b> ( qreal <i>width</i> )</td></tr>
<tr><td class="memItemLeft" align="right" valign="top">qreal </td><td class="memItemRight" valign="bottom"><b><a href="qtextimageformat.html#width">width</a></b> () const</td></tr>
</table>
<ul>
<li><div bar="2" class="fn"></div>47 public functions inherited from <a href="qtextcharformat.html#public-functions">QTextCharFormat</a></li>
<li><div bar="2" class="fn"></div>49 public functions inherited from <a href="qtextformat.html#public-functions">QTextFormat</a></li>
</ul>
<a name="details"></a>
<hr />
<h2>Detailed Description</h2>
<p>The QTextImageFormat class provides formatting information for images in a <a href="qtextdocument.html">QTextDocument</a>.</p>
<p>Inline images are represented by an object replacement character (0xFFFC in Unicode) which has an associated QTextImageFormat. The image format specifies a name with <a href="qtextimageformat.html#setName">setName</a>() that is used to locate the image. The size of the rectangle that the image will occupy is specified using <a href="qtextimageformat.html#setWidth">setWidth</a>() and <a href="qtextimageformat.html#setHeight">setHeight</a>().</p>
<p>Images can be supplied in any format for which Qt has an image reader, so SVG drawings can be included alongside PNG, TIFF and other bitmap formats.</p>
<p>See also <a href="qimage.html">QImage</a> and <a href="qimagereader.html">QImageReader</a>.</p>
<hr />
<h2>Member Function Documentation</h2>
<a name="//apple_ref/cpp/instm/QTextImageFormat/QTextImageFormat"></a>
<h3 class="fn"><a name="QTextImageFormat"></a>QTextImageFormat::QTextImageFormat ()</h3>
<p>Creates a new image format object.</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/height"></a>
<h3 class="fn"><a name="height"></a><a href="qtglobal.html#qreal-typedef">qreal</a> QTextImageFormat::height () const</h3>
<p>Returns the height of the rectangle occupied by the image.</p>
<p>See also <a href="qtextimageformat.html#width">width</a>() and <a href="qtextimageformat.html#setHeight">setHeight</a>().</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/isValid"></a>
<h3 class="fn"><a name="isValid"></a>bool QTextImageFormat::isValid () const</h3>
<p>Returns true if this image format is valid; otherwise returns false.</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/name"></a>
<h3 class="fn"><a name="name"></a><a href="qstring.html">QString</a> QTextImageFormat::name () const</h3>
<p>Returns the name of the image. The name refers to an entry in the application's resources file.</p>
<p>See also <a href="qtextimageformat.html#setName">setName</a>().</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/setHeight"></a>
<h3 class="fn"><a name="setHeight"></a>void QTextImageFormat::setHeight ( <a href="qtglobal.html#qreal-typedef">qreal</a> <i>height</i> )</h3>
<p>Sets the <i>height</i> of the rectangle occupied by the image.</p>
<p>See also <a href="qtextimageformat.html#height">height</a>() and <a href="qtextimageformat.html#setWidth">setWidth</a>().</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/setName"></a>
<h3 class="fn"><a name="setName"></a>void QTextImageFormat::setName ( const <a href="qstring.html">QString</a> &amp; <i>name</i> )</h3>
<p>Sets the <i>name</i> of the image. The <i>name</i> is used to locate the image in the application's resources.</p>
<p>See also <a href="qtextimageformat.html#name">name</a>().</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/setWidth"></a>
<h3 class="fn"><a name="setWidth"></a>void QTextImageFormat::setWidth ( <a href="qtglobal.html#qreal-typedef">qreal</a> <i>width</i> )</h3>
<p>Sets the <i>width</i> of the rectangle occupied by the image.</p>
<p>See also <a href="qtextimageformat.html#width">width</a>() and <a href="qtextimageformat.html#setHeight">setHeight</a>().</p>
<a name="//apple_ref/cpp/instm/QTextImageFormat/width"></a>
<h3 class="fn"><a name="width"></a><a href="qtglobal.html#qreal-typedef">qreal</a> QTextImageFormat::width () const</h3>
<p>Returns the width of the rectangle occupied by the image.</p>
<p>See also <a href="qtextimageformat.html#height">height</a>() and <a href="qtextimageformat.html#setWidth">setWidth</a>().</p>
<p /><address><hr /><div align="center">
<table width="100%" cellspacing="0" border="0"><tr class="address">
<td width="40%" align="left">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies)</td>
<td width="20%" align="center"><a href="trademarks.html">Trademarks</a></td>
<td width="40%" align="right"><div align="right">Qt 4.6.3</div></td>
</tr></table></div></address></body>
</html>