Sophie

Sophie

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

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

<class name="QHelpEvent" doc="/**
&lt;p&gt;The &lt;a href=&quot;QHelpEvent.html#QHelpEvent(com.trolltech.qt.core.QEvent.Type, com.trolltech.qt.core.QPoint, com.trolltech.qt.core.QPoint)&quot;&gt;&lt;tt&gt;QHelpEvent&lt;/tt&gt;&lt;/a&gt; class provides an event that is used to request helpful information about a particular point in a widget.&lt;/p&gt;
&lt;p&gt;This event can be intercepted in applications to provide tooltips or &amp;quot;What's This?&amp;quot; help for custom widgets. The &lt;a href=&quot;%2E%2E/core/%2E%2E/core/QEvent.html#type()&quot;&gt;&lt;tt&gt;type&lt;/tt&gt;&lt;/a&gt; can be either QEvent::ToolTip or QEvent::WhatsThis.&lt;/p&gt;

@see &lt;a href=&quot;QToolTip.html&quot;&gt;&lt;tt&gt;QToolTip&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QWhatsThis.html&quot;&gt;&lt;tt&gt;QWhatsThis&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QStatusTipEvent.html&quot;&gt;&lt;tt&gt;QStatusTipEvent&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QWhatsThisClickedEvent.html&quot;&gt;&lt;tt&gt;QWhatsThisClickedEvent&lt;/tt&gt;&lt;/a&gt; */">
    <method name="public QHelpEvent(com.trolltech.qt.core.QEvent.Type type, com.trolltech.qt.core.QPoint pos, com.trolltech.qt.core.QPoint globalPos)" doc="/**
&lt;p&gt;Constructs a help event with the given &lt;tt&gt;type&lt;/tt&gt; corresponding to the widget-relative position specified by &lt;tt&gt;pos&lt;/tt&gt; and the global position specified by &lt;tt&gt;globalPos&lt;/tt&gt;.&lt;/p&gt;
&lt;p&gt;&lt;tt&gt;type&lt;/tt&gt; must be either QEvent::ToolTip or QEvent::WhatsThis.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.QPoint globalPos()" doc="/**
&lt;p&gt;Returns the mouse cursor position when the event was generated in global coordinates.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalX()&quot;&gt;&lt;tt&gt;globalX&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalY()&quot;&gt;&lt;tt&gt;globalY&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final int globalX()" doc="/**
&lt;p&gt;Same as &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt;.&lt;a href=&quot;QHelpEvent.html#x()&quot;&gt;&lt;tt&gt;x&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#x()&quot;&gt;&lt;tt&gt;x&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalY()&quot;&gt;&lt;tt&gt;globalY&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final int globalY()" doc="/**
&lt;p&gt;Same as &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt;.&lt;a href=&quot;QHelpEvent.html#y()&quot;&gt;&lt;tt&gt;y&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#y()&quot;&gt;&lt;tt&gt;y&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalX()&quot;&gt;&lt;tt&gt;globalX&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final com.trolltech.qt.core.QPoint pos()" doc="/**
&lt;p&gt;Returns the mouse cursor position when the event was generated, relative to the widget to which the event is dispatched.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#x()&quot;&gt;&lt;tt&gt;x&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#y()&quot;&gt;&lt;tt&gt;y&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final int x()" doc="/**
&lt;p&gt;Same as &lt;a href=&quot;QHelpEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;.&lt;a href=&quot;QHelpEvent.html#x()&quot;&gt;&lt;tt&gt;x&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#y()&quot;&gt;&lt;tt&gt;y&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt; */"/>
    <method name="public final int y()" doc="/**
&lt;p&gt;Same as &lt;a href=&quot;QHelpEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;.&lt;a href=&quot;QHelpEvent.html#y()&quot;&gt;&lt;tt&gt;y&lt;/tt&gt;&lt;/a&gt;.&lt;/p&gt;

@see &lt;a href=&quot;QHelpEvent.html#x()&quot;&gt;&lt;tt&gt;x&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#pos()&quot;&gt;&lt;tt&gt;pos&lt;/tt&gt;&lt;/a&gt;
@see &lt;a href=&quot;QHelpEvent.html#globalPos()&quot;&gt;&lt;tt&gt;globalPos&lt;/tt&gt;&lt;/a&gt; */"/>
</class>