diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qwsserver.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qwsserver.html')
-rw-r--r-- | doc/html/qwsserver.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/qwsserver.html b/doc/html/qwsserver.html index b6d134a29..08a942568 100644 --- a/doc/html/qwsserver.html +++ b/doc/html/qwsserver.html @@ -92,7 +92,7 @@ The TQWSServer class provides server-specific functionality in TQt/Embedded. <p> When you run a TQt/Embedded application, it either runs as a server or connects to an existing server. If it runs as a server, some additional operations are provided by this class. -<p> This class is instantiated by <a href="qapplication.html">TQApplication</a> for TQt/Embedded server +<p> This class is instantiated by <a href="ntqapplication.html">TQApplication</a> for TQt/Embedded server processes. You should never construct this class yourself. <p> A pointer to the TQWSServer instance can be obtained via the global <tt>qwsServer</tt> variable. @@ -135,10 +135,10 @@ server. <p> This specifies what sort of event has occurred to a top-level window: <ul> -<li><tt>TQWSServer::Create</tt> - A new window has been created (<a href="qwidget.html">TQWidget</a> constructor). +<li><tt>TQWSServer::Create</tt> - A new window has been created (<a href="ntqwidget.html">TQWidget</a> constructor). <li><tt>TQWSServer::Destroy</tt> - The window has been closed and deleted (TQWidget destructor). -<li><tt>TQWSServer::Hide</tt> - The window has been hidden with <a href="qwidget.html#hide">TQWidget::hide</a>(). -<li><tt>TQWSServer::Show</tt> - The window has been shown with <a href="qwidget.html#show">TQWidget::show</a>() or similar. +<li><tt>TQWSServer::Hide</tt> - The window has been hidden with <a href="ntqwidget.html#hide">TQWidget::hide</a>(). +<li><tt>TQWSServer::Show</tt> - The window has been shown with <a href="ntqwidget.html#show">TQWidget::show</a>() or similar. <li><tt>TQWSServer::Raise</tt> - The window has been raised to the top of the desktop. <li><tt>TQWSServer::Lower</tt> - The window has been lowered. <li><tt>TQWSServer::Geometry</tt> - The window has changed size or position. @@ -146,10 +146,10 @@ server. <li><tt>TQWSServer::Name</tt> - The window has been named. </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQWSServer"></a>TQWSServer::TQWSServer ( int flags = 0, <a href="qobject.html">TQObject</a> * parent = 0, const char * name = 0 ) +<h3 class=fn><a name="TQWSServer"></a>TQWSServer::TQWSServer ( int flags = 0, <a href="ntqobject.html">TQObject</a> * parent = 0, const char * name = 0 ) </h3> Construct a TQWSServer object. -<p> <b>Warning:</b> This class is instantiated by <a href="qapplication.html">TQApplication</a> for +<p> <b>Warning:</b> This class is instantiated by <a href="ntqapplication.html">TQApplication</a> for TQt/Embedded server processes. You should never construct this class yourself. <p> The <em>flags</em> are used for keyboard and mouse setting. The server's @@ -159,7 +159,7 @@ parent is <em>parent</em> and it is called <em>name</em>. </h3> Destruct TQWSServer -<h3 class=fn>const <a href="qptrlist.html">TQPtrList</a><TQWSWindow> & <a name="clientWindows"></a>TQWSServer::clientWindows () +<h3 class=fn>const <a href="ntqptrlist.html">TQPtrList</a><TQWSWindow> & <a name="clientWindows"></a>TQWSServer::clientWindows () </h3> <p> Returns the list of top-level windows. This list will change as @@ -206,7 +206,7 @@ X11-style window properties. </h3> Returns the primary mouse handler. -<h3 class=fn>void <a name="newChannel"></a>TQWSServer::newChannel ( const <a href="qstring.html">TQString</a> & channel )<tt> [signal]</tt> +<h3 class=fn>void <a name="newChannel"></a>TQWSServer::newChannel ( const <a href="ntqstring.html">TQString</a> & channel )<tt> [signal]</tt> </h3> <p> This signal is emitted when the <a href="qcopchannel.html">TQCopChannel</a> <em>channel</em> is created. @@ -223,12 +223,12 @@ Opens the mouse device(s). </h3> Refreshes the entire display. -<h3 class=fn>void <a name="refresh-2"></a>TQWSServer::refresh ( <a href="qregion.html">TQRegion</a> & r ) +<h3 class=fn>void <a name="refresh-2"></a>TQWSServer::refresh ( <a href="ntqregion.html">TQRegion</a> & r ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Refreshes the region <em>r</em>. -<h3 class=fn>void <a name="removedChannel"></a>TQWSServer::removedChannel ( const <a href="qstring.html">TQString</a> & channel )<tt> [signal]</tt> +<h3 class=fn>void <a name="removedChannel"></a>TQWSServer::removedChannel ( const <a href="ntqstring.html">TQString</a> & channel )<tt> [signal]</tt> </h3> <p> This signal is emitted immediately after the <a href="qcopchannel.html">TQCopChannel</a> <em>channel</em> is destroyed. Note that a channel is not destroyed until @@ -244,7 +244,7 @@ if <em>activate</em> is FALSE the screensaver is deactivated. Returns TRUE if the screensaver is active (i.e. the screen is blanked); otherwise returns FALSE. -<h3 class=fn>void <a name="sendIMEvent"></a>TQWSServer::sendIMEvent ( IMState state, const <a href="qstring.html">TQString</a> & txt, int cpos, int selLen ) +<h3 class=fn>void <a name="sendIMEvent"></a>TQWSServer::sendIMEvent ( IMState state, const <a href="ntqstring.html">TQString</a> & txt, int cpos, int selLen ) </h3> This function sends an input method event to the server. The current state is passed in <em>state</em> and the current text in <em>txt</em>. The cursor's position in the text is given by <em>cpos</em>, and @@ -277,12 +277,12 @@ defined. The default is platform-dependent. Set the mouse driver <em>m</em> to use if <tt>$TQWS_MOUSE_PROTO</tt> is not defined. The default is platform-dependent. -<h3 class=fn>void <a name="setDesktopBackground"></a>TQWSServer::setDesktopBackground ( const <a href="qimage.html">TQImage</a> & img )<tt> [static]</tt> +<h3 class=fn>void <a name="setDesktopBackground"></a>TQWSServer::setDesktopBackground ( const <a href="ntqimage.html">TQImage</a> & img )<tt> [static]</tt> </h3> Sets the image <em>img</em> to be used as the background in the absence of obscuring windows. -<h3 class=fn>void <a name="setDesktopBackground-2"></a>TQWSServer::setDesktopBackground ( const <a href="qcolor.html">TQColor</a> & c )<tt> [static]</tt> +<h3 class=fn>void <a name="setDesktopBackground-2"></a>TQWSServer::setDesktopBackground ( const <a href="ntqcolor.html">TQColor</a> & c )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the color <em>c</em> to be used as the background in the absence of @@ -302,11 +302,11 @@ corresponding removal. </h3> Sets the primary keyboard handler to <em>kh</em>. -<h3 class=fn>void <a name="setMaxWindowRect"></a>TQWSServer::setMaxWindowRect ( const <a href="qrect.html">TQRect</a> & r )<tt> [static]</tt> +<h3 class=fn>void <a name="setMaxWindowRect"></a>TQWSServer::setMaxWindowRect ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [static]</tt> </h3> Sets the area of the screen which TQt/Embedded applications will consider to be the maximum area to use for windows to <em>r</em>. -<p> <p>See also <a href="qwidget.html#showMaximized">TQWidget::showMaximized</a>(). +<p> <p>See also <a href="ntqwidget.html#showMaximized">TQWidget::showMaximized</a>(). <h3 class=fn>void <a name="setScreenSaverInterval"></a>TQWSServer::setScreenSaverInterval ( int ms )<tt> [static]</tt> </h3> @@ -319,7 +319,7 @@ Sets an array of timeouts for the screensaver to a list of <em>ms</em> milliseconds. A setting of zero turns off the screensaver. The array must be 0-terminated. -<h3 class=fn><a href="qwswindow.html">TQWSWindow</a> * <a name="windowAt"></a>TQWSServer::windowAt ( const <a href="qpoint.html">TQPoint</a> & pos ) +<h3 class=fn><a href="qwswindow.html">TQWSWindow</a> * <a name="windowAt"></a>TQWSServer::windowAt ( const <a href="ntqpoint.html">TQPoint</a> & pos ) </h3> Returns the window containing the point <em>pos</em> or 0 if there is no window under the point. |