diff options
author | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/datastreamformat.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r-- | doc/html/datastreamformat.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html index 9e92286d2..577fcc54c 100644 --- a/doc/html/datastreamformat.html +++ b/doc/html/datastreamformat.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } -<p> The <a href="qdatastream.html">TQDataStream</a> allows you to serialize some of the TQt data types. -The table below lists the data types that <a href="qdatastream.html">TQDataStream</a> can serialize +<p> The <a href="ntqdatastream.html">TQDataStream</a> allows you to serialize some of the TQt data types. +The table below lists the data types that <a href="ntqdatastream.html">TQDataStream</a> can serialize and how they are represented. <p> It is best to always cast integers to a TQt integer type when writing, and to read back into the same TQt integer type when reading. @@ -85,8 +85,8 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>. <tr bgcolor="#f0f0f0"> <td valign="top">TQBrush <td valign="top"><ul> <li> The brush style (Q_UINT8) -<li> The brush color (<a href="qcolor.html">TQColor</a>) -<li> If style is CustomPattern, the brush pixmap (<a href="qpixmap.html">TQPixmap</a>) +<li> The brush color (<a href="ntqcolor.html">TQColor</a>) +<li> If style is CustomPattern, the brush pixmap (<a href="ntqpixmap.html">TQPixmap</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQByteArray <td valign="top"><ul> @@ -99,11 +99,11 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>. <li> The string bytes including the terminating 0 </ul> The null string is represented as <tt>(Q_UINT32) 0</tt>. -<tr bgcolor="#d0d0d0"> <td valign="top"><a href="qcolor.html">TQColor</a> +<tr bgcolor="#d0d0d0"> <td valign="top"><a href="ntqcolor.html">TQColor</a> <td valign="top"><ul><li> RGB value serialized as a Q_UINT32 </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQColorGroup <td valign="top"><ul> -<li> foreground (<a href="qbrush.html">TQBrush</a>) +<li> foreground (<a href="ntqbrush.html">TQBrush</a>) <li> button (TQBrush) <li> light (TQBrush) <li> midLight (TQBrush) @@ -121,7 +121,7 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>. <tr bgcolor="#d0d0d0"> <td valign="top">TQCursor <td valign="top"><ul> <li> Shape id (Q_INT16) -<li> If shape is BitmapCursor: The bitmap (<a href="qpixmap.html">TQPixmap</a>), mask (TQPixmap) and hot spot (<a href="qpoint.html">TQPoint</a>) +<li> If shape is BitmapCursor: The bitmap (<a href="ntqpixmap.html">TQPixmap</a>), mask (TQPixmap) and hot spot (<a href="ntqpoint.html">TQPoint</a>) </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQDate <td valign="top"><ul> @@ -134,7 +134,7 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>. </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQFont <td valign="top"><ul> -<li> The family (<a href="qcstring.html">TQCString</a>) +<li> The family (<a href="ntqcstring.html">TQCString</a>) <li> The point size (Q_INT16) <li> The style hint (Q_UINT8) <li> The char set (Q_UINT8) @@ -146,7 +146,7 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>. <li> If the image is null a "null image" marker is saved; otherwise the image is saved in PNG or BMP format (depending on the stream version). If you want control of the format, -stream the image into a <a href="qbuffer.html">TQBuffer</a> (using <a href="qimageio.html">TQImageIO</a>) and stream +stream the image into a <a href="ntqbuffer.html">TQBuffer</a> (using <a href="qimageio.html">TQImageIO</a>) and stream that. </ul> <tr bgcolor="#f0f0f0"> <td valign="top">TQMap @@ -164,7 +164,7 @@ that. <td valign="top"><ul> <li> The pen styles (Q_UINT8) <li> The pen width (Q_UINT8) -<li> The pen color (<a href="qcolor.html">TQColor</a>) +<li> The pen color (<a href="ntqcolor.html">TQColor</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQPicture <td valign="top"><ul> @@ -183,7 +183,7 @@ that. <tr bgcolor="#f0f0f0"> <td valign="top">TQPointArray <td valign="top"><ul> <li> The array size (Q_UINT32) -<li> The array points (<a href="qpoint.html">TQPoint</a>) +<li> The array points (<a href="ntqpoint.html">TQPoint</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQRect <td valign="top"><ul> @@ -197,7 +197,7 @@ that. <li> The size of the data, i.e. 8 + 16 * (number of rectangles) (Q_UINT32) <li> TQRGN_RECTS (Q_INT32) <li> The number of rectangles (Q_UINT32) -<li> The rectangles in sequential order (<a href="qrect.html">TQRect</a>) +<li> The rectangles in sequential order (<a href="ntqrect.html">TQRect</a>) </ul> <tr bgcolor="#d0d0d0"> <td valign="top">TQSize <td valign="top"><ul> |