HomeHome

ClassesAnnotated - TreeFunctionsHomeStructure

QWSServer Class Reference


Server-specific functionality in Qt/Embedded More...

#include <qwindowsystem_qws.h>

List of all member functions.

Public Members

Static Public Members


Detailed Description

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 static functions in the QWSServer class.


Member Function Documentation

void QWSServer::closedown () [static]

Close down the server.

QWSKeyboardHandlerQWSServer::keyboardHandler () [static]

Returns the primary keyboard handler.

QWSMouseHandler * QWSServer::mouseHandler () [static]

Returns the primary mouse handler.

void QWSServer::sendKeyEvent ( int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat ) [static]

Send a key event. You can use this to send key events generated by "virtual keyboards".

void QWSServer::setDefaultKeyboard ( const char * k ) [static]

Set the keyboard driver to use if $QWS_KEYBOARD is not defined. The default is platform-dependant.

void QWSServer::setDefaultMouse ( const char * m ) [static]

Set the mouse driver to use if $QWS_MOUSE_PROTO is not defined. The default is platform-dependant.

void QWSServer::setDesktopBackground ( const QColor & c ) [static]

Sets the color to use as the background in the absence of obscuring windows.

void QWSServer::setDesktopBackground ( const QImage & img ) [static]

Sets the image to use as the background in the absence of obscuring windows.

void QWSServer::setKeyboardFilter ( KeyboardFilter * f ) [static]

Sets a filter to be invoked for all key events from physical keyboard drivers (events sent via processKeyEvent()). The filter is not invoked for keys generated by virtual keyboard drivers (events send cia sendKeyEvent()).

void QWSServer::setKeyboardHandler ( QWSKeyboardHandler * kh ) [static]

Sets the primary keyboard handler to kh.

void QWSServer::setMaxWindowRect ( const QRect & r ) [static]

Sets the area of the screen which Qt/Embedded application will consider to be the maximum area to use for windows.

See also QWidget::showMaximized().

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

Sets the timeout for the screensaver to ms milliseconds. A setting of zero turns of the screensaver.

void QWSServer::startup ( int flags ) [static]

Start the server.


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 TrolltechTrademarks
Qt version 2.3.0