QMoveEvent Class Reference


The QMoveEvent class contains event parameters for move events. (details) (complete member list)

#include <qevent.h>

Inherits QEvent.

Public Members


Detailed Description

The QMoveEvent class contains event parameters for move events.

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().


Member Function Documentation

QMoveEvent::QMoveEvent (const QPoint &pos)

Constructs a move event with the new widget position.

QPoint & QMoveEvent::pos ()

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:


Generated at 16:17, 1995/06/30 by the webmaster at Troll Tech