The QFocusEvent class contains event parameters for widget focus events. More...
#include <qevent.h>
Inherits QEvent.
Focus events are sent to widgets when the keyboard input focus changes.
The event handlers QWidget::focusInEvent() and QWidget::focusOutEvent() receive focus events.
See also: QWidget::setFocus() and QWidget::setAcceptFocus().
Examples: qmag/qmag.cpp
Constructs a focus event object.
The type parameter must be either Event_FocusIn or Event_FocusOut.
Returns TRUE if the widget received the text input focus.
Returns TRUE if the widget lost the text input focus.
This file is part of the Qt toolkit, copyright © 1995-96 Troll Tech, all rights reserved.
It was generated from the following files: