From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qwsserver.html | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'doc/html/qwsserver.html') 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.

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. -

This class is instantiated by TQApplication for TQt/Embedded server +

This class is instantiated by TQApplication for TQt/Embedded server processes. You should never construct this class yourself.

A pointer to the TQWSServer instance can be obtained via the global qwsServer variable. @@ -135,10 +135,10 @@ server.

This specifies what sort of event has occurred to a top-level window:


Member Function Documentation

-

TQWSServer::TQWSServer ( int flags = 0, TQObject * parent = 0, const char * name = 0 ) +

TQWSServer::TQWSServer ( int flags = 0, TQObject * parent = 0, const char * name = 0 )

Construct a TQWSServer object. -

Warning: This class is instantiated by TQApplication for +

Warning: This class is instantiated by TQApplication for TQt/Embedded server processes. You should never construct this class yourself.

The flags are used for keyboard and mouse setting. The server's @@ -159,7 +159,7 @@ parent is parent and it is called name. Destruct TQWSServer -

const TQPtrList<TQWSWindow> & TQWSServer::clientWindows () +

const TQPtrList<TQWSWindow> & TQWSServer::clientWindows ()

Returns the list of top-level windows. This list will change as @@ -206,7 +206,7 @@ X11-style window properties. Returns the primary mouse handler. -

void TQWSServer::newChannel ( const TQString & channel ) [signal] +

void TQWSServer::newChannel ( const TQString & channel ) [signal]

This signal is emitted when the TQCopChannel channel is created. @@ -223,12 +223,12 @@ Opens the mouse device(s). Refreshes the entire display. -

void TQWSServer::refresh ( TQRegion & r ) +

void TQWSServer::refresh ( TQRegion & r )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Refreshes the region r. -

void TQWSServer::removedChannel ( const TQString & channel ) [signal] +

void TQWSServer::removedChannel ( const TQString & channel ) [signal]

This signal is emitted immediately after the TQCopChannel channel is destroyed. Note that a channel is not destroyed until @@ -244,7 +244,7 @@ if activate is FALSE the screensaver is deactivated. Returns TRUE if the screensaver is active (i.e. the screen is blanked); otherwise returns FALSE. -

void TQWSServer::sendIMEvent ( IMState state, const TQString & txt, int cpos, int selLen ) +

void TQWSServer::sendIMEvent ( IMState state, const TQString & txt, int cpos, int selLen )

This function sends an input method event to the server. The current state is passed in state and the current text in txt. The cursor's position in the text is given by cpos, and @@ -277,12 +277,12 @@ defined. The default is platform-dependent. Set the mouse driver m to use if $TQWS_MOUSE_PROTO is not defined. The default is platform-dependent. -

void TQWSServer::setDesktopBackground ( const TQImage & img ) [static] +

void TQWSServer::setDesktopBackground ( const TQImage & img ) [static]

Sets the image img to be used as the background in the absence of obscuring windows. -

void TQWSServer::setDesktopBackground ( const TQColor & c ) [static] +

void TQWSServer::setDesktopBackground ( const TQColor & c ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Sets the color c to be used as the background in the absence of @@ -302,11 +302,11 @@ corresponding removal. Sets the primary keyboard handler to kh. -

void TQWSServer::setMaxWindowRect ( const TQRect & r ) [static] +

void TQWSServer::setMaxWindowRect ( const TQRect & r ) [static]

Sets the area of the screen which TQt/Embedded applications will consider to be the maximum area to use for windows to r. -

See also TQWidget::showMaximized(). +

See also TQWidget::showMaximized().

void TQWSServer::setScreenSaverInterval ( int ms ) [static]

@@ -319,7 +319,7 @@ Sets an array of timeouts for the screensaver to a list of ms milliseconds. A setting of zero turns off the screensaver. The array must be 0-terminated. -

TQWSWindow * TQWSServer::windowAt ( const TQPoint & pos ) +

TQWSWindow * TQWSServer::windowAt ( const TQPoint & pos )

Returns the window containing the point pos or 0 if there is no window under the point. -- cgit v1.2.1