From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqmultilineedit.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/ntqmultilineedit.html') 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.

See also end(). -

void TQMultiLineEdit::insertAndMark ( const TQString & str, bool mark ) [virtual protected] +

void TQMultiLineEdit::insertAndMark ( const TQString & str, bool mark ) [virtual protected]

Inserts str at the current cursor position and selects the text if mark is TRUE. -

void TQMultiLineEdit::insertAt ( const TQString & s, int line, int col, bool mark ) [virtual] +

void TQMultiLineEdit::insertAt ( const TQString & s, int line, int col, bool mark ) [virtual]

Inserts string s at paragraph number line, after character number col in the paragraph. If s contains newline characters, new lines are inserted. If mark is TRUE the inserted string will be selected.

The cursor position is adjusted. -

void TQMultiLineEdit::insertLine ( const TQString & txt, int line = -1 ) [virtual] +

void TQMultiLineEdit::insertLine ( const TQString & txt, int line = -1 ) [virtual]

Inserts txt at paragraph number line. If line is less than zero, or larger than the number of paragraphs, the new text is put at the end. If txt contains newline characters, several @@ -237,7 +237,7 @@ line. (Note that this function still operates on lines, not paragraphs.) Returns the number of characters at paragraph number row. If row is out of range, -1 is returned. -

TQString TQMultiLineEdit::markedText () const +

TQString TQMultiLineEdit::markedText () const

Returns a copy of the selected text. @@ -290,9 +290,9 @@ See the "edited" property for de This function is obsolete. It is provided to keep old source working. We strongly advise against using it in new code.

-

TQString TQMultiLineEdit::textLine ( int line ) const +

TQString TQMultiLineEdit::textLine ( int line ) const

Returns the text at line number line (possibly the empty -string), or a null string if line is invalid. +string), or a null string if line is invalid.

Example: qwerty/qwerty.cpp.

int TQMultiLineEdit::totalHeight () const -- cgit v1.2.1