summaryrefslogtreecommitdiffstats
path: root/doc/html/datastreamformat.html
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-06-17 17:28:28 -0500
commit6dec101d43dcbd4195c47d54bd388db1a8d7230e (patch)
tree7c336cbed3a93807a34cd4df39b2f92a7d48a141 /doc/html/datastreamformat.html
parentf27c2533f735d53c6b555f387c6390c0690cc246 (diff)
downloadtqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.tar.gz
tqt3-6dec101d43dcbd4195c47d54bd388db1a8d7230e.zip
Automated update from Qt3
Diffstat (limited to 'doc/html/datastreamformat.html')
-rw-r--r--doc/html/datastreamformat.html84
1 files changed, 42 insertions, 42 deletions
diff --git a/doc/html/datastreamformat.html b/doc/html/datastreamformat.html
index 577fcc54c..a0ed8cf20 100644
--- a/doc/html/datastreamformat.html
+++ b/doc/html/datastreamformat.html
@@ -39,27 +39,27 @@ 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.
<p> <center><table cellpadding="4" cellspacing="2" border="0">
-<tr bgcolor="#f0f0f0"> <td valign="top">Q_INT8
+<tr bgcolor="#f0f0f0"> <td valign="top">TQ_INT8
<td valign="top"><ul>
<li> signed byte
</ul>
-<tr bgcolor="#d0d0d0"> <td valign="top">Q_INT16
+<tr bgcolor="#d0d0d0"> <td valign="top">TQ_INT16
<td valign="top"><ul>
<li> signed 16 bit integer
</ul>
-<tr bgcolor="#f0f0f0"> <td valign="top">Q_INT32
+<tr bgcolor="#f0f0f0"> <td valign="top">TQ_INT32
<td valign="top"><ul>
<li> signed 32 bit integer
</ul>
-<tr bgcolor="#d0d0d0"> <td valign="top">Q_UINT8
+<tr bgcolor="#d0d0d0"> <td valign="top">TQ_UINT8
<td valign="top"><ul>
<li> unsigned byte
</ul>
-<tr bgcolor="#f0f0f0"> <td valign="top">Q_UINT16
+<tr bgcolor="#f0f0f0"> <td valign="top">TQ_UINT16
<td valign="top"><ul>
<li> unsigned 16 bit integer
</ul>
-<tr bgcolor="#d0d0d0"> <td valign="top">Q_UINT32
+<tr bgcolor="#d0d0d0"> <td valign="top">TQ_UINT32
<td valign="top"><ul>
<li> unsigned 32 bit integer
</ul>
@@ -73,34 +73,34 @@ and to read back into the same TQt integer type when reading.
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">char *
<td valign="top"><ul>
-<li> The size of the string including the terminating 0 (Q_UINT32)
+<li> The size of the string including the terminating 0 (TQ_UINT32)
<li> The string bytes including the terminating 0
</ul>
-The null string is represented as <tt>(Q_UINT32) 0</tt>.
+The null string is represented as <tt>(TQ_UINT32) 0</tt>.
<tr bgcolor="#d0d0d0"> <td valign="top">TQBitArray
<td valign="top"><ul>
-<li> The array size (Q_UINT32)
+<li> The array size (TQ_UINT32)
<li> The array bits, i.e. (size + 7)/8 bytes
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQBrush
<td valign="top"><ul>
-<li> The brush style (Q_UINT8)
+<li> The brush style (TQ_UINT8)
<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>
-<li> The array size (Q_UINT32)
+<li> The array size (TQ_UINT32)
<li> The array bytes, i.e. size bytes
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQCString
<td valign="top"><ul>
-<li> The size of the string including the terminating 0 (Q_UINT32)
+<li> The size of the string including the terminating 0 (TQ_UINT32)
<li> The string bytes including the terminating 0
</ul>
-The null string is represented as <tt>(Q_UINT32) 0</tt>.
+The null string is represented as <tt>(TQ_UINT32) 0</tt>.
<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>
+<td valign="top"><ul><li> RGB value serialized as a TQ_UINT32 </ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQColorGroup
<td valign="top"><ul>
<li> foreground (<a href="ntqbrush.html">TQBrush</a>)
@@ -120,12 +120,12 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>.
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQCursor
<td valign="top"><ul>
-<li> Shape id (Q_INT16)
+<li> Shape id (TQ_INT16)
<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>
-<li> Julian day (Q_UINT32)
+<li> Julian day (TQ_UINT32)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQDateTime
<td valign="top"><ul>
@@ -135,11 +135,11 @@ The null string is represented as <tt>(Q_UINT32) 0</tt>.
<tr bgcolor="#f0f0f0"> <td valign="top">TQFont
<td valign="top"><ul>
<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)
-<li> The weight (Q_UINT8)
-<li> The font bits (Q_UINT8)
+<li> The point size (TQ_INT16)
+<li> The style hint (TQ_UINT8)
+<li> The char set (TQ_UINT8)
+<li> The weight (TQ_UINT8)
+<li> The font bits (TQ_UINT8)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQImage
<td valign="top"><ul>
@@ -151,7 +151,7 @@ that.
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQMap
<td valign="top"><ul>
-<li> The number of items (Q_UINT32)
+<li> The number of items (TQ_UINT32)
<li> For all items, the key and value
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQPalette
@@ -162,13 +162,13 @@ that.
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQPen
<td valign="top"><ul>
-<li> The pen styles (Q_UINT8)
-<li> The pen width (Q_UINT8)
+<li> The pen styles (TQ_UINT8)
+<li> The pen width (TQ_UINT8)
<li> The pen color (<a href="ntqcolor.html">TQColor</a>)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQPicture
<td valign="top"><ul>
-<li> The size of the picture data (Q_UINT32)
+<li> The size of the picture data (TQ_UINT32)
<li> The raw bytes of picture data (char)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQPixmap
@@ -177,51 +177,51 @@ that.
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQPoint
<td valign="top"><ul>
-<li> The x coordinate (Q_INT32)
-<li> The y coordinate (Q_INT32)
+<li> The x coordinate (TQ_INT32)
+<li> The y coordinate (TQ_INT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQPointArray
<td valign="top"><ul>
-<li> The array size (Q_UINT32)
+<li> The array size (TQ_UINT32)
<li> The array points (<a href="ntqpoint.html">TQPoint</a>)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQRect
<td valign="top"><ul>
-<li> left (Q_INT32)
-<li> top (Q_INT32)
-<li> right (Q_INT32)
-<li> bottom (Q_INT32)
+<li> left (TQ_INT32)
+<li> top (TQ_INT32)
+<li> right (TQ_INT32)
+<li> bottom (TQ_INT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQRegion
<td valign="top"><ul>
-<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 size of the data, i.e. 8 + 16 * (number of rectangles) (TQ_UINT32)
+<li> TQRGN_RECTS (TQ_INT32)
+<li> The number of rectangles (TQ_UINT32)
<li> The rectangles in sequential order (<a href="ntqrect.html">TQRect</a>)
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQSize
<td valign="top"><ul>
-<li> width (Q_INT32)
-<li> height (Q_INT32)
+<li> width (TQ_INT32)
+<li> height (TQ_INT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQString
<td valign="top"><ul>
-<li> If the string is null: 0xffffffff (Q_UINT32)<br>
-otherwise: The string length (Q_UINT32) followed by the
+<li> If the string is null: 0xffffffff (TQ_UINT32)<br>
+otherwise: The string length (TQ_UINT32) followed by the
data in UTF-16
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQTime
<td valign="top"><ul>
-<li> Milliseconds since midnight (Q_UINT32)
+<li> Milliseconds since midnight (TQ_UINT32)
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQValueList
<td valign="top"><ul>
-<li> The number of list elements (Q_UINT32)
+<li> The number of list elements (TQ_UINT32)
<li> All the elements in sequential order
</ul>
<tr bgcolor="#d0d0d0"> <td valign="top">TQVariant
<td valign="top"><ul>
-<li> The type of the data (Q_UINT32)
+<li> The type of the data (TQ_UINT32)
<li> The data of the specified type
</ul>
<tr bgcolor="#f0f0f0"> <td valign="top">TQWMatrix