The QMoveEvent class contains event parameters for move events. (details) (complete member list)
#include <qevent.h>
Inherits QEvent.
Move events are sent to widgets that have been moved to a new position relative to their parent.
The virtual function QWidget::moveEvent() receives move events.
See also: QWidget::move() and QWidget::setGeometry().
Constructs a move event with the new widget position.
Returns the new position of the widget, which is the same as QWidget::pos().
This file is part of the Qt toolkit, copyright 1995 Troll Tech, all rights reserved.
It was generated from the following files: