From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqtooltip.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/ntqtooltip.html') diff --git a/doc/html/ntqtooltip.html b/doc/html/ntqtooltip.html index c159d97dd..8880d30e8 100644 --- a/doc/html/ntqtooltip.html +++ b/doc/html/ntqtooltip.html @@ -166,7 +166,7 @@ TQToolTip is not deleted when widget is deleted.

See also maybeTip(). -

void TQToolTip::add ( TQWidget * widget, const TQString & text ) [static] +

void TQToolTip::add ( TQWidget * widget, const TQString & text ) [static]

Adds a tool tip to widget. text is the text to be shown in the tool tip. @@ -175,7 +175,7 @@ suitable for adding tool tips to buttons, checkboxes, comboboxes and so on.

Examples: helpsystem/mainwindow.cpp, qdir/qdir.cpp, scribble/scribble.cpp, and tooltip/tooltip.cpp. -

void TQToolTip::add ( TQWidget * widget, const TQString & text, TQToolTipGroup * group, const TQString & longText ) [static] +

void TQToolTip::add ( TQWidget * widget, const TQString & text, TQToolTipGroup * group, const TQString & longText ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Adds a tool tip to widget and to tool tip group group. @@ -184,13 +184,13 @@ text emitted from group.

Normally, longText is shown in a status bar or similar. -

void TQToolTip::add ( TQWidget * widget, const TQRect & rect, const TQString & text ) [static] +

void TQToolTip::add ( TQWidget * widget, const TQRect & rect, const TQString & text ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Adds a tool tip to a fixed rectangle, rect, within widget. text is the text shown in the tool tip. -

void TQToolTip::add ( TQWidget * widget, const TQRect & rect, const TQString & text, TQToolTipGroup * group, const TQString & groupText ) [static] +

void TQToolTip::add ( TQWidget * widget, const TQRect & rect, const TQString & text, TQToolTipGroup * group, const TQString & groupText ) [static]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Adds a tool tip to an entire widget and to tool tip group group. The tooltip will disappear when the mouse leaves the rect. @@ -317,13 +317,13 @@ Sets the palette for all tool tips to palette. Sets the wakeup delay for all tooltips to i milliseconds. -

TQString TQToolTip::textFor ( TQWidget * widget, const TQPoint & pos = TQPoint ( ) ) [static] +

TQString TQToolTip::textFor ( TQWidget * widget, const TQPoint & pos = TQPoint ( ) ) [static]

Returns the tool tip text for widget at position pos, or -TQString::null if there is no tool tip for the given widget and +TQString::null if there is no tool tip for the given widget and position. -

void TQToolTip::tip ( const TQRect & rect, const TQString & text ) [protected] +

void TQToolTip::tip ( const TQRect & rect, const TQString & text ) [protected]

Immediately pops up a tip saying text and removes the tip once the cursor moves out of rectangle rect (which is given in the @@ -331,7 +331,7 @@ coordinate system of the widget this TQToolTip relates to).

The tip will not reappear if the cursor moves back; your maybeTip() must reinstate it each time. -

void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQString & groupText ) [protected] +

void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQString & groupText ) [protected]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Immediately pops up a tip saying text and removes that tip once @@ -340,7 +340,7 @@ coordinate system of the widget this TQToolTip relates to). groupText i

The tip will not reappear if the cursor moves back; your maybeTip() must reinstate it each time. -

void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQRect & geometry ) [protected] +

void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQRect & geometry ) [protected]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Immediately pops up a tip within the rectangle geometry, saying @@ -351,7 +351,7 @@ widget this TQToolTip relates to. maybeTip() must reinstate it each time.

If the tip does not fit inside geometry, the tip expands. -

void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQString & groupText, const TQRect & geometry ) [protected] +

void TQToolTip::tip ( const TQRect & rect, const TQString & text, const TQString & groupText, const TQRect & geometry ) [protected]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Immediately pops up a tip within the rectangle geometry, saying -- cgit v1.2.3