summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcontextmenuevent.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:38:31 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-07-31 13:43:03 +0900
commit6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch)
treeb029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqcontextmenuevent.3qt
parent81ade129093a279e6537db25710583fd2bba9427 (diff)
downloadtqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz
tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqcontextmenuevent.3qt')
-rw-r--r--doc/man/man3/tqcontextmenuevent.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqcontextmenuevent.3qt b/doc/man/man3/tqcontextmenuevent.3qt
index 3b58990d2..cde5444a5 100644
--- a/doc/man/man3/tqcontextmenuevent.3qt
+++ b/doc/man/man3/tqcontextmenuevent.3qt
@@ -85,13 +85,13 @@ This enum describes the reason the ContextMenuEvent was sent. The values are:
\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 )"
-Constructs a context menu event object with the accept parameter flag set to FALSE.
+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 )"
-Constructs a context menu event object with the accept parameter flag set to FALSE.
+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
@@ -135,11 +135,11 @@ The accept flag is not set by default.
.PP
See also accept() and consume().
.SH "bool QContextMenuEvent::isAccepted () const"
-Returns TRUE if the receiver has processed the event; otherwise returns FALSE.
+Returns true if the receiver has processed the event; otherwise returns false.
.PP
See also accept(), ignore(), and consume().
.SH "bool QContextMenuEvent::isConsumed () const"
-Returns TRUE (which stops propagation of the event) if the receiver has blocked the event; otherwise returns FALSE.
+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"