summaryrefslogtreecommitdiffstats
path: root/doc/html/qcontextmenuevent.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/qcontextmenuevent.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcontextmenuevent.html')
-rw-r--r--doc/html/qcontextmenuevent.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qcontextmenuevent.html b/doc/html/qcontextmenuevent.html
index 9bf3fd177..73c20d9de 100644
--- a/doc/html/qcontextmenuevent.html
+++ b/doc/html/qcontextmenuevent.html
@@ -91,7 +91,7 @@ the mouse or keyboard).
</h3>
<p> Constructs a context menu event object with the accept parameter
-flag set to FALSE.
+flag set to false.
<p> The <em>reason</em> parameter must be <a href="#Reason-enum">TQContextMenuEvent::Mouse</a> or <a href="#Reason-enum">TQContextMenuEvent::Keyboard</a>.
<p> The <em>pos</em> parameter specifies the mouse position relative to the
receiving widget. <em>globalPos</em> is the mouse position in absolute
@@ -101,7 +101,7 @@ coordinates. <em>state</em> is the ButtonState at the time of the event.
</h3>
<p> Constructs a context menu event object with the accept parameter
-flag set to FALSE.
+flag set to false.
<p> The <em>reason</em> parameter must be <a href="#Reason-enum">TQContextMenuEvent::Mouse</a> or <a href="#Reason-enum">TQContextMenuEvent::Keyboard</a>.
<p> The <em>pos</em> parameter specifies the mouse position relative to the
receiving widget. <em>state</em> is the ButtonState at the time of the
@@ -164,15 +164,15 @@ the consumed flag as well.
<h3 class=fn>bool <a name="isAccepted"></a>TQContextMenuEvent::isAccepted () const
</h3>
-<p> Returns TRUE if the receiver has processed the event; otherwise
-returns FALSE.
+<p> Returns true if the receiver has processed the event; otherwise
+returns false.
<p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>().
<h3 class=fn>bool <a name="isConsumed"></a>TQContextMenuEvent::isConsumed () const
</h3>
-<p> Returns TRUE (which stops propagation of the event) if the
-receiver has blocked the event; otherwise returns FALSE.
+<p> Returns true (which stops propagation of the event) if the
+receiver has blocked the event; otherwise returns false.
<p> <p>See also <a href="#accept">accept</a>(), <a href="#ignore">ignore</a>(), and <a href="#consume">consume</a>().
<h3 class=fn>const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp; <a name="pos"></a>TQContextMenuEvent::pos () const