#include <qevent.h>
Inheritance diagram for QMoveEvent:


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.
Definition at line 297 of file qevent.h.
Public Member Functions | |
| QMoveEvent (const QPoint &pos, const QPoint &oldPos) | |
| ~QMoveEvent () | |
| const QPoint & | pos () const |
| const QPoint & | oldPos () const |
Protected Attributes | |
| QPoint | p |
| QPoint | oldp |
Friends | |
| class | QApplication |
| class | QCoreApplication |
| QMoveEvent::~QMoveEvent | ( | ) |
| const QPoint & QMoveEvent::pos | ( | ) | const [inline] |
| const QPoint & QMoveEvent::oldPos | ( | ) | const [inline] |
friend class QApplication [friend] |
friend class QCoreApplication [friend] |
QPoint QMoveEvent::p [protected] |
QPoint QMoveEvent::oldp [protected] |
1.5.1