diff options
Diffstat (limited to 'doc/html/ntqtooltip.html')
-rw-r--r-- | doc/html/ntqtooltip.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html index f37673049..c159d97dd 100644 --- a/doc/html/ntqtooltip.html +++ b/doc/html/ntqtooltip.html @@ -145,7 +145,7 @@ a widget using <a href="#textFor">textFor</a>(). <p> <p>See also <a href="ntqstatusbar.html">TQStatusBar</a>, <a href="ntqwhatsthis.html">TQWhatsThis</a>, <a href="qtooltipgroup.html">TQToolTipGroup</a>, <a href="guibooks.html#fowler">GUI Design Handbook: Tool Tip</a>, and <a href="helpsystem.html">Help System</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQToolTip"></a>TQToolTip::TQToolTip ( <a href="ntqwidget.html">TQWidget</a> * widget, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group = 0 ) +<h3 class=fn><a name="TQToolTip"></a>TQToolTip::TQToolTip ( <a href="tqwidget.html">TQWidget</a> * widget, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group = 0 ) </h3> Constructs a tool tip object. This is only necessary if you need tool tips on regions that can move within the widget (most often @@ -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="ntqwidget.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="ntqstring.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="ntqwidget.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="ntqstring.html">TQString</a> & text, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group, const <a href="ntqstring.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="ntqwidget.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="ntqstring.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="ntqwidget.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="ntqstring.html">TQString</a> & text, <a href="qtooltipgroup.html">TQToolTipGroup</a> * group, const <a href="ntqstring.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>. @@ -267,7 +267,7 @@ moves back in: maybeTip() is called again instead. Returns the palette common to all tool tips. <p> <p>See also <a href="#setPalette">setPalette</a>(). -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="parentWidget"></a>TQToolTip::parentWidget () const +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="parentWidget"></a>TQToolTip::parentWidget () const </h3> <p> Returns the widget this TQToolTip applies to. @@ -275,13 +275,13 @@ Returns the palette common to all tool tips. destroyed. <p> <p>See also <a href="#group">group</a>(). -<h3 class=fn>void <a name="remove"></a>TQToolTip::remove ( <a href="ntqwidget.html">TQWidget</a> * widget )<tt> [static]</tt> +<h3 class=fn>void <a name="remove"></a>TQToolTip::remove ( <a href="tqwidget.html">TQWidget</a> * widget )<tt> [static]</tt> </h3> 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="ntqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & rect )<tt> [static]</tt> +<h3 class=fn>void <a name="remove-2"></a>TQToolTip::remove ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqrect.html">TQRect</a> & 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>. @@ -317,7 +317,7 @@ 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="ntqwidget.html">TQWidget</a> * widget, const <a href="ntqpoint.html">TQPoint</a> & pos = TQPoint ( ) )<tt> [static]</tt> +<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> 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 |