From 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 25 Aug 2024 15:36:25 +0900 Subject: Rename remaining ntq[a-c]* related files to equivalent tq* (except ntqapplication.h and ntqconfig.h) Signed-off-by: Michele Calgaro --- doc/html/tqwidget.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'doc/html/tqwidget.html') diff --git a/doc/html/tqwidget.html b/doc/html/tqwidget.html index 223017419..363f3b238 100644 --- a/doc/html/tqwidget.html +++ b/doc/html/tqwidget.html @@ -835,7 +835,7 @@ general you do not need to call it.

Closes this widget. Returns TRUE if the widget was closed; otherwise returns FALSE. -

First it sends the widget a TQCloseEvent. The widget is hidden if it accepts the close event. The default implementation of +

First it sends the widget a TQCloseEvent. The widget is hidden if it accepts the close event. The default implementation of TQWidget::closeEvent() accepts the close event.

The TQApplication::lastWindowClosed() signal is emitted when the last visible top level widget is closed. @@ -848,21 +848,21 @@ This is an overloaded member function, provided for convenience. It behaves esse otherwise returns FALSE.

If alsoDelete is TRUE or the widget has the WDestructiveClose widget flag, the widget is also deleted. The widget can prevent itself from being closed by rejecting the -TQCloseEvent it gets. A close events is delivered to the widget +TQCloseEvent it gets. A close events is delivered to the widget no matter if the widget is visible or not.

The TQApplication::lastWindowClosed() signal is emitted when the last visible top level widget is closed.

Note that closing the TQApplication::mainWidget() terminates the application. -

See also closeEvent(), TQCloseEvent, hide(), TQApplication::quit(), TQApplication::setMainWidget(), and TQApplication::lastWindowClosed(). +

See also closeEvent(), TQCloseEvent, hide(), TQApplication::quit(), TQApplication::setMainWidget(), and TQApplication::lastWindowClosed(). -

void TQWidget::closeEvent ( TQCloseEvent * e ) [virtual protected] +

void TQWidget::closeEvent ( TQCloseEvent * e ) [virtual protected]

This event handler, for event e, can be reimplemented in a subclass to receive widget close events.

The default implementation calls e->accept(), which hides this -widget. See the TQCloseEvent documentation for more details. -

See also event(), hide(), close(), and TQCloseEvent. +widget. See the TQCloseEvent documentation for more details. +

See also event(), hide(), close(), and TQCloseEvent.

Examples: action/application.cpp, application/application.cpp, chart/chartform.cpp, i18n/mywidget.cpp, mdi/application.cpp, popup/popup.cpp, and qwerty/qwerty.cpp.

const TQColorGroup & TQWidget::colorGroup () const @@ -880,14 +880,14 @@ the widget being initialized, and that may be called before widget's constructor.

See also polish(). -

void TQWidget::contextMenuEvent ( TQContextMenuEvent * e ) [virtual protected] +

void TQWidget::contextMenuEvent ( TQContextMenuEvent * e ) [virtual protected]

This event handler, for event e, can be reimplemented in a subclass to receive widget context menu events.

The default implementation calls e->ignore(), which rejects the -context event. See the TQContextMenuEvent documentation for +context event. See the TQContextMenuEvent documentation for more details. -

See also event() and TQContextMenuEvent. +

See also event() and TQContextMenuEvent.

Example: menu/menu.cpp.

void TQWidget::create ( WId window = 0, bool initializeWindow = TRUE, bool destroyOldWindow = TRUE ) [virtual protected] @@ -901,7 +901,7 @@ window yourself (using platform native code).

The TQWidget constructor calls create(0,TRUE,TRUE) to create a window for this widget. -

const TQCursor & TQWidget::cursor () const +

const TQCursor & TQWidget::cursor () const

Returns the cursor shape for this widget. See the "cursor" property for details.

bool TQWidget::customWhatsThis () const [virtual] @@ -1206,7 +1206,7 @@ button is released. grabMouse().

See also releaseMouse(), grabKeyboard(), releaseKeyboard(), grabKeyboard(), and focusWidget(). -

void TQWidget::grabMouse ( const TQCursor & cursor ) +

void TQWidget::grabMouse ( const TQCursor & cursor )

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

Grabs the mouse input and changes the cursor shape. @@ -1913,7 +1913,7 @@ the widgets base size to width basew and height baseh.

void TQWidget::setCaption ( const TQString & ) [virtual slot]

Sets the window caption (title). See the "caption" property for details. -

void TQWidget::setCursor ( const TQCursor & ) [virtual] +

void TQWidget::setCursor ( const TQCursor & ) [virtual]

Sets the cursor shape for this widget. See the "cursor" property for details.

void TQWidget::setDisabled ( bool disable ) [slot] @@ -2664,7 +2664,7 @@ inactive widget has the TQPalette::inactive

See also palette.

Get this property's value with colorGroup(). -

TQCursor cursor

+

TQCursor cursor

This property holds the cursor shape for this widget.

The mouse cursor will assume this shape when it's over this widget. See the list of predefined cursor -- cgit v1.2.3