From 0582c90a9ed4b965629267713f51c0da7c38b39d Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 4 Sep 2024 11:53:23 +0900 Subject: Rename remaining ntq[m-r]* related files to equivalent tq* (except ntqmodules.h) Signed-off-by: Michele Calgaro --- doc/html/tqresizeevent.html | 82 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/html/tqresizeevent.html (limited to 'doc/html/tqresizeevent.html') diff --git a/doc/html/tqresizeevent.html b/doc/html/tqresizeevent.html new file mode 100644 index 000000000..a66264a70 --- /dev/null +++ b/doc/html/tqresizeevent.html @@ -0,0 +1,82 @@ + + + + + +TQResizeEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQResizeEvent Class Reference

+ +

The TQResizeEvent class contains event parameters for resize events. +More... +

#include <tqevent.h> +

Inherits TQEvent. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQResizeEvent class contains event parameters for resize events. +

+

Resize events are sent to widgets that have been resized. +

The event handler TQWidget::resizeEvent() receives resize events. +

See also TQWidget::size, TQWidget::geometry, and Event Classes. + +


Member Function Documentation

+

TQResizeEvent::TQResizeEvent ( const TQSize & size, const TQSize & oldSize ) +

+ +

Constructs a resize event with the new and old widget sizes, size and oldSize respectively. + +

const TQSize & TQResizeEvent::oldSize () const +

+ +

Returns the old size of the widget. + +

const TQSize & TQResizeEvent::size () const +

+ +

Returns the new size of the widget, which is the same as +TQWidget::size(). + +

Examples: chart/canvasview.cpp and life/life.cpp. + +


+This file is part of the TQt toolkit. +Copyright © 1995-2007 +Trolltech. All Rights Reserved.


+ +
Copyright © 2007 +TrolltechTrademarks +
TQt 3.3.8
+
+ -- cgit v1.2.1