summaryrefslogtreecommitdiffstats
path: root/doc/html/tqmultilineedit.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqmultilineedit.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqmultilineedit.html')
-rw-r--r--doc/html/tqmultilineedit.html70
1 files changed, 35 insertions, 35 deletions
diff --git a/doc/html/tqmultilineedit.html b/doc/html/tqmultilineedit.html
index 8505a18d3..687dc56eb 100644
--- a/doc/html/tqmultilineedit.html
+++ b/doc/html/tqmultilineedit.html
@@ -79,15 +79,15 @@ body { background: #ffffff; color: black; }
<li class=fn>virtual void <a href="#insertAndMark"><b>insertAndMark</b></a> ( const&nbsp;TQString&nbsp;&amp;&nbsp;str, bool&nbsp;mark )</li>
<li class=fn>virtual void <a href="#newLine"><b>newLine</b></a> ()</li>
<li class=fn>virtual void <a href="#killLine"><b>killLine</b></a> ()</li>
-<li class=fn>virtual void <a href="#pageUp"><b>pageUp</b></a> ( bool&nbsp;mark = FALSE )</li>
-<li class=fn>virtual void <a href="#pageDown"><b>pageDown</b></a> ( bool&nbsp;mark = FALSE )</li>
-<li class=fn>virtual void <a href="#cursorLeft"><b>cursorLeft</b></a> ( bool&nbsp;mark = FALSE, bool&nbsp;wrap = TRUE )</li>
-<li class=fn>virtual void <a href="#cursorRight"><b>cursorRight</b></a> ( bool&nbsp;mark = FALSE, bool&nbsp;wrap = TRUE )</li>
-<li class=fn>virtual void <a href="#cursorUp"><b>cursorUp</b></a> ( bool&nbsp;mark = FALSE )</li>
-<li class=fn>virtual void <a href="#cursorDown"><b>cursorDown</b></a> ( bool&nbsp;mark = FALSE )</li>
+<li class=fn>virtual void <a href="#pageUp"><b>pageUp</b></a> ( bool&nbsp;mark = false )</li>
+<li class=fn>virtual void <a href="#pageDown"><b>pageDown</b></a> ( bool&nbsp;mark = false )</li>
+<li class=fn>virtual void <a href="#cursorLeft"><b>cursorLeft</b></a> ( bool&nbsp;mark = false, bool&nbsp;wrap = true )</li>
+<li class=fn>virtual void <a href="#cursorRight"><b>cursorRight</b></a> ( bool&nbsp;mark = false, bool&nbsp;wrap = true )</li>
+<li class=fn>virtual void <a href="#cursorUp"><b>cursorUp</b></a> ( bool&nbsp;mark = false )</li>
+<li class=fn>virtual void <a href="#cursorDown"><b>cursorDown</b></a> ( bool&nbsp;mark = false )</li>
<li class=fn>virtual void <a href="#backspace"><b>backspace</b></a> ()</li>
-<li class=fn>virtual void <a href="#home"><b>home</b></a> ( bool&nbsp;mark = FALSE )</li>
-<li class=fn>virtual void <a href="#end"><b>end</b></a> ( bool&nbsp;mark = FALSE )</li>
+<li class=fn>virtual void <a href="#home"><b>home</b></a> ( bool&nbsp;mark = false )</li>
+<li class=fn>virtual void <a href="#end"><b>end</b></a> ( bool&nbsp;mark = false )</li>
<li class=fn>bool <a href="#getMarkedRegion"><b>getMarkedRegion</b></a> ( int&nbsp;*&nbsp;line1, int&nbsp;*&nbsp;col1, int&nbsp;*&nbsp;line2, int&nbsp;*&nbsp;col2 ) const</li>
<li class=fn>int <a href="#lineLength"><b>lineLength</b></a> ( int&nbsp;row ) const</li>
</ul>
@@ -127,10 +127,10 @@ Constructs a new, empty, TQMultiLineEdit with parent <em>parent</em> called
</h3><p>Returns the editor's paragraph alignment.
See the <a href="tqmultilineedit.html#alignment-prop">"alignment"</a> property for details.
<h3 class=fn>bool <a name="atBeginning"></a>TQMultiLineEdit::atBeginning () const
-</h3><p>Returns TRUE if the cursor is placed at the beginning of the text; otherwise returns FALSE.
+</h3><p>Returns true if the cursor is placed at the beginning of the text; otherwise returns false.
See the <a href="tqmultilineedit.html#atBeginning-prop">"atBeginning"</a> property for details.
<h3 class=fn>bool <a name="atEnd"></a>TQMultiLineEdit::atEnd () const
-</h3><p>Returns TRUE if the cursor is placed at the end of the text; otherwise returns FALSE.
+</h3><p>Returns true if the cursor is placed at the end of the text; otherwise returns false.
See the <a href="tqmultilineedit.html#atEnd-prop">"atEnd"</a> property for details.
<h3 class=fn>bool <a name="autoUpdate"></a>TQMultiLineEdit::autoUpdate () const
</h3>
@@ -144,14 +144,14 @@ by the user (e.g. by clicking and dragging) the cursor is put at the
beginning of the selected text and the selected text is removed.
<a href="tqtextedit.html#del">del</a>()
-<h3 class=fn>void <a name="cursorDown"></a>TQMultiLineEdit::cursorDown ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="cursorDown"></a>TQMultiLineEdit::cursorDown ( bool&nbsp;mark = false )<tt> [virtual protected]</tt>
</h3>
-Moves the cursor one line down. If <em>mark</em> is TRUE, the text
+Moves the cursor one line down. If <em>mark</em> is true, the text
is selected.
<p>See also <a href="#cursorUp">cursorUp</a>(), <a href="#cursorLeft">cursorLeft</a>(), and <a href="#cursorRight">cursorRight</a>().
-<h3 class=fn>void <a name="cursorLeft"></a>TQMultiLineEdit::cursorLeft ( bool&nbsp;mark = FALSE, bool&nbsp;wrap = TRUE )<tt> [virtual protected]</tt>
-</h3> Moves the cursor one character to the left. If <em>mark</em> is TRUE,
+<h3 class=fn>void <a name="cursorLeft"></a>TQMultiLineEdit::cursorLeft ( bool&nbsp;mark = false, bool&nbsp;wrap = true )<tt> [virtual protected]</tt>
+</h3> Moves the cursor one character to the left. If <em>mark</em> is true,
the text is selected.
The <em>wrap</em> parameter is currently ignored.
<p> <p>See also <a href="#cursorRight">cursorRight</a>(), <a href="#cursorUp">cursorUp</a>(), and <a href="#cursorDown">cursorDown</a>().
@@ -159,24 +159,24 @@ The <em>wrap</em> parameter is currently ignored.
<h3 class=fn><a href="tqpoint.html">TQPoint</a> <a name="cursorPoint"></a>TQMultiLineEdit::cursorPoint () const<tt> [protected]</tt>
</h3> Returns the top center point where the cursor is drawn.
-<h3 class=fn>void <a name="cursorRight"></a>TQMultiLineEdit::cursorRight ( bool&nbsp;mark = FALSE, bool&nbsp;wrap = TRUE )<tt> [virtual protected]</tt>
-</h3> Moves the cursor one character to the right. If <em>mark</em> is TRUE,
+<h3 class=fn>void <a name="cursorRight"></a>TQMultiLineEdit::cursorRight ( bool&nbsp;mark = false, bool&nbsp;wrap = true )<tt> [virtual protected]</tt>
+</h3> Moves the cursor one character to the right. If <em>mark</em> is true,
the text is selected.
The <em>wrap</em> parameter is currently ignored.
<p> <p>See also <a href="#cursorLeft">cursorLeft</a>(), <a href="#cursorUp">cursorUp</a>(), and <a href="#cursorDown">cursorDown</a>().
-<h3 class=fn>void <a name="cursorUp"></a>TQMultiLineEdit::cursorUp ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
-</h3> Moves the cursor up one line. If <em>mark</em> is TRUE, the text is
+<h3 class=fn>void <a name="cursorUp"></a>TQMultiLineEdit::cursorUp ( bool&nbsp;mark = false )<tt> [virtual protected]</tt>
+</h3> Moves the cursor up one line. If <em>mark</em> is true, the text is
selected.
<p> <p>See also <a href="#cursorDown">cursorDown</a>(), <a href="#cursorLeft">cursorLeft</a>(), and <a href="#cursorRight">cursorRight</a>().
<h3 class=fn>void <a name="cursorWordBackward"></a>TQMultiLineEdit::cursorWordBackward ( bool&nbsp;mark )
-</h3> Moves the cursor one word to the left. If <em>mark</em> is TRUE, the
+</h3> Moves the cursor one word to the left. If <em>mark</em> is true, the
text is selected.
<p> <p>See also <a href="#cursorWordForward">cursorWordForward</a>().
<h3 class=fn>void <a name="cursorWordForward"></a>TQMultiLineEdit::cursorWordForward ( bool&nbsp;mark )
-</h3> Moves the cursor one word to the right. If <em>mark</em> is TRUE, the text
+</h3> Moves the cursor one word to the right. If <em>mark</em> is true, the text
is selected.
<p> <p>See also <a href="#cursorWordBackward">cursorWordBackward</a>().
@@ -186,39 +186,39 @@ is selected.
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p>
<h3 class=fn>bool <a name="edited"></a>TQMultiLineEdit::edited () const
-</h3><p>Returns TRUE if the document has been edited by the user; otherwise returns FALSE.
+</h3><p>Returns true if the document has been edited by the user; otherwise returns false.
See the <a href="tqmultilineedit.html#edited-prop">"edited"</a> property for details.
-<h3 class=fn>void <a name="end"></a>TQMultiLineEdit::end ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="end"></a>TQMultiLineEdit::end ( bool&nbsp;mark = false )<tt> [virtual protected]</tt>
</h3> Moves the text cursor to the right end of the line. If <em>mark</em> is
-TRUE, text is selected toward the last position. If it is FALSE and the
+true, text is selected toward the last position. If it is false and the
cursor is moved, all selected text is unselected.
<p> <p>See also <a href="#home">home</a>().
<h3 class=fn>bool <a name="getMarkedRegion"></a>TQMultiLineEdit::getMarkedRegion ( int&nbsp;*&nbsp;line1, int&nbsp;*&nbsp;col1, int&nbsp;*&nbsp;line2, int&nbsp;*&nbsp;col2 ) const<tt> [protected]</tt>
</h3>
If there is selected text, sets <em>line1</em>, <em>col1</em>, <em>line2</em> and <em>col2</em>
-to the start and end of the selected region and returns TRUE. Returns
-FALSE if there is no selected text.
+to the start and end of the selected region and returns true. Returns
+false if there is no selected text.
<h3 class=fn>bool <a name="hasMarkedText"></a>TQMultiLineEdit::hasMarkedText () const
</h3>
-Returns TRUE if there is selected text.
+Returns true if there is selected text.
-<h3 class=fn>void <a name="home"></a>TQMultiLineEdit::home ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="home"></a>TQMultiLineEdit::home ( bool&nbsp;mark = false )<tt> [virtual protected]</tt>
</h3> Moves the text cursor to the left end of the line. If <em>mark</em> is
-TRUE, text is selected toward the first position. If it is FALSE and the
+true, text is selected toward the first position. If it is false and the
cursor is moved, all selected text is unselected.
<p> <p>See also <a href="#end">end</a>().
<h3 class=fn>void <a name="insertAndMark"></a>TQMultiLineEdit::insertAndMark ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;str, bool&nbsp;mark )<tt> [virtual protected]</tt>
</h3> Inserts <em>str</em> at the current cursor position and selects the
-text if <em>mark</em> is TRUE.
+text if <em>mark</em> is true.
<h3 class=fn>void <a name="insertAt"></a>TQMultiLineEdit::insertAt ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s, int&nbsp;line, int&nbsp;col, bool&nbsp;mark )<tt> [virtual]</tt>
</h3> Inserts string <em>s</em> at paragraph number <em>line</em>, after character
number <em>col</em> in the paragraph. If <em>s</em> contains newline
characters, new lines are inserted.
-If <em>mark</em> is TRUE the inserted string will be selected.
+If <em>mark</em> is true the inserted string will be selected.
<p> The cursor position is adjusted.
<h3 class=fn>void <a name="insertLine"></a>TQMultiLineEdit::insertLine ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt, int&nbsp;line = -1 )<tt> [virtual]</tt>
@@ -251,14 +251,14 @@ Returns a copy of the selected text.
<h3 class=fn>int <a name="numLines"></a>TQMultiLineEdit::numLines () const
</h3><p>Returns the number of paragraphs in the editor.
See the <a href="tqmultilineedit.html#numLines-prop">"numLines"</a> property for details.
-<h3 class=fn>void <a name="pageDown"></a>TQMultiLineEdit::pageDown ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="pageDown"></a>TQMultiLineEdit::pageDown ( bool&nbsp;mark = false )<tt> [virtual protected]</tt>
</h3>
-Moves the cursor one page down. If <em>mark</em> is TRUE, the text
+Moves the cursor one page down. If <em>mark</em> is true, the text
is selected.
-<h3 class=fn>void <a name="pageUp"></a>TQMultiLineEdit::pageUp ( bool&nbsp;mark = FALSE )<tt> [virtual protected]</tt>
+<h3 class=fn>void <a name="pageUp"></a>TQMultiLineEdit::pageUp ( bool&nbsp;mark = false )<tt> [virtual protected]</tt>
</h3>
-Moves the cursor one page up. If <em>mark</em> is TRUE, the text
+Moves the cursor one page up. If <em>mark</em> is true, the text
is selected.
<h3 class=fn>void <a name="removeLine"></a>TQMultiLineEdit::removeLine ( int&nbsp;paragraph )<tt> [virtual]</tt>
@@ -279,7 +279,7 @@ See the <a href="tqmultilineedit.html#alignment-prop">"alignment"</a> property f
</h3> Sets the cursor position to character number <em>col</em> in paragraph
number <em>line</em>. The parameters are adjusted to lie within the legal
range.
-<p> If <em>mark</em> is FALSE, the selection is cleared. otherwise it is extended.
+<p> If <em>mark</em> is false, the selection is cleared. otherwise it is extended.
<p>
<h3 class=fn>void <a name="setEdited"></a>TQMultiLineEdit::setEdited ( bool )
</h3><p>Sets whether the document has been edited by the user.