Learn what Felgo offers to help your business succeed. Start your free evaluation today! Felgo for Your Business

QMoveEvent Class

The QMoveEvent class contains event parameters for move events. More...

Header: #include <QMoveEvent>
qmake: QT += gui
Inherits: QEvent

Public Functions

QMoveEvent(const QPoint &pos, const QPoint &oldPos)
const QPoint & oldPos() const
const QPoint & pos() const
  • 7 public functions inherited from QEvent

Additional Inherited Members

  • 1 property inherited from QEvent
  • 1 public variable inherited from QEvent
  • 1 static public member inherited from QEvent
  • 2 protected variables inherited from QEvent

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 event handler QWidget::moveEvent() receives move events.

See also QWidget::move() and QWidget::setGeometry().

Member Function Documentation

QMoveEvent::QMoveEvent(const QPoint &pos, const QPoint &oldPos)

Constructs a move event with the new and old widget positions, pos and oldPos respectively.

const QPoint &QMoveEvent::oldPos() const

Returns the old position of the widget.

const QPoint &QMoveEvent::pos() const

Returns the new position of the widget. This excludes the window frame for top level widgets.

Qt_Technology_Partner_RGB_475 Qt_Service_Partner_RGB_475_padded