diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqcontextmenuevent.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt-1e9fa8e0.tar.gz tqt-1e9fa8e0.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/tqcontextmenuevent.3qt')
-rw-r--r-- | doc/man/man3/tqcontextmenuevent.3qt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqcontextmenuevent.3qt b/doc/man/man3/tqcontextmenuevent.3qt index a87f445a8..b309f0445 100644 --- a/doc/man/man3/tqcontextmenuevent.3qt +++ b/doc/man/man3/tqcontextmenuevent.3qt @@ -19,10 +19,10 @@ Inherits QEvent. .BI "enum \fBReason\fR { Mouse, Keyboard, Other }" .br .ti -1c -.BI "\fBQContextMenuEvent\fR ( Reason reason, const QPoint & pos, const QPoint & globalPos, int state )" +.BI "\fBQContextMenuEvent\fR ( Reason reason, const TQPoint & pos, const TQPoint & globalPos, int state )" .br .ti -1c -.BI "\fBQContextMenuEvent\fR ( Reason reason, const QPoint & pos, int state )" +.BI "\fBQContextMenuEvent\fR ( Reason reason, const TQPoint & pos, int state )" .br .ti -1c .BI "int \fBx\fR () const" @@ -37,10 +37,10 @@ Inherits QEvent. .BI "int \fBglobalY\fR () const" .br .ti -1c -.BI "const QPoint & \fBpos\fR () const" +.BI "const TQPoint & \fBpos\fR () const" .br .ti -1c -.BI "const QPoint & \fBglobalPos\fR () const" +.BI "const TQPoint & \fBglobalPos\fR () const" .br .ti -1c .BI "ButtonState \fBstate\fR () const" @@ -84,13 +84,13 @@ This enum describes the reason the ContextMenuEvent was sent. The values are: .TP \fCQContextMenuEvent::Other\fR - The event was sent by some other means (i.e. not by the mouse or keyboard). .SH MEMBER FUNCTION DOCUMENTATION -.SH "QContextMenuEvent::QContextMenuEvent ( Reason reason, const QPoint & pos, const QPoint & globalPos, int state )" +.SH "QContextMenuEvent::QContextMenuEvent ( Reason reason, const TQPoint & pos, const TQPoint & globalPos, int state )" Constructs a context menu event object with the accept parameter flag set to FALSE. .PP The \fIreason\fR parameter must be QContextMenuEvent::Mouse or QContextMenuEvent::Keyboard. .PP The \fIpos\fR parameter specifies the mouse position relative to the receiving widget. \fIglobalPos\fR is the mouse position in absolute coordinates. \fIstate\fR is the ButtonState at the time of the event. -.SH "QContextMenuEvent::QContextMenuEvent ( Reason reason, const QPoint & pos, int state )" +.SH "QContextMenuEvent::QContextMenuEvent ( Reason reason, const TQPoint & pos, int state )" Constructs a context menu event object with the accept parameter flag set to FALSE. .PP The \fIreason\fR parameter must be QContextMenuEvent::Mouse or QContextMenuEvent::Keyboard. @@ -114,7 +114,7 @@ Setting the consume flag indicates that the receiver of this event does not want The consumed flag is not set by default. .PP See also ignore() and accept(). -.SH "const QPoint & QContextMenuEvent::globalPos () const" +.SH "const TQPoint & QContextMenuEvent::globalPos () const" Returns the global position of the mouse pointer at the time of the event. .PP See also x(), y(), and pos(). @@ -142,7 +142,7 @@ See also accept(), ignore(), and consume(). Returns TRUE (which stops propagation of the event) if the receiver has blocked the event; otherwise returns FALSE. .PP See also accept(), ignore(), and consume(). -.SH "const QPoint & QContextMenuEvent::pos () const" +.SH "const TQPoint & QContextMenuEvent::pos () const" Returns the position of the mouse pointer relative to the widget that received the event. .PP See also x(), y(), and globalPos(). |