Qt:Документация 4.3.2/qresizeevent
Материал из Wiki.crossplatform.ru
![]() | Внимание: Актуальная версия перевода документации находится здесь |
__NOTOC__
Главная · Все классы · Основные классы · Классы по группам · Модули · Функции |
Содержание |
[править] QResizeEvent Class Reference
[модуль QtGui ]
The QResizeEvent class contains event parameters for resize events. Далее...
#include <QResizeEvent>
Inherits QEvent.
[править] Открытые функции
- QResizeEvent ( const QSize & size, const QSize & oldSize )
- const QSize & oldSize () const
- const QSize & size () const
- 6 public functions inherited from QEvent
[править] Дополнительные унаследованные члены
- 1 property inherited from QEvent
[править] Подробное описание
The QResizeEvent class contains event parameters for resize events.
Resize events are sent to widgets that have been resized.
The event handler QWidget::resizeEvent() receives resize events.
See also QWidget::resize() and QWidget::setGeometry().
[править] Описание функций-членов
[править] QResizeEvent::QResizeEvent ( const QSize & size, const QSize & oldSize )
Constructs a resize event with the new and old widget sizes, size and oldSize respectively.
[править] const QSize & QResizeEvent::oldSize () const
Returns the old size of the widget.
[править] const QSize & QResizeEvent::size () const
Returns the new size of the widget. This is the same as QWidget::size().
Copyright © 2007 Trolltech | Trademarks | Qt 4.3.2
|