summaryrefslogtreecommitdiffstats
path: root/doc/html/qpixmap-h.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-06-25 12:25:06 +0900
commita09a6bc05e3f64c27e7c84dd768c7720fdf41136 (patch)
treefe5a644a42056c012132e5bbc57f3ce1ba40d5c2 /doc/html/qpixmap-h.html
parentbba3e1fa3870a23f1cf0b5d1143ffd646ac797a4 (diff)
downloadtqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.tar.gz
tqt3-a09a6bc05e3f64c27e7c84dd768c7720fdf41136.zip
Remove documentation for QWS classes and Qt/Embedded
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qpixmap-h.html')
-rw-r--r--doc/html/qpixmap-h.html16
1 files changed, 1 insertions, 15 deletions
diff --git a/doc/html/qpixmap-h.html b/doc/html/qpixmap-h.html
index bfaeb3a5b..408930e20 100644
--- a/doc/html/qpixmap-h.html
+++ b/doc/html/qpixmap-h.html
@@ -84,7 +84,6 @@ body { background: #ffffff; color: black; }
#include "ntqnamespace.h"
#endif // QT_H
-class TQGfx;
class TQPixmapPrivate;
#if defined(TQ_WS_WIN)
@@ -200,13 +199,7 @@ public:
void freeCell( bool = FALSE );
#endif
-#if defined(TQ_WS_QWS)
- virtual TQGfx * graphicsContext(bool clip_children=TRUE) const;
- virtual unsigned char * scanLine(int) const;
- virtual int bytesPerLine() const;
- TQRgb * clut() const;
- int numCols() const;
-#elif defined(TQ_WS_X11)
+#if defined(TQ_WS_X11)
static int x11SetDefaultScreen( int screen );
void x11SetScreen( int screen );
#endif
@@ -254,13 +247,6 @@ protected:
#elif defined(TQ_WS_MAC)
ColorTable *clut;
TQPixmap *alphapm;
-#elif defined(TQ_WS_QWS)
- int id; // ### should use TQPaintDevice::hd, since it is there
- TQRgb * clut;
- int numcols;
- int rw;
- int rh;
- bool hasAlpha;
#endif
Optimization optim;
#if defined(TQ_WS_WIN)