summaryrefslogtreecommitdiffstats
path: root/doc/datastreamformat.doc
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/datastreamformat.doc
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/datastreamformat.doc')
-rw-r--r--doc/datastreamformat.doc26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/datastreamformat.doc b/doc/datastreamformat.doc
index 6562be025..e639ee6b3 100644
--- a/doc/datastreamformat.doc
+++ b/doc/datastreamformat.doc
@@ -96,7 +96,7 @@ and to read back into the same TQt integer type when reading.
\i \list
\i The brush style (TQ_UINT8)
\i The brush color (TQColor)
- \i If style is CustomPattern, the brush pixmap (QPixmap)
+ \i If style is CustomPattern, the brush pixmap (TQPixmap)
\endlist
\row \i TQByteArray
\i \list
@@ -131,7 +131,7 @@ and to read back into the same TQt integer type when reading.
\row \i QCursor
\i \list
\i Shape id (TQ_INT16)
- \i If shape is BitmapCursor: The bitmap (QPixmap), mask (QPixmap) and hot spot (QPoint)
+ \i If shape is BitmapCursor: The bitmap (TQPixmap), mask (TQPixmap) and hot spot (TQPoint)
\endlist
\row \i TQDate
\i \list
@@ -164,50 +164,50 @@ and to read back into the same TQt integer type when reading.
\i The number of items (TQ_UINT32)
\i For all items, the key and value
\endlist
-\row \i QPalette
+\row \i TQPalette
\i \list
\i active (TQColorGroup)
\i disabled (TQColorGroup)
\i inactive (TQColorGroup)
\endlist
-\row \i QPen
+\row \i TQPen
\i \list
\i The pen styles (TQ_UINT8)
\i The pen width (TQ_UINT8)
\i The pen color (TQColor)
\endlist
-\row \i QPicture
+\row \i TQPicture
\i \list
\i The size of the picture data (TQ_UINT32)
\i The raw bytes of picture data (char)
\endlist
-\row \i QPixmap
+\row \i TQPixmap
\i \list
\i Save it as a PNG image.
\endlist
-\row \i QPoint
+\row \i TQPoint
\i \list
\i The x coordinate (TQ_INT32)
\i The y coordinate (TQ_INT32)
\endlist
-\row \i QPointArray
+\row \i TQPointArray
\i \list
\i The array size (TQ_UINT32)
- \i The array points (QPoint)
+ \i The array points (TQPoint)
\endlist
-\row \i QRect
+\row \i TQRect
\i \list
\i left (TQ_INT32)
\i top (TQ_INT32)
\i right (TQ_INT32)
\i bottom (TQ_INT32)
\endlist
-\row \i QRegion
+\row \i TQRegion
\i \list
\i The size of the data, i.e. 8 + 16 * (number of rectangles) (TQ_UINT32)
\i QRGN_RECTS (TQ_INT32)
\i The number of rectangles (TQ_UINT32)
- \i The rectangles in sequential order (QRect)
+ \i The rectangles in sequential order (TQRect)
\endlist
\row \i TQSize
\i \list
@@ -234,7 +234,7 @@ and to read back into the same TQt integer type when reading.
\i The type of the data (TQ_UINT32)
\i The data of the specified type
\endlist
-\row \i QWMatrix
+\row \i TQWMatrix
\i \list
\i m11 (double)
\i m12 (double)