Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 2067

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

<class name="QHoverEvent" doc="/**
&lt;p&gt;The &lt;a href=&quot;QHoverEvent.html#QHoverEvent(com.trolltech.qt.core.QEvent.Type, com.trolltech.qt.core.QPoint, com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;QHoverEvent&lt;/tt&gt;&lt;/a&gt; class contains parameters that describe a mouse event.&lt;/p&gt;
&lt;p&gt;Mouse events occur when a mouse cursor is moved into, out of, or within a widget, and if the widget has the Qt::WA_Hover attribute.&lt;/p&gt;
&lt;p&gt;The function &lt;a href=&quot;QHoverEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt; gives the current cursor position, while &lt;a href=&quot;QHoverEvent.html#oldPos()&quot;&gt;&lt;tt&gt;oldPos&lt;/tt&gt;&lt;/a&gt; gives the old mouse position.&lt;/p&gt;
 */">
    <method name="public QHoverEvent(com.trolltech.qt.core.QEvent.Type type, com.trolltech.qt.core.QPoint pos, com.trolltech.qt.core.QPoint oldPos)" doc="/**
&lt;p&gt;Constructs a hover event object.&lt;/p&gt;
&lt;p&gt;The &lt;tt&gt;type&lt;/tt&gt; parameter must be QEvent::HoverEnter, QEvent::HoverLeave, or QEvent::HoverMove.&lt;/p&gt;
&lt;p&gt;The &lt;tt&gt;pos&lt;/tt&gt; is the current mouse cursor's position relative to the receiving widget, while &lt;tt&gt;oldPos&lt;/tt&gt; is the previous mouse cursor's position relative to the receiving widget.&lt;/p&gt;
 */"/>
    <method name="public final com.trolltech.qt.core.QPoint oldPos()" doc="/**
&lt;p&gt;Returns the previous position of the mouse cursor, relative to the widget that received the event. If there is no previous position, &lt;a href=&quot;QHoverEvent.html#oldPos()&quot;&gt;&lt;tt&gt;oldPos&lt;/tt&gt;&lt;/a&gt; will return the same position as &lt;a href=&quot;QHoverEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;On QEvent::HoverEnter events, this position will always be &lt;a href=&quot;%2E%2E/core/QPoint.html&quot;&gt;&lt;tt&gt;QPoint&lt;/tt&gt;&lt;/a&gt;(-1, -1).&lt;/p&gt;

@see &lt;a href=&quot;QHoverEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.QPoint pos()" doc="/**
&lt;p&gt;Returns the position of the mouse cursor, relative to the widget that received the event.&lt;/p&gt;
&lt;p&gt;On QEvent::HoverLeave events, this position will always be &lt;a href=&quot;%2E%2E/core/QPoint.html&quot;&gt;&lt;tt&gt;QPoint&lt;/tt&gt;&lt;/a&gt;(-1, -1).&lt;/p&gt;

@see &lt;a href=&quot;QHoverEvent.html#oldPos()&quot;&gt;&lt;tt&gt;oldPos&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="protected final com.trolltech.qt.core.QPoint op()" 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;QHoverEvent.html#setOp(com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;setOp&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="protected final void setOp(com.trolltech.qt.core.QPoint op)" 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;QHoverEvent.html#op()&quot;&gt;&lt;tt&gt;op&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;QHoverEvent.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;QHoverEvent.html#p()&quot;&gt;&lt;tt&gt;p&lt;/tt&gt;&lt;/a&gt; */"/>
</class>