Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions |
The QWSWindow class provides 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 functionality is provided by the QWSServer class.
This class maintains information about each window and allows operations to be performed on the windows.
You can get the window's name(), caption() and winId(), along with the client() that owns the window.
The region the window wants to draw on is returned by requested(); the region that the window is allowed to draw on is returned by allocation().
The visibility of the window can be determined using isVisible(), isPartiallyObscured() and isFullyObscured(). Visibility can be changed using raise(), lower(), show(), hide() and setActiveWindow().
See also Qt/Embedded.
Constructs a new top-level window, associated with the client client and giving it the id i.
Returns the region that the window is allowed to draw onto including any window decorations but excluding regions covered by other windows.
See also requested().
Returns this window's caption.
Returns the QWSClient that owns this window.
Returns TRUE is the window is completely obsured by another window or by the bounds of the screen; otherwise returns FALSE.
Returns TRUE is the window is partially obsured by another window or by the bounds of the screen; otherwise returns FALSE.
Returns TRUE if the window is visible; otherwise returns FALSE.
Returns the name of this window.
Returns the region that the window has requested to draw onto including any window decorations.
See also allocation().
Returns the Id of this window.
This file is part of the Qt toolkit. Copyright © 1995-2002 Trolltech. All Rights Reserved.
Copyright © 2002 Trolltech | Trademarks | Qt version 3.0.5
|