From bd0f3345a938b35ce6a12f6150373b0955b8dd12 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 10 Jul 2011 15:24:15 -0500 Subject: Add Qt3 development HEAD version --- 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 0000000..1ad26a8 --- /dev/null +++ b/doc/html/qmoveevent.html @@ -0,0 +1,82 @@ + + + + + +QMoveEvent Class + + + + + + + +
+ +Home + | +All Classes + | +Main Classes + | +Annotated + | +Grouped Classes + | +Functions +

QMoveEvent Class Reference

+ +

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

#include <qevent.h> +

Inherits QEvent. +

List of all member functions. +

Public Members

+ +

Detailed Description

+ + +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::pos, QWidget::geometry, and Event Classes. + +


Member Function Documentation

+

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. + + +


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


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