Home · All Classes · Main Classes · Grouped Classes · Modules · Functions |
The QWSWindow class provides server-specific functionality in Qtopia Core. More...
#include <QWSWindow>
The QWSWindow class provides server-specific functionality in Qtopia Core.
When you run a Qtopia Core 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 requestedRegion().
The visibility of the window can be determined using isVisible(). Visibility can be changed using raise(), lower(), show(), hide() and setActiveWindow().
Constructs a new top-level window, associated with the client client and giving it the id i.
Destructor.
Returns the window's caption.
Returns the QWSClient that owns this window.
Hides the window.
Returns true if the window is completely obsured by another window or by the bounds of the screen; otherwise returns false.
Returns true if the window is visible; otherwise returns false.
Lowers the window below other windows.
Returns the window's name.
Raises the window above all other windows except "Stay on top" windows.
Returns the region that the window has requested to draw onto, including any window decorations.
Make this the active window (i.e. sets the keyboard focus to this window).
Shows the window.
Returns the window's Id.
Copyright © 2005 Trolltech | Trademarks | Qt 4.1.0 |