diff options
author | Michele Calgaro <[email protected]> | 2024-08-31 18:33:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-31 18:41:44 +0900 |
commit | e42ec295c2134770a1eb07032f5f22ca4ba1daa6 (patch) | |
tree | 1ecbc3ad607c79f1ce75ba953f9fe46ea1425b85 /doc/man/man3/tqfocusevent.3qt | |
parent | 0917fbb5387978eb7b2e2fd68bcb6beaa8c46505 (diff) | |
download | tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.tar.gz tqt3-e42ec295c2134770a1eb07032f5f22ca4ba1daa6.zip |
Rename remaining ntq[d-h]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqfocusevent.3qt')
-rw-r--r-- | doc/man/man3/tqfocusevent.3qt | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/doc/man/man3/tqfocusevent.3qt b/doc/man/man3/tqfocusevent.3qt index d114b1f01..795839b0a 100644 --- a/doc/man/man3/tqfocusevent.3qt +++ b/doc/man/man3/tqfocusevent.3qt @@ -1,5 +1,5 @@ '\" t -.TH QFocusEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- +.TH TQFocusEvent 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*- .\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the .\" license file included in the distribution for a complete license .\" statement. @@ -7,7 +7,7 @@ .ad l .nh .SH NAME -QFocusEvent \- Event parameters for widget focus events +TQFocusEvent \- Event parameters for widget focus events .SH SYNOPSIS \fC#include <tqevent.h>\fR .PP @@ -16,7 +16,7 @@ Inherits TQEvent. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQFocusEvent\fR ( Type type )" +.BI "\fBTQFocusEvent\fR ( Type type )" .br .ti -1c .BI "bool \fBgotFocus\fR () const" @@ -41,7 +41,7 @@ Inherits TQEvent. .br .in -1c .SH DESCRIPTION -The QFocusEvent class contains event parameters for widget focus events. +The TQFocusEvent class contains event parameters for widget focus events. .PP Focus events are sent to widgets when the keyboard input focus changes. Focus events occur due to mouse actions, keypresses (e.g. Tab or Backtab), the window system, popup menus, keyboard shortcuts or other application specific reasons. The reason for a particular focus event is returned by reason() in the appropriate event handler. .PP @@ -51,48 +51,48 @@ Use setReason() to set the reason for all focus events, and resetReason() to set .PP See also TQWidget::setFocus(), TQWidget::focusPolicy, and Event Classes. .SS "Member Type Documentation" -.SH "QFocusEvent::Reason" +.SH "TQFocusEvent::Reason" This enum specifies why the focus changed. .TP -\fCQFocusEvent::Mouse\fR - because of a mouse action. +\fCTQFocusEvent::Mouse\fR - because of a mouse action. .TP -\fCQFocusEvent::Tab\fR - because of a Tab press. +\fCTQFocusEvent::Tab\fR - because of a Tab press. .TP -\fCQFocusEvent::Backtab\fR - because of a Backtab press (possibly including Shift/Control, e.g. Shift+Tab). +\fCTQFocusEvent::Backtab\fR - because of a Backtab press (possibly including Shift/Control, e.g. Shift+Tab). .TP -\fCQFocusEvent::ActiveWindow\fR - because the window system made this window (in)active. +\fCTQFocusEvent::ActiveWindow\fR - because the window system made this window (in)active. .TP -\fCQFocusEvent::Popup\fR - because the application opened/closed a popup that grabbed/released focus. +\fCTQFocusEvent::Popup\fR - because the application opened/closed a popup that grabbed/released focus. .TP -\fCQFocusEvent::Shortcut\fR - because of a keyboard shortcut. +\fCTQFocusEvent::Shortcut\fR - because of a keyboard shortcut. .TP -\fCQFocusEvent::Other\fR - any other reason, usually application-specific. +\fCTQFocusEvent::Other\fR - any other reason, usually application-specific. .PP See the keyboard focus overview for more about focus. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QFocusEvent::QFocusEvent ( Type type )" +.SH "TQFocusEvent::TQFocusEvent ( Type type )" Constructs a focus event object. .PP The \fItype\fR parameter must be either TQEvent::FocusIn or TQEvent::FocusOut. -.SH "bool QFocusEvent::gotFocus () const" +.SH "bool TQFocusEvent::gotFocus () const" Returns TRUE if the widget received the text input focus; otherwise returns FALSE. -.SH "bool QFocusEvent::lostFocus () const" +.SH "bool TQFocusEvent::lostFocus () const" Returns TRUE if the widget lost the text input focus; otherwise returns FALSE. -.SH "Reason QFocusEvent::reason ()\fC [static]\fR" +.SH "Reason TQFocusEvent::reason ()\fC [static]\fR" Returns the reason for this focus event. .PP See also setReason(). -.SH "void QFocusEvent::resetReason ()\fC [static]\fR" +.SH "void TQFocusEvent::resetReason ()\fC [static]\fR" Resets the reason for all future focus events to the value before the last setReason() call. .PP See also reason() and setReason(). -.SH "void QFocusEvent::setReason ( Reason reason )\fC [static]\fR" +.SH "void TQFocusEvent::setReason ( Reason reason )\fC [static]\fR" Sets the reason for all future focus events to \fIreason\fR. .PP See also reason() and resetReason(). .SH "SEE ALSO" -.BR http://doc.trolltech.com/qfocusevent.html +.BR http://doc.trolltech.com/tqfocusevent.html .BR http://www.trolltech.com/faq/tech.html .SH COPYRIGHT Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the |