diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/man/man3/tqtextedit.3qt | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqtextedit.3qt')
-rw-r--r-- | doc/man/man3/tqtextedit.3qt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/man/man3/tqtextedit.3qt b/doc/man/man3/tqtextedit.3qt index 18f80c315..8a485c423 100644 --- a/doc/man/man3/tqtextedit.3qt +++ b/doc/man/man3/tqtextedit.3qt @@ -96,7 +96,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "TQMimeSourceFactory * \fBmimeSourceFactory\fR () const" .br .ti -1c -.BI "QBrush \fBpaper\fR () const" +.BI "TQBrush \fBpaper\fR () const" .br .ti -1c .BI "bool \fBlinkUnderline\fR () const" @@ -162,10 +162,10 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "TQColor \fBcolor\fR () const" .br .ti -1c -.BI "QFont font () const \fI(obsolete)\fR" +.BI "TQFont font () const \fI(obsolete)\fR" .br .ti -1c -.BI "QFont \fBcurrentFont\fR () const" +.BI "TQFont \fBcurrentFont\fR () const" .br .ti -1c .BI "int \fBalignment\fR () const" @@ -207,7 +207,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "virtual void \fBscrollToAnchor\fR ( const TQString & name )" .br .ti -1c -.BI "virtual void \fBsetPaper\fR ( const QBrush & pap )" +.BI "virtual void \fBsetPaper\fR ( const TQBrush & pap )" .br .ti -1c .BI "virtual void \fBsetLinkUnderline\fR ( bool )" @@ -342,7 +342,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "virtual void \fBremoveSelection\fR ( int selNum = 0 )" .br .ti -1c -.BI "virtual void \fBsetCurrentFont\fR ( const QFont & f )" +.BI "virtual void \fBsetCurrentFont\fR ( const TQFont & f )" .br .ti -1c .BI "virtual void \fBsetOverwriteMode\fR ( bool b )" @@ -402,7 +402,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "void \fBredoAvailable\fR ( bool yes )" .br .ti -1c -.BI "void \fBcurrentFontChanged\fR ( const QFont & f )" +.BI "void \fBcurrentFontChanged\fR ( const TQFont & f )" .br .ti -1c .BI "void \fBcurrentColorChanged\fR ( const TQColor & c )" @@ -453,7 +453,7 @@ Inherited by QMultiLineEdit, TQTextBrowser, and TQTextView. .BI "bool \fBoverwriteMode\fR - the text edit's overwrite mode" .br .ti -1c -.BI "QBrush \fBpaper\fR - the background (paper) brush" +.BI "TQBrush \fBpaper\fR - the background (paper) brush" .br .ti -1c .BI "bool \fBreadOnly\fR - whether the text edit is read-only" @@ -645,7 +645,7 @@ Stylesheets can also be used in LogText mode. To create and use a custom tag, yo .br item->setColor( "red" ); .br - item->setFontWeight( QFont::Bold ); + item->setFontWeight( TQFont::Bold ); .br item->setFontUnderline( TRUE ); .br @@ -859,11 +859,11 @@ This signal is emitted if the color of the current format has changed. The new color is \fIc\fR. .PP See also setColor(). -.SH "QFont TQTextEdit::currentFont () const" +.SH "TQFont TQTextEdit::currentFont () const" Returns the font of the current format. .PP See also setCurrentFont(), setFamily(), and setPointSize(). -.SH "void TQTextEdit::currentFontChanged ( const QFont & f )\fC [signal]\fR" +.SH "void TQTextEdit::currentFontChanged ( const TQFont & f )\fC [signal]\fR" This signal is emitted if the font of the current format has changed. .PP The new font is \fIf\fR. @@ -921,7 +921,7 @@ Please note that this function will make the next occurrence of the string (if f Using the \fIpara\fR and \fIindex\fR parameters will not work correctly in case the document contains tables. .SH "bool TQTextEdit::focusNextPrevChild ( bool n )\fC [virtual protected]\fR" Reimplemented to allow tabbing through links. If \fIn\fR is TRUE the tab moves the focus to the next child; if \fIn\fR is FALSE the tab moves the focus to the previous child. Returns TRUE if the focus was moved; otherwise returns FALSE. -.SH "QFont TQTextEdit::font () const" +.SH "TQFont TQTextEdit::font () const" \fBThis function is obsolete.\fR It is provided to keep old source working. We strongly advise against using it in new code. .PP Returns QScrollView::font() @@ -1014,7 +1014,7 @@ This signal is emitted when the modification status of the document has changed. See also modified. .SH "void TQTextEdit::moveCursor ( CursorAction action, bool select )\fC [virtual slot]\fR" Moves the text cursor according to \fIaction\fR. This is normally used by some key event handler. \fIselect\fR specifies whether the text between the current cursor position and the new position should be selected. -.SH "QBrush TQTextEdit::paper () const" +.SH "TQBrush TQTextEdit::paper () const" Returns the background (paper) brush. See the "paper" property for details. .SH "int TQTextEdit::paragraphAt ( const QPoint & pos ) const" Returns the paragraph which is at position \fIpos\fR (in contents coordinates). @@ -1102,7 +1102,7 @@ See also bold(). Sets the color of the current format, i.e. of the text, to \fIc\fR. .PP See also color() and paper. -.SH "void TQTextEdit::setCurrentFont ( const QFont & f )\fC [virtual slot]\fR" +.SH "void TQTextEdit::setCurrentFont ( const TQFont & f )\fC [virtual slot]\fR" Sets the font of the current format to \fIf\fR. .PP If the widget is in LogText mode this function will do nothing. Use setFont() instead. @@ -1134,7 +1134,7 @@ See also mimeSourceFactory(). Sets whether the document has been modified by the user to \fIm\fR. See the "modified" property for details. .SH "void TQTextEdit::setOverwriteMode ( bool b )\fC [virtual slot]\fR" Sets the text edit's overwrite mode to \fIb\fR. See the "overwriteMode" property for details. -.SH "void TQTextEdit::setPaper ( const QBrush & pap )\fC [virtual slot]\fR" +.SH "void TQTextEdit::setPaper ( const TQBrush & pap )\fC [virtual slot]\fR" Sets the background (paper) brush to \fIpap\fR. See the "paper" property for details. .SH "void TQTextEdit::setParagraphBackgroundColor ( int para, const TQColor & bg )\fC [virtual slot]\fR" Sets the background color of the paragraph \fIpara\fR to \fIbg\fR. @@ -1325,7 +1325,7 @@ This property holds the text edit's overwrite mode. If FALSE (the default) characters entered by the user are inserted with any characters to the right being moved out of the way. If TRUE, the editor is in overwrite mode, i.e. characters entered by the user overwrite any characters to the right of the cursor position. .PP Set this property's value with setOverwriteMode() and get this property's value with isOverwriteMode(). -.SH "QBrush paper" +.SH "TQBrush paper" This property holds the background (paper) brush. .PP The brush that is currently used to draw the background of the text edit. The initial setting is an empty brush. |