summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqdesktopwidget.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqdesktopwidget.3qt')
-rw-r--r--doc/man/man3/tqdesktopwidget.3qt28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqdesktopwidget.3qt b/doc/man/man3/tqdesktopwidget.3qt
index 1841c3bf..7dd8d13e 100644
--- a/doc/man/man3/tqdesktopwidget.3qt
+++ b/doc/man/man3/tqdesktopwidget.3qt
@@ -34,28 +34,28 @@ Inherits TQWidget.
.BI "int \fBscreenNumber\fR ( TQWidget * widget = 0 ) const"
.br
.ti -1c
-.BI "int \fBscreenNumber\fR ( const QPoint & point ) const"
+.BI "int \fBscreenNumber\fR ( const TQPoint & point ) const"
.br
.ti -1c
.BI "TQWidget * \fBscreen\fR ( int screen = -1 )"
.br
.ti -1c
-.BI "const QRect & \fBscreenGeometry\fR ( int screen = -1 ) const"
+.BI "const TQRect & \fBscreenGeometry\fR ( int screen = -1 ) const"
.br
.ti -1c
-.BI "const QRect & \fBscreenGeometry\fR ( TQWidget * widget ) const"
+.BI "const TQRect & \fBscreenGeometry\fR ( TQWidget * widget ) const"
.br
.ti -1c
-.BI "const QRect & \fBscreenGeometry\fR ( const QPoint & p ) const"
+.BI "const TQRect & \fBscreenGeometry\fR ( const TQPoint & p ) const"
.br
.ti -1c
-.BI "const QRect & \fBavailableGeometry\fR ( int screen = -1 ) const"
+.BI "const TQRect & \fBavailableGeometry\fR ( int screen = -1 ) const"
.br
.ti -1c
-.BI "const QRect & \fBavailableGeometry\fR ( TQWidget * widget ) const"
+.BI "const TQRect & \fBavailableGeometry\fR ( TQWidget * widget ) const"
.br
.ti -1c
-.BI "const QRect & \fBavailableGeometry\fR ( const QPoint & p ) const"
+.BI "const TQRect & \fBavailableGeometry\fR ( const TQPoint & p ) const"
.br
.in -1c
.SS "Signals"
@@ -93,17 +93,17 @@ If the system supports a virtual desktop, this widget will have the size of the
Instead of using QDesktopWidget directly, use QApplication::desktop().
.SH "QDesktopWidget::~QDesktopWidget ()"
Destroy the object and free allocated resources.
-.SH "const QRect & QDesktopWidget::availableGeometry ( int screen = -1 ) const"
+.SH "const TQRect & QDesktopWidget::availableGeometry ( int screen = -1 ) const"
Returns the available geometry of the screen with index \fIscreen\fR. What is available will be subrect of screenGeometry() based on what the platform decides is available (for example excludes the Dock and Menubar on Mac OS X, or the taskbar on Windows).
.PP
See also screenNumber() and screenGeometry().
-.SH "const QRect & QDesktopWidget::availableGeometry ( TQWidget * widget ) const"
+.SH "const TQRect & QDesktopWidget::availableGeometry ( TQWidget * widget ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the available geometry of the screen which contains \fIwidget\fR.
.PP
See also screenGeometry().
-.SH "const QRect & QDesktopWidget::availableGeometry ( const QPoint & p ) const"
+.SH "const TQRect & QDesktopWidget::availableGeometry ( const TQPoint & p ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the available geometry of the screen which contains \fIp\fR.
@@ -141,15 +141,15 @@ Returns a widget that represents the screen with index \fIscreen\fR. This widget
If the system uses a virtual desktop, the returned widget will have the geometry of the entire virtual desktop i.e. bounding every \fIscreen\fR.
.PP
See also primaryScreen(), numScreens(), and isVirtualDesktop().
-.SH "const QRect & QDesktopWidget::screenGeometry ( int screen = -1 ) const"
+.SH "const TQRect & QDesktopWidget::screenGeometry ( int screen = -1 ) const"
Returns the geometry of the screen with index \fIscreen\fR.
.PP
See also screenNumber().
-.SH "const QRect & QDesktopWidget::screenGeometry ( TQWidget * widget ) const"
+.SH "const TQRect & QDesktopWidget::screenGeometry ( TQWidget * widget ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the geometry of the screen which contains \fIwidget\fR.
-.SH "const QRect & QDesktopWidget::screenGeometry ( const QPoint & p ) const"
+.SH "const TQRect & QDesktopWidget::screenGeometry ( const TQPoint & p ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the geometry of the screen which contains \fIp\fR.
@@ -157,7 +157,7 @@ Returns the geometry of the screen which contains \fIp\fR.
Returns the index of the screen that contains the largest part of \fIwidget\fR, or -1 if the widget not on a screen.
.PP
See also primaryScreen().
-.SH "int QDesktopWidget::screenNumber ( const QPoint & point ) const"
+.SH "int QDesktopWidget::screenNumber ( const TQPoint & point ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the index of the screen that contains \fIpoint\fR, or -1 if no screen contains the point.