Qt:Документация 4.3.2/qwsevent

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QWSEvent Class Reference
[модуль QtGui ]

The QWSEvent class encapsulates an event in Qtopia Core. Далее...

 #include <QWSEvent>

[править] Открытые типы

  • enum Type { NoEvent, Connected, Mouse, Focus, ..., Embed }

[править] Подробное описание

The QWSEvent class encapsulates an event in Qtopia Core.

When running a Qtopia Core application, it either runs as a server or connects to an existing server. All system generated events are passed to the server application which then propagates the event to the appropriate client.

Whenever the server receives an event, it queries its stack of top-level windows to find the window containing the event's position. Each window can identify the client application that created it, and returns its ID to the server upon request. Finally, the server forwards the event, encapsulated by an instance of the QWSEvent class, to the appropriate client.

Файл:Qtopiacore-client.png

The server communicates with the client applications over the UNIX domain socket. You can retrieve direct access to all the events a client receives from the server, by reimplementing QApplication's qwsEventFilter() function.

QWSEvent provides the Type enum specifying the origin of the event. Internally, each type is represented by a QWSEvent subclass, e.g., QWSKeyEvent.

See also QWSServer, QWSClient, and Qtopia Core Architecture.


[править] Описание типов

[править]
enum QWSEvent::Type

This enum describes the origin of the event.


Константа Значение Описание
QWSEvent::NoEvent 0 No event has occurred.
QWSEvent::Connected 1 An application has connected to the server.
QWSEvent::Mouse 2 A mouse button is pressed or released, or the mouse cursor is moved. See also Qtopia Core Pointer Handling.
QWSEvent::Focus 3 A window has lost or received focus.
QWSEvent::Key 4 A key is pressed or released. See also Qtopia Core Character Input.
QWSEvent::Region 5 A region has changed.
QWSEvent::Creation 6 The server has created an ID, typically for a window.
QWSEvent::PropertyNotify 7 A property has changed.
QWSEvent::PropertyReply 8 The server is responding to a request for a property's value.
QWSEvent::SelectionClear 9 A selection is deleted.
QWSEvent::SelectionRequest 10 The server has queried for a selection.
QWSEvent::SelectionNotify 11 A new selection has been created.
QWSEvent::MaxWindowRect 12 The server has changed the maximum window for an application.
QWSEvent::QCopMessage 13 A new Qt Cop message has appeared. See also QCopChannel
QWSEvent::WindowOperation 14 A window operation, e.g. resizing, has occurred.
QWSEvent::IMEvent 15 An input method has been used to enter text for languages with non-Latin alphabets. See also QWSInputMethod.
QWSEvent::IMQuery 16 An input method query for a specified property has occurred. See also QWSInputMethod.
QWSEvent::NEvent 20 The number of events has changed.
QWSEvent::Embed 18 An event used internally to implement embedded windows. See also QWSEmbedWidget.



Copyright © 2007 Trolltech Trademarks
Qt 4.3.2