Qt:Документация 4.3.2/qmoveevent

Материал из Wiki.crossplatform.ru

Версия от 09:57, 12 января 2009; Root (Обсуждение | вклад)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

Image:trolltech-logo.png

Содержание

[править] QMoveEvent Class Reference
[модуль QtGui ]

The QMoveEvent class contains event parameters for move events. Далее...

 #include <QMoveEvent>

Inherits QEvent.

[править] Открытые функции

  • QMoveEvent ( const QPoint & pos, const QPoint & oldPos )
  • const QPoint & oldPos () const
  • const QPoint & pos () const
  • 6 public functions inherited from 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 © 2007 Trolltech Trademarks
Qt 4.3.2