diff options
Diffstat (limited to 'doc/html/ntqtooltip.html')
-rw-r--r-- | doc/html/ntqtooltip.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html index c159d97dd..8880d30e8 100644 --- a/doc/html/ntqtooltip.html +++ b/doc/html/ntqtooltip.html @@ -166,7 +166,7 @@ TQToolTip is not deleted when <em>widget</em> is deleted. <p> <p>See also <a href="#maybeTip">maybeTip</a>(). -<h3 class=fn>void <a name="add"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqstring.html">TQString</a> & text )<tt> [static]</tt> +<h3 class=fn>void <a name="add"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="tqstring.html">TQString</a> & text )<tt> [static]</tt> </h3> Adds a tool tip to <em>widget</em>. <em>text</em> is the text to be shown in the tool tip. @@ -175,7 +175,7 @@ suitable for adding tool tips to buttons, checkboxes, comboboxes and so on. <p>Examples: <a href="helpsystem-example.html#x2695">helpsystem/mainwindow.cpp</a>, <a href="qdir-example.html#x1848">qdir/qdir.cpp</a>, <a href="scribble-example.html#x945">scribble/scribble.cpp</a>, and <a href="tooltip-example.html#x450">tooltip/tooltip.cpp</a>. -<h3 class=fn>void <a name="add-2"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqstring.html">TQString</a> & text, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group, const <a href="ntqstring.html">TQString</a> & longText )<tt> [static]</tt> +<h3 class=fn>void <a name="add-2"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="tqstring.html">TQString</a> & text, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group, const <a href="tqstring.html">TQString</a> & longText )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a tool tip to <em>widget</em> and to tool tip group <em>group</em>. @@ -184,13 +184,13 @@ text emitted from <em>group</em>. <p> Normally, <em>longText</em> is shown in a <a href="ntqstatusbar.html">status bar</a> or similar. -<h3 class=fn>void <a name="add-3"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & rect, const <a href="ntqstring.html">TQString</a> & text )<tt> [static]</tt> +<h3 class=fn>void <a name="add-3"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & rect, const <a href="tqstring.html">TQString</a> & text )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a tool tip to a fixed rectangle, <em>rect</em>, within <em>widget</em>. <em>text</em> is the text shown in the tool tip. -<h3 class=fn>void <a name="add-4"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & rect, const <a href="ntqstring.html">TQString</a> & text, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group, const <a href="ntqstring.html">TQString</a> & groupText )<tt> [static]</tt> +<h3 class=fn>void <a name="add-4"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & rect, const <a href="tqstring.html">TQString</a> & text, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group, const <a href="tqstring.html">TQString</a> & groupText )<tt> [static]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds a tool tip to an entire <em>widget</em> and to tool tip group <em>group</em>. The tooltip will disappear when the mouse leaves the <em>rect</em>. @@ -317,13 +317,13 @@ Sets the palette for all tool tips to <em>palette</em>. Sets the wakeup delay for all tooltips to <em>i</em> milliseconds. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textFor"></a>TQToolTip::textFor ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqpoint.html">TQPoint</a> & pos = TQPoint ( ) )<tt> [static]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textFor"></a>TQToolTip::textFor ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqpoint.html">TQPoint</a> & pos = TQPoint ( ) )<tt> [static]</tt> </h3> Returns the tool tip text for <em>widget</em> at position <em>pos</em>, or -<a href="ntqstring.html#TQString-null">TQString::null</a> if there is no tool tip for the given widget and +<a href="tqstring.html#TQString-null">TQString::null</a> if there is no tool tip for the given widget and position. -<h3 class=fn>void <a name="tip"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="ntqstring.html">TQString</a> & text )<tt> [protected]</tt> +<h3 class=fn>void <a name="tip"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="tqstring.html">TQString</a> & text )<tt> [protected]</tt> </h3> Immediately pops up a tip saying <em>text</em> and removes the tip once the cursor moves out of rectangle <em>rect</em> (which is given in the @@ -331,7 +331,7 @@ coordinate system of the widget this TQToolTip relates to). <p> The tip will not reappear if the cursor moves back; your <a href="#maybeTip">maybeTip</a>() must reinstate it each time. -<h3 class=fn>void <a name="tip-2"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqstring.html">TQString</a> & groupText )<tt> [protected]</tt> +<h3 class=fn>void <a name="tip-2"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="tqstring.html">TQString</a> & text, const <a href="tqstring.html">TQString</a> & groupText )<tt> [protected]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Immediately pops up a tip saying <em>text</em> and removes that tip once @@ -340,7 +340,7 @@ coordinate system of the widget this TQToolTip relates to). <em>groupText</em> i <p> The tip will not reappear if the cursor moves back; your <a href="#maybeTip">maybeTip</a>() must reinstate it each time. -<h3 class=fn>void <a name="tip-3"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqrect.html">TQRect</a> & geometry )<tt> [protected]</tt> +<h3 class=fn>void <a name="tip-3"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="tqstring.html">TQString</a> & text, const <a href="ntqrect.html">TQRect</a> & geometry )<tt> [protected]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Immediately pops up a tip within the rectangle <em>geometry</em>, saying @@ -351,7 +351,7 @@ widget this TQToolTip relates to. <a href="#maybeTip">maybeTip</a>() must reinstate it each time. <p> If the tip does not fit inside <em>geometry</em>, the tip expands. -<h3 class=fn>void <a name="tip-4"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqstring.html">TQString</a> & groupText, const <a href="ntqrect.html">TQRect</a> & geometry )<tt> [protected]</tt> +<h3 class=fn>void <a name="tip-4"></a>TQToolTip::tip ( const <a href="ntqrect.html">TQRect</a> & rect, const <a href="tqstring.html">TQString</a> & text, const <a href="tqstring.html">TQString</a> & groupText, const <a href="ntqrect.html">TQRect</a> & geometry )<tt> [protected]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Immediately pops up a tip within the rectangle <em>geometry</em>, saying |