diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/ntqwhatsthis.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqwhatsthis.html')
-rw-r--r-- | doc/html/ntqwhatsthis.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqwhatsthis.html b/doc/html/ntqwhatsthis.html index 1e9055b8a..a6282b313 100644 --- a/doc/html/ntqwhatsthis.html +++ b/doc/html/ntqwhatsthis.html @@ -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="tqstring.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 class=fn>void <a name="display"></a>TQWhatsThis::display ( const <a href="tqstring.html">TQString</a> & text, const <a href="tqpoint.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,7 +174,7 @@ 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="tqstring.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 class=fn>void <a name="leaveWhatsThisMode"></a>TQWhatsThis::leaveWhatsThisMode ( const <a href="tqstring.html">TQString</a> & text = TQString::null, const <a href="tqpoint.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 @@ -199,14 +199,14 @@ This happens automatically if the widget is destroyed. </h3> Sets the font for all "What's this?" helps to <em>font</em>. -<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQWhatsThis::text ( const <a href="ntqpoint.html">TQPoint</a> & )<tt> [virtual]</tt> +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQWhatsThis::text ( const <a href="tqpoint.html">TQPoint</a> & )<tt> [virtual]</tt> </h3> This virtual function returns the text for position <em>p</em> in the widget that this "What's this?" object documents. If there is no "What's this?" text for the position, <a href="tqstring.html#TQString-null">TQString::null</a> is returned. <p> The default implementation returns TQString::null. -<h3 class=fn><a href="tqstring.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 class=fn><a href="tqstring.html">TQString</a> <a name="textFor"></a>TQWhatsThis::textFor ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqpoint.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="tqstring.html#TQString-null">TQString::null</a> if there is no "What's this?" help for the widget. <em>pos</em> contains |