diff options
Diffstat (limited to 'doc/html/ntqdesktopwidget.html')
-rw-r--r-- | doc/html/ntqdesktopwidget.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqdesktopwidget.html b/doc/html/ntqdesktopwidget.html index e404289c6..1f32a0c6d 100644 --- a/doc/html/ntqdesktopwidget.html +++ b/doc/html/ntqdesktopwidget.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQDesktopWidget class provides access to screen information on multi-head systems. <a href="#details">More...</a> <p><tt>#include <<a href="qdesktopwidget-h.html">ntqdesktopwidget.h</a>></tt> -<p>Inherits <a href="ntqwidget.html">TQWidget</a>. +<p>Inherits <a href="tqwidget.html">TQWidget</a>. <p><a href="qdesktopwidget-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -110,7 +110,7 @@ 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="ntqwidget.html">TQWidget</a> * widget ) const +<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> 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>. @@ -144,7 +144,7 @@ Returns the index of the primary screen. </h3> This signal is emitted when the size of <em>screen</em> changes. -<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="screen"></a>TQDesktopWidget::screen ( int screen = -1 ) +<h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="screen"></a>TQDesktopWidget::screen ( int screen = -1 ) </h3> Returns a widget that represents the screen with index <em>screen</em>. This widget can be used to draw directly on the desktop, using an @@ -166,7 +166,7 @@ every <em>screen</em>. 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="ntqwidget.html">TQWidget</a> * widget ) const +<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> 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>. @@ -176,7 +176,7 @@ This is an overloaded member function, provided for convenience. It behaves esse 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>. -<h3 class=fn>int <a name="screenNumber"></a>TQDesktopWidget::screenNumber ( <a href="ntqwidget.html">TQWidget</a> * widget = 0 ) const +<h3 class=fn>int <a name="screenNumber"></a>TQDesktopWidget::screenNumber ( <a href="tqwidget.html">TQWidget</a> * widget = 0 ) const </h3> Returns the index of the screen that contains the largest part of <em>widget</em>, or -1 if the widget not on a screen. |