Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QInputEvent class is the base class for events that describe user input. More...
#include <QInputEvent>
Inherits QEvent.
Inherited by QMouseEvent, QWheelEvent, QTabletEvent, QKeyEvent, QCloseEvent, QContextMenuEvent, and QIMEvent.
The QInputEvent class is the base class for events that describe user input.
Setting the accept parameter indicates that the event receiver wants the event. Unwanted events might be propagated to the parent widget.
By default, the accept flag is set.
See also ignore().
Clears the accept flag parameter of the event object.
Clearing the accept parameter indicates that the event receiver does not want the event. Unwanted events might be propgated to the parent widget.
By default, the accept flag is set.
See also accept().
Returns the accept flag of the event object. It is set by default.
See also accept() and ignore().
Copyright © 2004 Trolltech. | Trademarks | Qt 4.0.0-tp1 |