Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2134

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<class name="QMoveEvent" doc="/**
&lt;p&gt;The &lt;a href=&quot;QMoveEvent.html#QMoveEvent(com.trolltech.qt.core.QPoint, com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;QMoveEvent&lt;/tt&gt;&lt;/a&gt; class contains event parameters for move events.&lt;/p&gt;
&lt;p&gt;Move events are sent to widgets that have been moved to a new position relative to their parent.&lt;/p&gt;
&lt;p&gt;The event handler QWidget::moveEvent() receives move events.&lt;/p&gt;

@see &lt;tt&gt;QWidget::move&lt;/tt&gt;
@see &lt;tt&gt;QWidget::setGeometry&lt;/tt&gt; */">
    <method name="public QMoveEvent(com.trolltech.qt.core.QPoint pos, com.trolltech.qt.core.QPoint oldPos)" doc="/**
&lt;p&gt;Constructs a move event with the new and old widget positions, &lt;tt&gt;pos&lt;/tt&gt; and &lt;tt&gt;oldPos&lt;/tt&gt; respectively.&lt;/p&gt;
 */"/>
    <method name="public final com.trolltech.qt.core.QPoint oldPos()" doc="/**
&lt;p&gt;Returns the old position of the widget.&lt;/p&gt;
 */"/>
    <method name="public final com.trolltech.qt.core.QPoint pos()" doc="/**
&lt;p&gt;Returns the new position of the widget. This excludes the window frame for top level widgets.&lt;/p&gt;
 */"/>
    <method name="protected final com.trolltech.qt.core.QPoint oldp()" doc="/**
&lt;p&gt;This method is used internally by Qt Jambi. Do not use it in your applications.&lt;/p&gt;

@see &lt;a href=&quot;QMoveEvent.html#setOldp(com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;setOldp&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="protected final void setOldp(com.trolltech.qt.core.QPoint oldp)" doc="/**
&lt;p&gt;This method is used internally by Qt Jambi. Do not use it in your applications.&lt;/p&gt;

@see &lt;a href=&quot;QMoveEvent.html#oldp()&quot;&gt;&lt;tt&gt;oldp&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="protected final com.trolltech.qt.core.QPoint p()" doc="/**
&lt;p&gt;This method is used internally by Qt Jambi. Do not use it in your applications.&lt;/p&gt;

@see &lt;a href=&quot;QMoveEvent.html#setP(com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;setP&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="protected final void setP(com.trolltech.qt.core.QPoint p)" doc="/**
&lt;p&gt;This method is used internally by Qt Jambi. Do not use it in your applications.&lt;/p&gt;

@see &lt;a href=&quot;QMoveEvent.html#p()&quot;&gt;&lt;tt&gt;p&lt;/tt&gt;&lt;/a&gt; */"/>
</class>