QWSEvent Class ReferenceThe QWSEvent class encapsulates an event in Qt for Embedded Linux. Далее... #include <QWSEvent>
Открытые типы
Подробное описаниеThe QWSEvent class encapsulates an event in Qt for Embedded Linux. When running a Qt for Embedded Linux 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. 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 Qt for Embedded Linux Architecture. Описание типов-членовenum QWSEvent::TypeThis enum describes the origin of the event.
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |