summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqbutton.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqbutton.html')
-rw-r--r--doc/html/ntqbutton.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/ntqbutton.html b/doc/html/ntqbutton.html
index 92676a71f..08d4cb3e8 100644
--- a/doc/html/ntqbutton.html
+++ b/doc/html/ntqbutton.html
@@ -135,7 +135,7 @@ user clicks a toggle button to toggle it on, the button is first
<em>pressed</em> and then released into the <em>on</em> state. When the user
clicks it again (to toggle it off), the button moves first to the
<em>pressed</em> state, then to the <em>off</em> state (isOn() and isDown()
-are both FALSE).
+are both false).
<p> Default buttons (as used in many dialogs) are provided by
<a href="ntqpushbutton.html#setDefault">TQPushButton::setDefault</a>() and <a href="ntqpushbutton.html#setAutoDefault">TQPushButton::setAutoDefault</a>().
<p> TQButton provides five signals:
@@ -229,10 +229,10 @@ short while later.
<p> <p>See also <a href="#accel-prop">accel</a>.
<h3 class=fn>bool <a name="autoRepeat"></a>TQButton::autoRepeat () const
-</h3><p>Returns TRUE if autoRepeat is enabled; otherwise returns FALSE.
+</h3><p>Returns true if autoRepeat is enabled; otherwise returns false.
See the <a href="ntqbutton.html#autoRepeat-prop">"autoRepeat"</a> property for details.
<h3 class=fn>bool <a name="autoResize"></a>TQButton::autoResize () const
-</h3><p>Returns TRUE if autoResize is enabled; otherwise returns FALSE.
+</h3><p>Returns true if autoResize is enabled; otherwise returns false.
See the <a href="ntqbutton.html#autoResize-prop">"autoResize"</a> property for details.
<h3 class=fn>void <a name="clicked"></a>TQButton::clicked ()<tt> [signal]</tt>
</h3>
@@ -272,22 +272,22 @@ returns 0.
<h3 class=fn>bool <a name="hitButton"></a>TQButton::hitButton ( const&nbsp;<a href="ntqpoint.html">TQPoint</a>&nbsp;&amp;&nbsp;pos ) const<tt> [virtual protected]</tt>
</h3>
-Returns TRUE if <em>pos</em> is inside the clickable button rectangle;
-otherwise returns FALSE.
+Returns true if <em>pos</em> is inside the clickable button rectangle;
+otherwise returns false.
<p> By default, the clickable area is the entire widget. Subclasses
may reimplement it, though.
<h3 class=fn>bool <a name="isDown"></a>TQButton::isDown () const
-</h3><p>Returns TRUE if the button is pressed; otherwise returns FALSE.
+</h3><p>Returns true if the button is pressed; otherwise returns false.
See the <a href="ntqbutton.html#down-prop">"down"</a> property for details.
<h3 class=fn>bool <a name="isExclusiveToggle"></a>TQButton::isExclusiveToggle () const
-</h3><p>Returns TRUE if the button is an exclusive toggle; otherwise returns FALSE.
+</h3><p>Returns true if the button is an exclusive toggle; otherwise returns false.
See the <a href="ntqbutton.html#exclusiveToggle-prop">"exclusiveToggle"</a> property for details.
<h3 class=fn>bool <a name="isOn"></a>TQButton::isOn () const
-</h3><p>Returns TRUE if the button is toggled; otherwise returns FALSE.
+</h3><p>Returns true if the button is toggled; otherwise returns false.
See the <a href="ntqbutton.html#on-prop">"on"</a> property for details.
<h3 class=fn>bool <a name="isToggleButton"></a>TQButton::isToggleButton () const
-</h3><p>Returns TRUE if the button is a toggle button; otherwise returns FALSE.
+</h3><p>Returns true if the button is a toggle button; otherwise returns false.
See the <a href="ntqbutton.html#toggleButton-prop">"toggleButton"</a> property for details.
<h3 class=fn>void <a name="paintEvent"></a>TQButton::paintEvent ( <a href="qpaintevent.html">TQPaintEvent</a>&nbsp;* )<tt> [virtual protected]</tt>
</h3>
@@ -329,7 +329,7 @@ See the <a href="ntqbutton.html#down-prop">"down"</a> property for details.
<h3 class=fn>void <a name="setOn"></a>TQButton::setOn ( bool&nbsp;on )<tt> [protected]</tt>
</h3>
-<p> Sets the state of this button to On if <em>on</em> is TRUE; otherwise to
+<p> Sets the state of this button to On if <em>on</em> is true; otherwise to
Off.
<p> <p>See also <a href="#toggleState-prop">toggleState</a>.
@@ -346,8 +346,8 @@ See the <a href="ntqbutton.html#text-prop">"text"</a> property for details.
<h3 class=fn>void <a name="setToggleButton"></a>TQButton::setToggleButton ( bool&nbsp;b )<tt> [protected]</tt>
</h3>
-<p> If <em>b</em> is TRUE, this button becomes a toggle button; if <em>b</em> is
-FALSE, this button becomes a command button.
+<p> If <em>b</em> is true, this button becomes a toggle button; if <em>b</em> is
+false, this button becomes a command button.
<p> <p>See also <a href="#toggleButton-prop">toggleButton</a>.
<h3 class=fn>void <a name="setToggleType"></a>TQButton::setToggleType ( <a href="ntqbutton.html#ToggleType-enum">ToggleType</a>&nbsp;type )<tt> [virtual protected]</tt>
@@ -382,7 +382,7 @@ See the <a href="ntqbutton.html#toggleType-prop">"toggleType"</a> property for d
<h3 class=fn>void <a name="toggled"></a>TQButton::toggled ( bool&nbsp;on )<tt> [signal]</tt>
</h3>
-<p> This signal is emitted whenever a toggle button changes status. <em>on</em> is TRUE if the button is on, or FALSE if the button is off.
+<p> This signal is emitted whenever a toggle button changes status. <em>on</em> is true if the button is on, or false if the button is off.
<p> This may be the result of a user action, <a href="#toggle">toggle</a>() slot activation,
or because <a href="#setOn">setOn</a>() was called.
<p> <p>See also <a href="#clicked">clicked</a>().
@@ -410,16 +410,16 @@ whenever the contents are changed.
<p>Set this property's value with <a href="#setAutoResize">setAutoResize</a>() and get this property's value with <a href="#autoResize">autoResize</a>().
<h3 class=fn>bool <a name="down-prop"></a>down</h3>
<p>This property holds whether the button is pressed.
-<p>If this property is TRUE, the button is pressed down. The signals
+<p>If this property is true, the button is pressed down. The signals
<a href="#pressed">pressed</a>() and <a href="#clicked">clicked</a>() are not emitted if you set this property
-to TRUE. The default is FALSE.
+to true. The default is false.
<p>Set this property's value with <a href="#setDown">setDown</a>() and get this property's value with <a href="#isDown">isDown</a>().
<h3 class=fn>bool <a name="exclusiveToggle-prop"></a>exclusiveToggle</h3>
<p>This property holds whether the button is an exclusive toggle.
-<p>If this property is TRUE and the button is in a <a href="ntqbuttongroup.html">TQButtonGroup</a>, the
+<p>If this property is true and the button is in a <a href="ntqbuttongroup.html">TQButtonGroup</a>, the
button can only be toggled off by another one being toggled on.
-The default is FALSE.
+The default is false.
<p>Get this property's value with <a href="#isExclusiveToggle">isExclusiveToggle</a>().
<h3 class=fn>bool <a name="on-prop"></a>on</h3>
@@ -449,7 +449,7 @@ defined by the text.
<p>Set this property's value with <a href="#setText">setText</a>() and get this property's value with <a href="#text">text</a>().
<h3 class=fn>bool <a name="toggleButton-prop"></a>toggleButton</h3>
<p>This property holds whether the button is a toggle button.
-<p>The default value is FALSE.
+<p>The default value is false.
<p>Get this property's value with <a href="#isToggleButton">isToggleButton</a>().
<h3 class=fn><a href="ntqbutton.html#ToggleState-enum">ToggleState</a> <a name="toggleState-prop"></a>toggleState</h3>