diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/shared.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-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/html/shared.html')
-rw-r--r-- | doc/html/shared.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/shared.html b/doc/html/shared.html index 20ddca324..c1f1845de 100644 --- a/doc/html/shared.html +++ b/doc/html/shared.html @@ -53,11 +53,11 @@ seem heavyweight. <tr bgcolor=#f0f0f0><td><b><a href="tqimage.html">TQImage</a></b><td>Hardware-independent pixmap representation with direct access to the pixel data <tr bgcolor=#f0f0f0><td><b><a href="tqmap.html">TQMap</a></b><td>Value-based template class that provides a dictionary <tr bgcolor=#f0f0f0><td><b><a href="tqpair.html">TQPair</a></b><td>Value-based template class that provides a pair of elements -<tr bgcolor=#f0f0f0><td><b><a href="ntqpalette.html">TQPalette</a></b><td>Color groups for each widget state -<tr bgcolor=#f0f0f0><td><b><a href="ntqpen.html">TQPen</a></b><td>Defines how a TQPainter should draw lines and outlines of shapes -<tr bgcolor=#f0f0f0><td><b><a href="ntqpicture.html">TQPicture</a></b><td>Paint device that records and replays TQPainter commands -<tr bgcolor=#f0f0f0><td><b><a href="ntqpixmap.html">TQPixmap</a></b><td>Off-screen, pixel-based paint device -<tr bgcolor=#f0f0f0><td><b><a href="ntqpointarray.html">TQPointArray</a></b><td>Array of points +<tr bgcolor=#f0f0f0><td><b><a href="tqpalette.html">TQPalette</a></b><td>Color groups for each widget state +<tr bgcolor=#f0f0f0><td><b><a href="tqpen.html">TQPen</a></b><td>Defines how a TQPainter should draw lines and outlines of shapes +<tr bgcolor=#f0f0f0><td><b><a href="tqpicture.html">TQPicture</a></b><td>Paint device that records and replays TQPainter commands +<tr bgcolor=#f0f0f0><td><b><a href="tqpixmap.html">TQPixmap</a></b><td>Off-screen, pixel-based paint device +<tr bgcolor=#f0f0f0><td><b><a href="tqpointarray.html">TQPointArray</a></b><td>Array of points <tr bgcolor=#f0f0f0><td><b><a href="tqregexp.html">TQRegExp</a></b><td>Pattern matching using regular expressions <tr bgcolor=#f0f0f0><td><b><a href="tqstring.html">TQString</a></b><td>Abstraction of Unicode text and the classic C '\0'-terminated char array <tr bgcolor=#f0f0f0><td><b><a href="tqstringlist.html">TQStringList</a></b><td>List of strings |