diff options
Diffstat (limited to 'doc/html/ntqmultilineedit.html')
-rw-r--r-- | doc/html/ntqmultilineedit.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqmultilineedit.html b/doc/html/ntqmultilineedit.html index c00e10ef8..81fdce9c2 100644 --- a/doc/html/ntqmultilineedit.html +++ b/doc/html/ntqmultilineedit.html @@ -211,18 +211,18 @@ 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 <a href="ntqstring.html">TQString</a> & str, bool mark )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="insertAndMark"></a>TQMultiLineEdit::insertAndMark ( const <a href="tqstring.html">TQString</a> & str, bool 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. -<h3 class=fn>void <a name="insertAt"></a>TQMultiLineEdit::insertAt ( const <a href="ntqstring.html">TQString</a> & s, int line, int col, bool mark )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertAt"></a>TQMultiLineEdit::insertAt ( const <a href="tqstring.html">TQString</a> & s, int line, int col, bool 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. <p> The cursor position is adjusted. -<h3 class=fn>void <a name="insertLine"></a>TQMultiLineEdit::insertLine ( const <a href="ntqstring.html">TQString</a> & txt, int line = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertLine"></a>TQMultiLineEdit::insertLine ( const <a href="tqstring.html">TQString</a> & txt, int line = -1 )<tt> [virtual]</tt> </h3> Inserts <em>txt</em> at paragraph number <em>line</em>. If <em>line</em> is less than zero, or larger than the number of paragraphs, the new text is put at the end. If <em>txt</em> contains newline characters, several @@ -237,7 +237,7 @@ line. (Note that this function still operates on lines, not paragraphs.) </h3> Returns the number of characters at paragraph number <em>row</em>. If <em>row</em> is out of range, -1 is returned. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="markedText"></a>TQMultiLineEdit::markedText () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="markedText"></a>TQMultiLineEdit::markedText () const </h3> Returns a copy of the selected text. @@ -290,9 +290,9 @@ See the <a href="ntqmultilineedit.html#edited-prop">"edited"</a> property for de <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><a href="ntqstring.html">TQString</a> <a name="textLine"></a>TQMultiLineEdit::textLine ( int line ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="textLine"></a>TQMultiLineEdit::textLine ( int line ) const </h3> Returns the text at line number <em>line</em> (possibly the empty -string), or a <a href="ntqstring.html#operator!">null string</a> if <em>line</em> is invalid. +string), or a <a href="tqstring.html#operator!">null string</a> if <em>line</em> is invalid. <p>Example: <a href="qwerty-example.html#x377">qwerty/qwerty.cpp</a>. <h3 class=fn>int <a name="totalHeight"></a>TQMultiLineEdit::totalHeight () const |