summaryrefslogtreecommitdiffstats
path: root/doc/html/tqwidget-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/tqwidget-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/tqwidget-h.html')
-rw-r--r--doc/html/tqwidget-h.html51
1 files changed, 1 insertions, 50 deletions
diff --git a/doc/html/tqwidget-h.html b/doc/html/tqwidget-h.html
index 192a4251d..9b963ea9b 100644
--- a/doc/html/tqwidget-h.html
+++ b/doc/html/tqwidget-h.html
@@ -93,7 +93,6 @@ struct TQWExtra;
struct TQTLWExtra;
class TQFocusData;
class TQCursor;
-class TQWSRegionManager;
class TQStyle;
class TQ_EXPORT TQWidget : public TQObject, public TQPaintDevice
@@ -367,9 +366,6 @@ public:
bool isUpdatesEnabled() const;
-#if 0 //def TQ_WS_QWS
- void repaintUnclipped( const TQRegion &amp;, bool erase = TRUE );
-#endif
public slots:
virtual void setUpdatesEnabled( bool enable );
void update();
@@ -493,9 +489,6 @@ public:
TQWidget *childAt( int x, int y, bool includeThis = FALSE ) const;
TQWidget *childAt( const TQPoint &amp;, bool includeThis = FALSE ) const;
-#if defined(TQ_WS_QWS)
- virtual TQGfx * graphicsContext(bool clip_children=TRUE) const;
-#endif
#if defined(TQ_WS_MAC)
TQRegion clippedRegion(bool do_children=TRUE);
uint clippedSerial(bool do_children=TRUE);
@@ -552,11 +545,6 @@ protected:
#if defined(TQ_WS_X11)
virtual bool x11Event( XEvent * );
#endif
-#if defined(TQ_WS_QWS)
- virtual bool qwsEvent( TQWSEvent * );
- virtual unsigned char *scanLine( int ) const;
- virtual int bytesPerLine() const;
-#endif
virtual void updateMask();
@@ -670,8 +658,6 @@ private:
uint own_palette :1;
uint sizehint_forced :1;
uint is_closing :1;
- uint in_show : 1;
- uint in_show_maximized : 1;
uint fstrut_dirty : 1;
uint im_enabled : 1;
TQRect crect;
@@ -684,36 +670,6 @@ private:
TQLayout *lay_out;
#endif
TQWExtra *extra;
-#if defined(TQ_WS_QWS)
- TQRegion req_region; // Requested region
- mutable TQRegion paintable_region; // Paintable region
- mutable bool paintable_region_dirty;// needs to be recalculated
- mutable TQRegion alloc_region; // Allocated region
- mutable bool alloc_region_dirty; // needs to be recalculated
- mutable int overlapping_children; // Handle overlapping children
-
- int alloc_region_index;
- int alloc_region_revision;
-
- void updateOverlappingChildren() const;
- void setChildrenAllocatedDirty();
- void setChildrenAllocatedDirty( const TQRegion &amp;r, const TQWidget *dirty=0 );
- bool isAllocatedRegionDirty() const;
- void updateRequestedRegion( const TQPoint &amp;gpos );
- TQRegion requestedRegion() const;
- TQRegion allocatedRegion() const;
- TQRegion paintableRegion() const;
-
- void updateGraphicsContext( TQGfx *qgfx_qws, bool clip_children ) const;
-#ifndef TQT_NO_CURSOR
- void updateCursor( const TQRegion &amp;r ) const;
-#endif
-
- // used to accumulate dirty region when children moved/resized.
- TQRegion dirtyChildren;
- bool isSettingGeometry;
- friend class TQWSManager;
-#endif
static int instanceCounter; // Current number of widget instances
static int maxInstances; // Maximum number of widget instances
@@ -956,7 +912,6 @@ inline bool TQWidget::isInputMethodEnabled() const
// - top-level widgets have extra extra data to reduce cost further
class TQFocusData;
-class TQWSManager;
#if defined(TQ_WS_WIN)
class TQOleDropTarget;
#endif
@@ -995,10 +950,6 @@ struct TQ_EXPORT TQTLWExtra {
uint is_moved: 1;
uint resizer : 4;
#endif
-#if defined(TQ_WS_QWS) &amp;&amp; !defined ( TQT_NO_QWS_MANAGER )
- TQRegion decor_allocated_region; // decoration allocated region
- TQWSManager *qwsManager;
-#endif
#if defined(TQ_WS_WIN)
HICON winIcon; // internal Windows icon
#endif
@@ -1044,7 +995,7 @@ struct TQ_EXPORT TQWExtra {
uint children_use_dnd : 1;
uint compress_events : 1;
#endif
-#if defined(TQ_WS_QWS) || defined(TQ_WS_MAC)
+#if defined(TQ_WS_MAC)
TQRegion mask; // widget mask
#endif
char bg_mode; // background mode