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/ntqdesktopwidget.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.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/ntqdesktopwidget.html')
-rw-r--r-- | doc/html/ntqdesktopwidget.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/ntqdesktopwidget.html b/doc/html/ntqdesktopwidget.html index 1a2dc55a0..aa5f587a0 100644 --- a/doc/html/ntqdesktopwidget.html +++ b/doc/html/ntqdesktopwidget.html @@ -102,7 +102,7 @@ the size of the primary screen. </h3> Destroy the object and free allocated resources. -<h3 class=fn>const <a href="ntqrect.html">TQRect</a> & <a name="availableGeometry"></a>TQDesktopWidget::availableGeometry ( int screen = -1 ) const +<h3 class=fn>const <a href="tqrect.html">TQRect</a> & <a name="availableGeometry"></a>TQDesktopWidget::availableGeometry ( int screen = -1 ) const </h3> Returns the available geometry of the screen with index <em>screen</em>. What is available will be subrect of <a href="#screenGeometry">screenGeometry</a>() based on what the @@ -110,13 +110,13 @@ platform decides is available (for example excludes the Dock and Menubar on Mac OS X, or the taskbar on Windows). <p> <p>See also <a href="#screenNumber">screenNumber</a>() and <a href="#screenGeometry">screenGeometry</a>(). -<h3 class=fn>const <a href="ntqrect.html">TQRect</a> & <a name="availableGeometry-2"></a>TQDesktopWidget::availableGeometry ( <a href="tqwidget.html">TQWidget</a> * widget ) const +<h3 class=fn>const <a href="tqrect.html">TQRect</a> & <a name="availableGeometry-2"></a>TQDesktopWidget::availableGeometry ( <a href="tqwidget.html">TQWidget</a> * widget ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the available geometry of the screen which contains <em>widget</em>. <p> <p>See also <a href="#screenGeometry">screenGeometry</a>(). -<h3 class=fn>const <a href="ntqrect.html">TQRect</a> & <a name="availableGeometry-3"></a>TQDesktopWidget::availableGeometry ( const <a href="ntqpoint.html">TQPoint</a> & p ) const +<h3 class=fn>const <a href="tqrect.html">TQRect</a> & <a name="availableGeometry-3"></a>TQDesktopWidget::availableGeometry ( const <a href="tqpoint.html">TQPoint</a> & p ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the available geometry of the screen which contains <em>p</em>. @@ -161,17 +161,17 @@ have the geometry of the entire virtual desktop i.e. bounding every <em>screen</em>. <p> <p>See also <a href="#primaryScreen">primaryScreen</a>(), <a href="#numScreens">numScreens</a>(), and <a href="#isVirtualDesktop">isVirtualDesktop</a>(). -<h3 class=fn>const <a href="ntqrect.html">TQRect</a> & <a name="screenGeometry"></a>TQDesktopWidget::screenGeometry ( int screen = -1 ) const +<h3 class=fn>const <a href="tqrect.html">TQRect</a> & <a name="screenGeometry"></a>TQDesktopWidget::screenGeometry ( int screen = -1 ) const </h3> Returns the geometry of the screen with index <em>screen</em>. <p> <p>See also <a href="#screenNumber">screenNumber</a>(). -<h3 class=fn>const <a href="ntqrect.html">TQRect</a> & <a name="screenGeometry-2"></a>TQDesktopWidget::screenGeometry ( <a href="tqwidget.html">TQWidget</a> * widget ) const +<h3 class=fn>const <a href="tqrect.html">TQRect</a> & <a name="screenGeometry-2"></a>TQDesktopWidget::screenGeometry ( <a href="tqwidget.html">TQWidget</a> * widget ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the geometry of the screen which contains <em>widget</em>. -<h3 class=fn>const <a href="ntqrect.html">TQRect</a> & <a name="screenGeometry-3"></a>TQDesktopWidget::screenGeometry ( const <a href="ntqpoint.html">TQPoint</a> & p ) const +<h3 class=fn>const <a href="tqrect.html">TQRect</a> & <a name="screenGeometry-3"></a>TQDesktopWidget::screenGeometry ( const <a href="tqpoint.html">TQPoint</a> & p ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the geometry of the screen which contains <em>p</em>. @@ -182,7 +182,7 @@ Returns the index of the screen that contains the largest part of <em>widget</em>, or -1 if the widget not on a screen. <p> <p>See also <a href="#primaryScreen">primaryScreen</a>(). -<h3 class=fn>int <a name="screenNumber-2"></a>TQDesktopWidget::screenNumber ( const <a href="ntqpoint.html">TQPoint</a> & point ) const +<h3 class=fn>int <a name="screenNumber-2"></a>TQDesktopWidget::screenNumber ( const <a href="tqpoint.html">TQPoint</a> & point ) const </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Returns the index of the screen that contains <em>point</em>, or -1 if |