summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqwhatsthis.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqwhatsthis.html')
-rw-r--r--doc/html/ntqwhatsthis.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/ntqwhatsthis.html b/doc/html/ntqwhatsthis.html
index 338c58738..b2ee114ac 100644
--- a/doc/html/ntqwhatsthis.html
+++ b/doc/html/ntqwhatsthis.html
@@ -110,14 +110,14 @@ depending on the position of the mouse click. By reimplementing
<a href="#clicked">TQWhatsThis::clicked</a>() it is possible to have hyperlinks inside the
help texts.
<p> If you wish to control the "What's this?" behavior of a widget
-manually see <a href="ntqwidget.html#customWhatsThis">TQWidget::customWhatsThis</a>().
+manually see <a href="tqwidget.html#customWhatsThis">TQWidget::customWhatsThis</a>().
<p> The What's This object can be removed using <a href="#remove">TQWhatsThis::remove</a>(),
although this is rarely necessary because it is automatically
removed when the widget is destroyed.
<p> <p>See also <a href="ntqtooltip.html">TQToolTip</a> and <a href="helpsystem.html">Help System</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQWhatsThis"></a>TQWhatsThis::TQWhatsThis ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )
+<h3 class=fn><a name="TQWhatsThis"></a>TQWhatsThis::TQWhatsThis ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )
</h3>
Constructs a dynamic "What's this?" object for <em>widget</em>. The
object is deleted when the <em>widget</em> is destroyed.
@@ -129,7 +129,7 @@ than using the text assigned by <a href="#add">add</a>().
</h3>
Destroys the object and frees any allocated resources.
-<h3 class=fn>void <a name="add"></a>TQWhatsThis::add ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [static]</tt>
+<h3 class=fn>void <a name="add"></a>TQWhatsThis::add ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )<tt> [static]</tt>
</h3>
Adds <em>text</em> as "What's this" help for <em>widget</em>. If the text is
rich text formatted (i.e. it contains markup) it will be rendered
@@ -149,7 +149,7 @@ not be explicitly removed.
window is closed, otherwise it remains visible.
<p> The default implementation ignores <em>href</em> and returns TRUE.
-<h3 class=fn>void <a name="display"></a>TQWhatsThis::display ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
+<h3 class=fn>void <a name="display"></a>TQWhatsThis::display ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
</h3>
Display <em>text</em> in a help window at the global screen position <em>pos</em>.
<p> If widget <em>w</em> is not 0 and has its own dedicated TQWhatsThis
@@ -174,11 +174,11 @@ Returns TRUE if the application is in "What's this?" mode;
otherwise returns FALSE.
<p> <p>See also <a href="#enterWhatsThisMode">enterWhatsThisMode</a>() and <a href="#leaveWhatsThisMode">leaveWhatsThisMode</a>().
-<h3 class=fn>void <a name="leaveWhatsThisMode"></a>TQWhatsThis::leaveWhatsThisMode ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
+<h3 class=fn>void <a name="leaveWhatsThisMode"></a>TQWhatsThis::leaveWhatsThisMode ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text = TQString::null, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w = 0 )<tt> [static]</tt>
</h3>
Leaves "What's this?" question mode.
<p> This function is used internally by widgets that support
-<a href="ntqwidget.html#customWhatsThis">TQWidget::customWhatsThis</a>(); applications do not usually call it.
+<a href="tqwidget.html#customWhatsThis">TQWidget::customWhatsThis</a>(); applications do not usually call it.
An example of such a widget is TQPopupMenu: menus still work
normally in "What's this?" mode but also provide help texts for
individual menu items.
@@ -189,7 +189,7 @@ will receive <a href="#clicked">clicked</a>() messages when the user clicks on h
inside the help text.
<p> <p>See also <a href="#inWhatsThisMode">inWhatsThisMode</a>(), <a href="#enterWhatsThisMode">enterWhatsThisMode</a>(), and <a href="#clicked">TQWhatsThis::clicked</a>().
-<h3 class=fn>void <a name="remove"></a>TQWhatsThis::remove ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [static]</tt>
+<h3 class=fn>void <a name="remove"></a>TQWhatsThis::remove ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;widget )<tt> [static]</tt>
</h3>
Removes the "What's this?" help associated with the <em>widget</em>.
This happens automatically if the widget is destroyed.
@@ -206,7 +206,7 @@ widget that this "What's this?" object documents. If there is no
"What's this?" text for the position, <a href="ntqstring.html#TQString-null">TQString::null</a> is returned.
<p> The default implementation returns TQString::null.
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textFor"></a>TQWhatsThis::textFor ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQPoint ( ), bool&nbsp;includeParents = FALSE )<tt> [static]</tt>
+<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="textFor"></a>TQWhatsThis::textFor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos = TQPoint ( ), bool&nbsp;includeParents = FALSE )<tt> [static]</tt>
</h3>
Returns the what's this text for widget <em>w</em> or <a href="ntqstring.html#TQString-null">TQString::null</a> if
there is no "What's this?" help for the widget. <em>pos</em> contains
@@ -216,7 +216,7 @@ subclassed to make the text that is displayed position dependent.
consideration as well when looking for what's this help text.
<p> <p>See also <a href="#add">add</a>().
-<h3 class=fn><a href="ntqtoolbutton.html">TQToolButton</a>&nbsp;* <a name="whatsThisButton"></a>TQWhatsThis::whatsThisButton ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent )<tt> [static]</tt>
+<h3 class=fn><a href="ntqtoolbutton.html">TQToolButton</a>&nbsp;* <a name="whatsThisButton"></a>TQWhatsThis::whatsThisButton ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent )<tt> [static]</tt>
</h3>
Creates a <a href="ntqtoolbutton.html">TQToolButton</a> preconfigured to enter "What's this?" mode
when clicked. You will often use this with a tool bar as <em>parent</em>: