diff options
Diffstat (limited to 'doc/html/ntqapplication.html')
-rw-r--r-- | doc/html/ntqapplication.html | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/doc/html/ntqapplication.html b/doc/html/ntqapplication.html index 2e096fa3c..997502b95 100644 --- a/doc/html/ntqapplication.html +++ b/doc/html/ntqapplication.html @@ -76,8 +76,6 @@ flow and main settings. <li class=fn>virtual bool <a href="#winEventFilter"><b>winEventFilter</b></a> ( MSG * )</li> <li class=fn>virtual bool <a href="#x11EventFilter"><b>x11EventFilter</b></a> ( XEvent * )</li> <li class=fn>int <a href="#x11ProcessEvent"><b>x11ProcessEvent</b></a> ( XEvent * event )</li> -<li class=fn>virtual bool <a href="#qwsEventFilter"><b>qwsEventFilter</b></a> ( TQWSEvent * )</li> -<li class=fn>void <a href="#qwsSetCustomColors"><b>qwsSetCustomColors</b></a> ( TQRgb * colorTable, int start, int numColors )</li> <li class=fn>void <a href="#winFocus"><b>winFocus</b></a> ( TQWidget * widget, bool gotFocus )</li> <li class=fn>bool <a href="#isSessionRestored"><b>isSessionRestored</b></a> () const</li> <li class=fn>TQString <a href="#sessionId"><b>sessionId</b></a> () const</li> @@ -165,8 +163,6 @@ flow and main settings. <li class=fn>int <a href="#horizontalAlignment"><b>horizontalAlignment</b></a> ( int align )</li> <li class=fn>bool <a href="#isEffectEnabled"><b>isEffectEnabled</b></a> ( TQt::UIEffect effect )</li> <li class=fn>void <a href="#setEffectEnabled"><b>setEffectEnabled</b></a> ( TQt::UIEffect effect, bool enable = TRUE )</li> -<li class=fn>TQWSDecoration & <a href="#qwsDecoration"><b>qwsDecoration</b></a> ()</li> -<li class=fn>void <a href="#qwsSetDecoration"><b>qwsSetDecoration</b></a> ( TQWSDecoration * d )</li> </ul> <h2>Related Functions</h2> <ul> @@ -278,7 +274,6 @@ any overrides after.) <a href="#hasPendingEvents">hasPendingEvents</a>(), <a href="#notify">notify</a>(), <a href="#macEventFilter">macEventFilter</a>(), -<a href="#qwsEventFilter">qwsEventFilter</a>(), <a href="#x11EventFilter">x11EventFilter</a>(), <a href="#x11ProcessEvent">x11ProcessEvent</a>(), <a href="#winEventFilter">winEventFilter</a>(). @@ -293,7 +288,6 @@ any overrides after.) <td valign="top"> <a href="#colorSpec">colorSpec</a>(), <a href="#setColorSpec">setColorSpec</a>(), -<a href="#qwsSetCustomColors">qwsSetCustomColors</a>(). <tr bgcolor="#f0f0f0"> <td valign="top">Text handling <td valign="top"> @@ -493,9 +487,6 @@ uses a graphical interface when available. </h3> Constructs an application object with <em>argc</em> command line arguments in <em>argv</em>. -<p> For TQt/Embedded, passing <a href="#Type-enum">TQApplication::GuiServer</a> for <em>type</em> -makes this application the server (equivalent to running with the --qws option). <h3 class=fn><a name="TQApplication-4"></a>TQApplication::TQApplication ( Display * dpy, HANDLE visual = 0, HANDLE colormap = 0 ) </h3> @@ -1132,42 +1123,6 @@ you also often connect e.g. <a href="ntqbutton.html#clicked">TQButton::clicked</ <p> <p>See also <a href="#exit">exit</a>(), <a href="#aboutToQuit">aboutToQuit</a>(), <a href="#lastWindowClosed">lastWindowClosed</a>(), and <a href="ntqaction.html">TQAction</a>. <p>Examples: <a href="addressbook-example.html#x609">addressbook/main.cpp</a>, <a href="mdi-example.html#x2097">mdi/main.cpp</a>, <a href="archivesearch-example.html#x488">network/archivesearch/main.cpp</a>, <a href="regexptester-example.html#x2510">regexptester/main.cpp</a>, <a href="tutorial1-02.html#x2288">t2/main.cpp</a>, <a href="tutorial1-04.html#x2304">t4/main.cpp</a>, and <a href="tutorial1-06.html#x2321">t6/main.cpp</a>. -<h3 class=fn><a href="qwsdecoration.html">TQWSDecoration</a> & <a name="qwsDecoration"></a>TQApplication::qwsDecoration ()<tt> [static]</tt> -</h3> -Return the <a href="qwsdecoration.html">TQWSDecoration</a> used for decorating windows. -<p> This method is non-portable. It is available <em>only</em> in TQt/Embedded. -<p> <p>See also <a href="qwsdecoration.html">TQWSDecoration</a>. - -<h3 class=fn>bool <a name="qwsEventFilter"></a>TQApplication::qwsEventFilter ( TQWSEvent * )<tt> [virtual]</tt> -</h3> -This virtual function is only implemented under TQt/Embedded. -<p> If you create an application that inherits TQApplication and -reimplement this function, you get direct access to all TQWS (Q -Window System) events that the are received from the TQWS master -process. -<p> Return TRUE if you want to stop the event from being processed. -Return FALSE for normal event dispatching. - -<h3 class=fn>void <a name="qwsSetCustomColors"></a>TQApplication::qwsSetCustomColors ( TQRgb * colorTable, int start, int numColors ) -</h3> -Set TQt/Embedded custom color table. -<p> TQt/Embedded on 8-bpp displays allocates a standard 216 color cube. -The remaining 40 colors may be used by setting a custom color -table in the TQWS master process before any clients connect. -<p> <em>colorTable</em> is an array of up to 40 custom colors. <em>start</em> is -the starting index (0-39) and <em>numColors</em> is the number of colors -to be set (1-40). -<p> This method is non-portable. It is available <em>only</em> in -TQt/Embedded. - -<h3 class=fn>void <a name="qwsSetDecoration"></a>TQApplication::qwsSetDecoration ( <a href="qwsdecoration.html">TQWSDecoration</a> * d )<tt> [static]</tt> -</h3> -Set the <a href="qwsdecoration.html">TQWSDecoration</a> derived class to use for decorating the -TQt/Embedded windows to <em>d</em>. -<p> This method is non-portable. It is available <em>only</em> in -TQt/Embedded. -<p> <p>See also <a href="qwsdecoration.html">TQWSDecoration</a>. - <h3 class=fn>void <a name="removeLibraryPath"></a>TQApplication::removeLibraryPath ( const <a href="tqstring.html">TQString</a> & path )<tt> [static]</tt> </h3> Removes <em>path</em> from the library path list. If <em>path</em> is empty or not |