QMoveEvent Class Reference [модуль QtGui]
The QMoveEvent class contains event parameters for move events. Далее...
#include <QMoveEvent> Унаследован от QEvent.
Открытые функции
- QMoveEvent ( const QPoint & pos, const QPoint & oldPos )
- const QPoint & oldPos () const
- const QPoint & pos () const
- 6 открытых функций, унаследованных от QEvent
Дополнительные унаследованные члены
- 1 свойство, унаследованное от QEvent
- 1 статический открытый член, унаследованный от QEvent
Подробное описание
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().
Описание функций-членов
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.
Copyright © 2009 Nokia Corporation and/or its subsidiary(-ies) |
Торговые марки |
Qt 4.5.3 |
|