From d796c9dd933ab96ec83b9a634feedd5d32e1ba3f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 8 Nov 2011 12:31:36 -0600 Subject: Test conversion to TQt3 from Qt3 8c6fc1f8e35fd264dd01c582ca5e7549b32ab731 --- doc/html/qmoveevent.html | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 doc/html/qmoveevent.html (limited to 'doc/html/qmoveevent.html') diff --git a/doc/html/qmoveevent.html b/doc/html/qmoveevent.html new file mode 100644 index 000000000..45956cce4 --- /dev/null +++ b/doc/html/qmoveevent.html @@ -0,0 +1,82 @@ + + + + + +TQMoveEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

TQMoveEvent Class Reference

+ +

The TQMoveEvent class contains event parameters for move events. +More... +

#include <qevent.h> +

Inherits TQEvent. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +The TQMoveEvent 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 TQWidget::moveEvent() receives move events. +

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


Member Function Documentation

+

TQMoveEvent::TQMoveEvent ( const TQPoint & pos, const TQPoint & oldPos ) +

+ +

Constructs a move event with the new and old widget positions, pos and oldPos respectively. + +

const TQPoint & TQMoveEvent::oldPos () const +

+ +

Returns the old position of the widget. + +

const TQPoint & TQMoveEvent::pos () const +

+ +

Returns the new position of the widget. This excludes the window +frame for top level widgets. + + +


+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