The QMoveEvent class contains event parameters for move events. More...
#include <qevent.h>
Inherits QEvent.
Move events are sent to widgets that have been moved to a new position relative to their parent.
The event handler QWidget::moveEvent() receives move events.
See also QWidget::move() and QWidget::setGeometry().
Constructs a move event with the new and old widget positions.
Returns the old position of the widget.
Returns the new position of the widget, which is the same as QWidget::pos().
Search the documentation, FAQ, qt-interest archive and more (uses
www.trolltech.com):
This file is part of the Qt toolkit, copyright © 1995-2000 Trolltech, all rights reserved.
Copyright © 2000 Trolltech | Trademarks | Qt version 2.2.1
|