From 397b7afa8e3f32268c4454bf4783ac2a5a799658 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 15 Oct 2024 13:05:33 +0900 Subject: Rename ntqapplication, ntqconfig and ntqmodules files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/tqcloseevent.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/html/tqcloseevent.html') diff --git a/doc/html/tqcloseevent.html b/doc/html/tqcloseevent.html index 98405e12a..bfe2fe879 100644 --- a/doc/html/tqcloseevent.html +++ b/doc/html/tqcloseevent.html @@ -58,10 +58,10 @@ the WDestructiveClose flag). If it refus event nothing happens. (Under X11 it is possible that the window manager will forcibly close the window; but at the time of writing we are not aware of any window manager that does this.) -

The application's main widget -- TQApplication::mainWidget() -- +

The application's main widget -- TQApplication::mainWidget() -- is a special case. When it accepts the close event, TQt leaves the main event loop and the application is immediately terminated -(i.e. it returns from the call to TQApplication::exec() in the +(i.e. it returns from the call to TQApplication::exec() in the main() function).

The event handler TQWidget::closeEvent() receives close events. The default implementation of this event handler accepts the close @@ -75,12 +75,12 @@ with the WDestructiveClose widget flag. independent top-level windows in a multi-window application.

TQObjects emits the destroyed() signal when they are deleted.

If the last top-level window is closed, the -TQApplication::lastWindowClosed() signal is emitted. +TQApplication::lastWindowClosed() signal is emitted.

The isAccepted() function returns TRUE if the event's receiver has agreed to close the widget; call accept() to agree to close the widget and call ignore() if the receiver of this event does not want the widget to be closed. -

See also TQWidget::close(), TQWidget::hide(), TQObject::destroyed(), TQApplication::setMainWidget(), TQApplication::lastWindowClosed(), TQApplication::exec(), TQApplication::quit(), and Event Classes. +

See also TQWidget::close(), TQWidget::hide(), TQObject::destroyed(), TQApplication::setMainWidget(), TQApplication::lastWindowClosed(), TQApplication::exec(), TQApplication::quit(), and Event Classes.


Member Function Documentation

TQCloseEvent::TQCloseEvent () -- cgit v1.2.1