Classes - Annotated - Tree - Functions - Home - Structure

QWSServer Class Reference

The QWSServer class provides server-specific functionality in Qt/Embedded. More...

#include <qwindowsystem_qws.h>

List of all member functions.

Public Members

Signals

Static Public Members


Detailed Description

The QWSServer class provides server-specific functionality in Qt/Embedded.

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 is instantiated by QApplication for Qt/Embedded server processes. You should never construct this class yourself.

A pointer to the QWSServer instance can be obtained via the global qwsServer variable.


Member Function Documentation

QWSServer::QWSServer ( int flags = 0, QObject * parent = 0, const char * name = 0 )

Construct a QWSServer class with parent parent, called name and flags flags.

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

const QPtrList<QWSWindow> & QWSServer::clientWindows ()

Returns the list of top-level windows. This list will change as applications add and remove wigdets so it should not be stored for future use. The windows are sorted in stacking order from top-most to lowest.


Search the documentation, FAQ, qt-interest archive and more (uses www.trolltech.com):


This file is part of the Qt toolkit, copyright © 1995-2001 Trolltech, all rights reserved.


Copyright © 2001 TrolltechTrademarks
Qt version 3.0.0-beta2