diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqwhatsthis.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.tar.gz tqt3-8ac0e970e4464d9f8f73c0fb34a178ff135be8c3.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqwhatsthis.html')
-rw-r--r-- | doc/html/ntqwhatsthis.html | 18 |
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> * widget ) +<h3 class=fn><a name="TQWhatsThis"></a>TQWhatsThis::TQWhatsThis ( <a href="tqwidget.html">TQWidget</a> * 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> * widget, const <a href="ntqstring.html">TQString</a> & text )<tt> [static]</tt> +<h3 class=fn>void <a name="add"></a>TQWhatsThis::add ( <a href="tqwidget.html">TQWidget</a> * widget, const <a href="ntqstring.html">TQString</a> & 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 <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpoint.html">TQPoint</a> & pos = TQCursor::pos ( ), <a href="ntqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> +<h3 class=fn>void <a name="display"></a>TQWhatsThis::display ( const <a href="ntqstring.html">TQString</a> & text, const <a href="ntqpoint.html">TQPoint</a> & pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a> * 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 <a href="ntqstring.html">TQString</a> & text = TQString::null, const <a href="ntqpoint.html">TQPoint</a> & pos = TQCursor::pos ( ), <a href="ntqwidget.html">TQWidget</a> * w = 0 )<tt> [static]</tt> +<h3 class=fn>void <a name="leaveWhatsThisMode"></a>TQWhatsThis::leaveWhatsThisMode ( const <a href="ntqstring.html">TQString</a> & text = TQString::null, const <a href="ntqpoint.html">TQPoint</a> & pos = TQCursor::pos ( ), <a href="tqwidget.html">TQWidget</a> * 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> * widget )<tt> [static]</tt> +<h3 class=fn>void <a name="remove"></a>TQWhatsThis::remove ( <a href="tqwidget.html">TQWidget</a> * 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> * w, const <a href="ntqpoint.html">TQPoint</a> & pos = TQPoint ( ), bool 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> * w, const <a href="ntqpoint.html">TQPoint</a> & pos = TQPoint ( ), bool 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> * <a name="whatsThisButton"></a>TQWhatsThis::whatsThisButton ( <a href="ntqwidget.html">TQWidget</a> * parent )<tt> [static]</tt> +<h3 class=fn><a href="ntqtoolbutton.html">TQToolButton</a> * <a name="whatsThisButton"></a>TQWhatsThis::whatsThisButton ( <a href="tqwidget.html">TQWidget</a> * 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>: |