summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtooltip.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqtooltip.html')
-rw-r--r--doc/html/tqtooltip.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/tqtooltip.html b/doc/html/tqtooltip.html
index 16b10b158..1c6b2883b 100644
--- a/doc/html/tqtooltip.html
+++ b/doc/html/tqtooltip.html
@@ -184,13 +184,13 @@ text emitted from <em>group</em>.
<p> Normally, <em>longText</em> is shown in a <a href="tqstatusbar.html">status
bar</a> or similar.
-<h3 class=fn>void <a name="add-3"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [static]</tt>
+<h3 class=fn>void <a name="add-3"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqtooltipgroup.html">TQToolTipGroup</a>&nbsp;*&nbsp;group, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;groupText )<tt> [static]</tt>
+<h3 class=fn>void <a name="add-4"></a>TQToolTip::add ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqtooltipgroup.html">TQToolTipGroup</a>&nbsp;*&nbsp;group, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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>.
@@ -235,7 +235,7 @@ care of showing and hiding the tips as the user moves the mouse.
Returns whether tool tips are enabled globally.
<p> <p>See also <a href="#setGloballyEnabled">setGloballyEnabled</a>().
-<h3 class=fn>void <a name="maybeTip"></a>TQToolTip::maybeTip ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p )<tt> [pure virtual protected]</tt>
+<h3 class=fn>void <a name="maybeTip"></a>TQToolTip::maybeTip ( const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;p )<tt> [pure virtual protected]</tt>
</h3>
<p> This pure virtual function is half of the most versatile interface
@@ -262,7 +262,7 @@ moves back in: maybeTip() is called again instead.
<p> <p>See also <a href="#tip">tip</a>().
<p>Examples: <a href="helpsystem-example.html#x2684">helpsystem/tooltip.cpp</a> and <a href="tooltip-example.html#x451">tooltip/tooltip.cpp</a>.
-<h3 class=fn><a href="ntqpalette.html">TQPalette</a> <a name="palette"></a>TQToolTip::palette ()<tt> [static]</tt>
+<h3 class=fn><a href="tqpalette.html">TQPalette</a> <a name="palette"></a>TQToolTip::palette ()<tt> [static]</tt>
</h3>
Returns the palette common to all tool tips.
<p> <p>See also <a href="#setPalette">setPalette</a>().
@@ -281,7 +281,7 @@ Removes the tool tip from <em>widget</em>.
<p> If there is more than one tool tip on <em>widget</em>, only the one
covering the entire widget is removed.
-<h3 class=fn>void <a name="remove-2"></a>TQToolTip::remove ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect )<tt> [static]</tt>
+<h3 class=fn>void <a name="remove-2"></a>TQToolTip::remove ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect )<tt> [static]</tt>
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Removes any tool tip for <em>rect</em> from <em>widget</em>.
@@ -307,7 +307,7 @@ needed); if <em>enable</em> is FALSE sets all tool tips to be disabled
all tool tips in the entire application.
<p> <p>See also <a href="tqtooltipgroup.html#enabled-prop">TQToolTipGroup::enabled</a>.
-<h3 class=fn>void <a name="setPalette"></a>TQToolTip::setPalette ( const&nbsp;<a href="ntqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;palette )<tt> [static]</tt>
+<h3 class=fn>void <a name="setPalette"></a>TQToolTip::setPalette ( const&nbsp;<a href="tqpalette.html">TQPalette</a>&nbsp;&amp;&nbsp;palette )<tt> [static]</tt>
</h3>
Sets the palette for all tool tips to <em>palette</em>.
<p> <p>See also <a href="#palette">palette</a>().
@@ -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="tqstring.html">TQString</a> <a name="textFor"></a>TQToolTip::textFor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;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>&nbsp;*&nbsp;widget, const&nbsp;<a href="tqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQPoint ( ) )<tt> [static]</tt>
</h3>
Returns the tool tip text for <em>widget</em> at position <em>pos</em>, or
<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&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [protected]</tt>
+<h3 class=fn>void <a name="tip"></a>TQToolTip::tip ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;groupText )<tt> [protected]</tt>
+<h3 class=fn>void <a name="tip-2"></a>TQToolTip::tip ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;geometry )<tt> [protected]</tt>
+<h3 class=fn>void <a name="tip-3"></a>TQToolTip::tip ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;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&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;groupText, const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;geometry )<tt> [protected]</tt>
+<h3 class=fn>void <a name="tip-4"></a>TQToolTip::tip ( const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;rect, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;groupText, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;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