![]() ![]() |
Server-specific functionality in Qt/Embedded More...
#include <qwindowsystem_qws.h>
When you run a Qt/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 via the QWSServer class.
This class maintains information about each window and allows operations to be performed on the windows.
Returns the region that the window is allowed to draw into including any window decorations and excluding regions covered by other windows.
See also requested().
Returns this windows caption.
Returns the QWSClient that owns this window.
Hides the window.
Returns TRUE is the window is completely obsured by another window or the bounds of the screen.
Returns TRUE is the window is partially obsured by another window or the bounds of the screen.
Returns TRUE if the window is visible.
Lowers the window below other windows.
Returns the name of this window.
Raises the window above all other windows except "Stay on top" windows.
Returns the region that the window has requested to draw into including any window decorations.
See also allocation().
Make this the active window (i.e. sets keyboard focus).
Shows the window.
Returns the Id of this window.
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.3.1
|