summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtooltip.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-20 20:15:52 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-21 23:04:19 +0900
commit1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch)
tree5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqtooltip.3qt
parent14c414378d96f7463b989384f4a0e5dd76632b6d (diff)
downloadtqt-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz
tqt-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/man/man3/tqtooltip.3qt')
-rw-r--r--doc/man/man3/tqtooltip.3qt44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/man/man3/tqtooltip.3qt b/doc/man/man3/tqtooltip.3qt
index 98138cfcc..efc66404f 100644
--- a/doc/man/man3/tqtooltip.3qt
+++ b/doc/man/man3/tqtooltip.3qt
@@ -37,16 +37,16 @@ Inherits Qt.
.BI "void \fBremove\fR ( TQWidget * widget )"
.br
.ti -1c
-.BI "void \fBadd\fR ( TQWidget * widget, const QRect & rect, const TQString & text )"
+.BI "void \fBadd\fR ( TQWidget * widget, const TQRect & rect, const TQString & text )"
.br
.ti -1c
-.BI "void \fBadd\fR ( TQWidget * widget, const QRect & rect, const TQString & text, TQToolTipGroup * group, const TQString & groupText )"
+.BI "void \fBadd\fR ( TQWidget * widget, const TQRect & rect, const TQString & text, TQToolTipGroup * group, const TQString & groupText )"
.br
.ti -1c
-.BI "void \fBremove\fR ( TQWidget * widget, const QRect & rect )"
+.BI "void \fBremove\fR ( TQWidget * widget, const TQRect & rect )"
.br
.ti -1c
-.BI "TQString \fBtextFor\fR ( TQWidget * widget, const QPoint & pos = QPoint ( ) )"
+.BI "TQString \fBtextFor\fR ( TQWidget * widget, const TQPoint & pos = TQPoint ( ) )"
.br
.ti -1c
.BI "void \fBhide\fR ()"
@@ -58,10 +58,10 @@ Inherits Qt.
.BI "void \fBsetFont\fR ( const TQFont & font )"
.br
.ti -1c
-.BI "QPalette \fBpalette\fR ()"
+.BI "TQPalette \fBpalette\fR ()"
.br
.ti -1c
-.BI "void \fBsetPalette\fR ( const QPalette & palette )"
+.BI "void \fBsetPalette\fR ( const TQPalette & palette )"
.br
.ti -1c
.BI "void setEnabled ( bool enable ) \fI(obsolete)\fR"
@@ -82,19 +82,19 @@ Inherits Qt.
.SS "Protected Members"
.in +1c
.ti -1c
-.BI "virtual void \fBmaybeTip\fR ( const QPoint & p ) = 0"
+.BI "virtual void \fBmaybeTip\fR ( const TQPoint & p ) = 0"
.br
.ti -1c
-.BI "void \fBtip\fR ( const QRect & rect, const TQString & text )"
+.BI "void \fBtip\fR ( const TQRect & rect, const TQString & text )"
.br
.ti -1c
-.BI "void \fBtip\fR ( const QRect & rect, const TQString & text, const TQString & groupText )"
+.BI "void \fBtip\fR ( const TQRect & rect, const TQString & text, const TQString & groupText )"
.br
.ti -1c
-.BI "void \fBtip\fR ( const QRect & rect, const TQString & text, const QRect & geometry )"
+.BI "void \fBtip\fR ( const TQRect & rect, const TQString & text, const TQRect & geometry )"
.br
.ti -1c
-.BI "void \fBtip\fR ( const QRect & rect, const TQString & text, const TQString & groupText, const QRect & geometry )"
+.BI "void \fBtip\fR ( const TQRect & rect, const TQString & text, const TQString & groupText, const TQRect & geometry )"
.br
.ti -1c
.BI "void \fBclear\fR ()"
@@ -202,11 +202,11 @@ Adds a tool tip to \fIwidget\fR and to tool tip group \fIgroup\fR.
\fItext\fR is the text shown in the tool tip and \fIlongText\fR is the text emitted from \fIgroup\fR.
.PP
Normally, \fIlongText\fR is shown in a status bar or similar.
-.SH "void TQToolTip::add ( TQWidget * widget, const QRect & rect, const TQString & text )\fC [static]\fR"
+.SH "void TQToolTip::add ( TQWidget * widget, const TQRect & rect, const TQString & text )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Adds a tool tip to a fixed rectangle, \fIrect\fR, within \fIwidget\fR. \fItext\fR is the text shown in the tool tip.
-.SH "void TQToolTip::add ( TQWidget * widget, const QRect & rect, const TQString & text, TQToolTipGroup * group, const TQString & groupText )\fC [static]\fR"
+.SH "void TQToolTip::add ( TQWidget * widget, const TQRect & rect, const TQString & text, TQToolTipGroup * group, const TQString & groupText )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Adds a tool tip to an entire \fIwidget\fR and to tool tip group \fIgroup\fR. The tooltip will disappear when the mouse leaves the \fIrect\fR.
@@ -236,7 +236,7 @@ Normally, there is no need to call this function; TQToolTip takes care of showin
Returns whether tool tips are enabled globally.
.PP
See also setGloballyEnabled().
-.SH "void TQToolTip::maybeTip ( const QPoint & p )\fC [pure virtual protected]\fR"
+.SH "void TQToolTip::maybeTip ( const TQPoint & p )\fC [pure virtual protected]\fR"
This pure virtual function is half of the most versatile interface TQToolTip offers.
.PP
It is called when there is a possibility that a tool tip should be shown and must decide whether there is a tool tip for the point \fIp\fR in the widget that this TQToolTip object relates to. If so, maybeTip() must call tip() with the rectangle the tip applies to, the tip's text and optionally the TQToolTipGroup details and the geometry in screen coordinates.
@@ -261,7 +261,7 @@ See also tip().
.PP
Examples:
.)l helpsystem/tooltip.cpp and tooltip/tooltip.cpp.
-.SH "QPalette TQToolTip::palette ()\fC [static]\fR"
+.SH "TQPalette TQToolTip::palette ()\fC [static]\fR"
Returns the palette common to all tool tips.
.PP
See also setPalette().
@@ -275,7 +275,7 @@ See also group().
Removes the tool tip from \fIwidget\fR.
.PP
If there is more than one tool tip on \fIwidget\fR, only the one covering the entire widget is removed.
-.SH "void TQToolTip::remove ( TQWidget * widget, const QRect & rect )\fC [static]\fR"
+.SH "void TQToolTip::remove ( TQWidget * widget, const TQRect & rect )\fC [static]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Removes any tool tip for \fIrect\fR from \fIwidget\fR.
@@ -293,25 +293,25 @@ If \fIenable\fR is TRUE sets all tool tips to be enabled (shown when needed); if
By default, tool tips are enabled. Note that this function affects all tool tips in the entire application.
.PP
See also TQToolTipGroup::enabled.
-.SH "void TQToolTip::setPalette ( const QPalette & palette )\fC [static]\fR"
+.SH "void TQToolTip::setPalette ( const TQPalette & palette )\fC [static]\fR"
Sets the palette for all tool tips to \fIpalette\fR.
.PP
See also palette().
.SH "void TQToolTip::setWakeUpDelay ( int i )\fC [static]\fR"
Sets the wakeup delay for all tooltips to \fIi\fR milliseconds.
-.SH "TQString TQToolTip::textFor ( TQWidget * widget, const QPoint & pos = QPoint ( ) )\fC [static]\fR"
+.SH "TQString TQToolTip::textFor ( TQWidget * widget, const TQPoint & pos = TQPoint ( ) )\fC [static]\fR"
Returns the tool tip text for \fIwidget\fR at position \fIpos\fR, or TQString::null if there is no tool tip for the given widget and position.
-.SH "void TQToolTip::tip ( const QRect & rect, const TQString & text )\fC [protected]\fR"
+.SH "void TQToolTip::tip ( const TQRect & rect, const TQString & text )\fC [protected]\fR"
Immediately pops up a tip saying \fItext\fR and removes the tip once the cursor moves out of rectangle \fIrect\fR (which is given in the coordinate system of the widget this TQToolTip relates to).
.PP
The tip will not reappear if the cursor moves back; your maybeTip() must reinstate it each time.
-.SH "void TQToolTip::tip ( const QRect & rect, const TQString & text, const TQString & groupText )\fC [protected]\fR"
+.SH "void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQString & groupText )\fC [protected]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Immediately pops up a tip saying \fItext\fR and removes that tip once the cursor moves out of rectangle \fIrect\fR (which is given in the coordinate system of the widget this TQToolTip relates to). \fIgroupText\fR is the text emitted from the group.
.PP
The tip will not reappear if the cursor moves back; your maybeTip() must reinstate it each time.
-.SH "void TQToolTip::tip ( const QRect & rect, const TQString & text, const QRect & geometry )\fC [protected]\fR"
+.SH "void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQRect & geometry )\fC [protected]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Immediately pops up a tip within the rectangle \fIgeometry\fR, saying \fItext\fR and removes the tip once the cursor moves out of rectangle \fIrect\fR. Both rectangles are given in the coordinate system of the widget this TQToolTip relates to.
@@ -319,7 +319,7 @@ Immediately pops up a tip within the rectangle \fIgeometry\fR, saying \fItext\fR
The tip will not reappear if the cursor moves back; your maybeTip() must reinstate it each time.
.PP
If the tip does not fit inside \fIgeometry\fR, the tip expands.
-.SH "void TQToolTip::tip ( const QRect & rect, const TQString & text, const TQString & groupText, const QRect & geometry )\fC [protected]\fR"
+.SH "void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQString & groupText, const TQRect & geometry )\fC [protected]\fR"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Immediately pops up a tip within the rectangle \fIgeometry\fR, saying \fItext\fR and removes the tip once the cursor moves out of rectangle \fIrect\fR. \fIgroupText\fR is the text emitted from the group. Both rectangles are given in the coordinate system of the widget this TQToolTip relates to.