summaryrefslogtreecommitdiffstats
path: root/doc/html/qapplication-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/qapplication-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/qapplication-h.html')
-rw-r--r--doc/html/qapplication-h.html33
1 files changed, 0 insertions, 33 deletions
diff --git a/doc/html/qapplication-h.html b/doc/html/qapplication-h.html
index 4e05fcdf7..c6f50779b 100644
--- a/doc/html/qapplication-h.html
+++ b/doc/html/qapplication-h.html
@@ -90,9 +90,6 @@ class TQSessionManager;
class TQStyle;
class TQTranslator;
class TQEventLoop;
-#if defined(TQ_WS_QWS)
-class TQWSDecoration;
-#endif
#ifdef TQT_THREAD_SUPPORT
class TQMutex;
@@ -277,20 +274,6 @@ public:
virtual int x11ClientMessage( TQWidget*, XEvent*, bool passive_only);
int x11ProcessEvent( XEvent* );
#endif
-#if defined(TQ_WS_QWS)
- virtual bool qwsEventFilter( TQWSEvent * );
- int qwsProcessEvent( TQWSEvent* );
- void qwsSetCustomColors( TQRgb *colortable, int start, int numColors );
-/*!
- \internal
- Returns true if the process is GUI server
-*/
- bool qwsIsGUIServer();
-#ifndef TQT_NO_QWS_MANAGER
- static TQWSDecoration &amp;qwsDecoration();
- static void qwsSetDecoration( TQWSDecoration *);
-#endif
-#endif
#if defined(Q_OS_WIN32) || defined(Q_OS_CYGWIN)
static WindowsVersion winVersion();
@@ -333,7 +316,6 @@ public slots:
void closeAllWindows();
void aboutTQt();
-#if defined(TQ_WS_QWS)
protected:
void setArgs(int, char **);
#endif
@@ -347,10 +329,6 @@ private:
void init_precmdline();
void process_cmdline( int* argcptr, char ** argv );
bool internalNotify( TQObject *, TQEvent * );
-#if defined(TQ_WS_QWS)
- static TQWidget *findChildWidget( const TQWidget *p, const TQPoint &amp;pos );
- static TQWidget *findWidget( const TQObjectList&amp;, const TQPoint &amp;, bool rec );
-#endif
#if defined(TQ_WS_MAC)
bool do_mouse_down(Point *, bool *);
@@ -447,9 +425,6 @@ private:
#if defined(TQ_WS_WIN)
friend bool qt_sendSpontaneousEvent( TQObject*, TQEvent* );
#endif
-#if defined(TQ_WS_QWS)
- friend class TQInputContext;
-#endif
private: // Disabled copy constructor and operator=
#if defined(TQ_DISABLE_COPY)
TQApplication( const TQApplication &amp; );
@@ -467,14 +442,6 @@ inline char **TQApplication::argv() const
return app_argv;
}
-#if defined(TQ_WS_QWS)
-inline void TQApplication::setArgs(int c, char **v)
-{
- app_argc = c;
- app_argv = v;
-}
-#endif
-
#ifndef TQT_NO_CURSOR
inline TQCursor *TQApplication::overrideCursor()
{