diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qmoveevent.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qmoveevent.html')
-rw-r--r-- | doc/html/qmoveevent.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qmoveevent.html b/doc/html/qmoveevent.html index 45956cce4..16c92889c 100644 --- a/doc/html/qmoveevent.html +++ b/doc/html/qmoveevent.html @@ -33,8 +33,8 @@ body { background: #ffffff; color: black; } <p>The TQMoveEvent class contains event parameters for move events. <a href="#details">More...</a> -<p><tt>#include <<a href="qevent-h.html">qevent.h</a>></tt> -<p>Inherits <a href="qevent.html">TQEvent</a>. +<p><tt>#include <<a href="qevent-h.html">ntqevent.h</a>></tt> +<p>Inherits <a href="ntqevent.html">TQEvent</a>. <p><a href="qmoveevent-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -49,21 +49,21 @@ The TQMoveEvent class contains event parameters for move events. <p> <p> Move events are sent to widgets that have been moved to a new position relative to their parent. -<p> The event handler <a href="qwidget.html#moveEvent">TQWidget::moveEvent</a>() receives move events. -<p> <p>See also <a href="qwidget.html#pos-prop">TQWidget::pos</a>, <a href="qwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="events.html">Event Classes</a>. +<p> The event handler <a href="ntqwidget.html#moveEvent">TQWidget::moveEvent</a>() receives move events. +<p> <p>See also <a href="ntqwidget.html#pos-prop">TQWidget::pos</a>, <a href="ntqwidget.html#geometry-prop">TQWidget::geometry</a>, and <a href="events.html">Event Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQMoveEvent"></a>TQMoveEvent::TQMoveEvent ( const <a href="qpoint.html">TQPoint</a> & pos, const <a href="qpoint.html">TQPoint</a> & oldPos ) +<h3 class=fn><a name="TQMoveEvent"></a>TQMoveEvent::TQMoveEvent ( const <a href="ntqpoint.html">TQPoint</a> & pos, const <a href="ntqpoint.html">TQPoint</a> & oldPos ) </h3> <p> Constructs a move event with the new and old widget positions, <em>pos</em> and <em>oldPos</em> respectively. -<h3 class=fn>const <a href="qpoint.html">TQPoint</a> & <a name="oldPos"></a>TQMoveEvent::oldPos () const +<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="oldPos"></a>TQMoveEvent::oldPos () const </h3> <p> Returns the old position of the widget. -<h3 class=fn>const <a href="qpoint.html">TQPoint</a> & <a name="pos"></a>TQMoveEvent::pos () const +<h3 class=fn>const <a href="ntqpoint.html">TQPoint</a> & <a name="pos"></a>TQMoveEvent::pos () const </h3> <p> Returns the new position of the widget. This excludes the window |